public class RackDispatcher extends Dispatcher
Dispatcher that looks for the Rack-compliant call method.TRACE, TRACE_PER_REQUEST| Constructor and Description |
|---|
RackDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatch(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node) |
java.lang.String |
toString() |
isTraceEnabled, trace, trace, traceable, traceEval, traceEval, traceEvalpublic boolean dispatch(RequestImpl req, ResponseImpl rsp, java.lang.Object node) throws java.io.IOException, javax.servlet.ServletException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
dispatch in class Dispatcherjava.io.IOExceptionjavax.servlet.ServletExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic java.lang.String toString()
toString in class DispatcherCopyright © 2015. All Rights Reserved.