public class ServiceNotFoundHandler
extends org.eclipse.jetty.server.handler.HandlerWrapper
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| Constructor and Description |
|---|
ServiceNotFoundHandler(List<Class> controllers) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
_getValue(Annotation annotation) |
protected static String |
_getValue(Delete delete) |
protected static String |
_getValue(Get get) |
protected static String |
_getValue(Post post) |
protected static String |
_getValue(Put put) |
static String |
getValue(Annotation delete) |
void |
handle(String target,
org.eclipse.jetty.server.Request baseRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Iterable<HttpAnnotation> |
httpMethods() |
boolean |
httpRest(Method method) |
HttpAnnotation |
httpRestAnnotation(Method m) |
destroy, expandChildren, getHandler, getHandlers, setHandler, setServerexpandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassdoStart, doStop, dumpThis, getServeraddBean, addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void handle(String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
handle in interface org.eclipse.jetty.server.Handlerhandle in class org.eclipse.jetty.server.handler.HandlerWrapperIOExceptionjavax.servlet.ServletExceptionpublic Iterable<HttpAnnotation> httpMethods()
public HttpAnnotation httpRestAnnotation(Method m)
public boolean httpRest(Method method)
protected static String _getValue(Annotation annotation)
public static String getValue(Annotation delete)
Copyright © 2017 Uqbar Project. All rights reserved.