public abstract class ControllerHandlerWorker extends PortalHandlerWorker<PortalRequest>
Modifier and Type | Field and Description |
---|---|
protected ContentService |
contentService |
request
Constructor and Description |
---|
ControllerHandlerWorker(PortalRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Content |
getContent(java.lang.String contentSelector) |
protected Content |
getContentOrNull(java.lang.String contentSelector) |
protected java.lang.String |
getContentSelector() |
protected Site |
getSite(Content content) |
protected Site |
getSiteOrNull(Content content) |
void |
setContentService(ContentService contentService) |
execute, forbidden, notFound, setResponseCacheable
protected ContentService contentService
public ControllerHandlerWorker(PortalRequest request)
protected final java.lang.String getContentSelector()
protected final Content getContent(java.lang.String contentSelector)
protected final Content getContentOrNull(java.lang.String contentSelector)
public final void setContentService(ContentService contentService)