This repository has been archived on 2021-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
tou-optout-hook/src/main/webapp/WEB-INF/liferay-hook.xml

10 lines
416 B
XML

<?xml version="1.0"?>
<!DOCTYPE hook PUBLIC "-//Liferay//DTD Hook 6.2.0//EN" "http://www.liferay.com/dtd/liferay-hook_6_2_0.dtd">
<hook>
<custom-jsp-dir>/META-INF/custom_jsps</custom-jsp-dir>
<struts-action>
<struts-action-path>/portal/update_terms_of_use</struts-action-path>
<struts-action-impl>com.liferay.samplestrutsaction.hook.action.UpdateTermsOfUseAction</struts-action-impl>
</struts-action>
</hook>