public abstract class EndpointHandler extends BaseWebHandler
MAX_ORDER, MIN_ORDER
Constructor and Description |
---|
EndpointHandler(java.util.EnumSet<HttpMethod> methodsAllowed,
java.lang.String type) |
EndpointHandler(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(WebRequest req) |
protected java.lang.String |
findRestPath(WebRequest req) |
addTraceInfo, badRequest, doHandle, getBodyLength, getOrder, getSize, handle, methodNotAllowed, notFound
public EndpointHandler(java.lang.String type)
public EndpointHandler(java.util.EnumSet<HttpMethod> methodsAllowed, java.lang.String type)
public boolean canHandle(WebRequest req)
canHandle
in class BaseWebHandler
protected final java.lang.String findRestPath(WebRequest req)