Package com.enonic.xp.portal.handler
Class ControllerHandlerWorker
- java.lang.Object
-
- com.enonic.xp.portal.handler.PortalHandlerWorker<PortalRequest>
-
- com.enonic.xp.portal.handler.ControllerHandlerWorker
-
@Deprecated public abstract class ControllerHandlerWorker extends PortalHandlerWorker<PortalRequest>
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentServicecontentServiceDeprecated.-
Fields inherited from class com.enonic.xp.portal.handler.PortalHandlerWorker
request
-
-
Constructor Summary
Constructors Constructor Description ControllerHandlerWorker(PortalRequest request)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ContentgetContent(String contentSelector)Deprecated.protected ContentgetContentOrNull(String contentSelector)Deprecated.protected StringgetContentSelector()Deprecated.protected SitegetSite(Content content)Deprecated.protected SitegetSiteOrNull(Content content)Deprecated.voidsetContentService(ContentService contentService)Deprecated.-
Methods inherited from class com.enonic.xp.portal.handler.PortalHandlerWorker
execute, forbidden, notFound, setResponseCacheable
-
-
-
-
Field Detail
-
contentService
protected ContentService contentService
Deprecated.
-
-
Constructor Detail
-
ControllerHandlerWorker
public ControllerHandlerWorker(PortalRequest request)
Deprecated.
-
-
Method Detail
-
getContentSelector
protected final String getContentSelector()
Deprecated.
-
setContentService
public final void setContentService(ContentService contentService)
Deprecated.
-
-