Package io.meeds.portal.permlink.web
Class PermanentLinkRequestHandler
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
io.meeds.portal.permlink.web.PermanentLinkRequestHandler
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class PermanentLinkRequestHandler
extends org.exoplatform.web.WebRequestHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.Logstatic final org.exoplatform.web.controller.QualifiedNameFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.exoplatform.web.ControllerContext context) getAuthenticationUrl(String permanentLink) protected booleanMethods inherited from class org.exoplatform.web.WebRequestHandler
onDestroy, onInitMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOG -
REQUEST_PATH
public static final org.exoplatform.web.controller.QualifiedName REQUEST_PATH
-
-
Constructor Details
-
PermanentLinkRequestHandler
public PermanentLinkRequestHandler()
-
-
Method Details
-
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
-
getAuthenticationUrl
-