public abstract class BasePortalHandler extends BaseWebHandler
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionMapper |
exceptionMapper |
protected ExceptionRenderer |
exceptionRenderer |
MAX_ORDER, MIN_ORDER| Constructor and Description |
|---|
BasePortalHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PortalRequest |
createPortalRequest(WebRequest webRequest,
WebResponse webResponse) |
protected WebResponse |
doHandle(WebRequest webRequest,
WebResponse webResponse,
WebHandlerChain webHandlerChain) |
protected static Branch |
findBranch(String baseSubPath) |
protected static ContentPath |
findContentPath(String baseSubPath) |
protected static String |
findPathAfterBranch(String baseSubPath) |
addTraceInfo, badRequest, canHandle, getBodyLength, getOrder, getSize, handle, methodNotAllowed, notFoundprotected ExceptionMapper exceptionMapper
protected ExceptionRenderer exceptionRenderer
protected WebResponse doHandle(WebRequest webRequest, WebResponse webResponse, WebHandlerChain webHandlerChain)
doHandle in class BaseWebHandlerprotected abstract PortalRequest createPortalRequest(WebRequest webRequest, WebResponse webResponse)
protected static ContentPath findContentPath(String baseSubPath)