Package com.enonic.xp.portal.handler
Class BaseSiteHandler
- java.lang.Object
-
- com.enonic.xp.web.handler.BaseWebHandler
-
- com.enonic.xp.portal.handler.BasePortalHandler
-
- com.enonic.xp.portal.handler.BaseSiteHandler
-
- All Implemented Interfaces:
WebHandler
public abstract class BaseSiteHandler extends BasePortalHandler
-
-
Field Summary
-
Fields inherited from class com.enonic.xp.portal.handler.BasePortalHandler
exceptionMapper, exceptionRenderer
-
Fields inherited from interface com.enonic.xp.web.handler.WebHandler
MAX_ORDER, MIN_ORDER
-
-
Constructor Summary
Constructors Constructor Description BaseSiteHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PortalRequest
doCreatePortalRequest(WebRequest webRequest, String baseUri, String baseSubPath)
-
Methods inherited from class com.enonic.xp.portal.handler.BasePortalHandler
createPortalRequest, doHandle
-
Methods inherited from class com.enonic.xp.web.handler.BaseWebHandler
addTraceInfo, badRequest, canHandle, getBodyLength, getOrder, getSize, handle, methodNotAllowed, notFound
-
-
-
-
Method Detail
-
doCreatePortalRequest
protected PortalRequest doCreatePortalRequest(WebRequest webRequest, String baseUri, String baseSubPath)
-
-