Package io.meeds.notes.handler
Class TermsAndConditionsHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
io.meeds.notes.handler.TermsAndConditionsHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
@Component
public class TermsAndConditionsHandler
extends org.exoplatform.web.WebRequestHandler
-
Field Summary
FieldsFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionTermsAndConditionsHandler(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService, TermsAndConditionsService termsAndConditionsService, org.exoplatform.web.WebAppController webAppController) -
Method Summary
Methods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
PAGE_URI
- See Also:
-
-
Constructor Details
-
TermsAndConditionsHandler
@Autowired public TermsAndConditionsHandler(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService, TermsAndConditionsService termsAndConditionsService, org.exoplatform.web.WebAppController webAppController)
-
-
Method Details
-
init
@PostConstruct public void init() -
getHandlerName
- Specified by:
getHandlerNamein classorg.exoplatform.web.WebRequestHandler
-
getRequiresLifeCycle
protected boolean getRequiresLifeCycle()- Specified by:
getRequiresLifeCyclein classorg.exoplatform.web.WebRequestHandler
-
execute
- Specified by:
executein classorg.exoplatform.web.WebRequestHandler- Throws:
Exception
-