org.kohsuke.stapler.jelly.jruby
Class RackDispatcher
java.lang.Object
org.kohsuke.stapler.Dispatcher
org.kohsuke.stapler.jelly.jruby.RackDispatcher
public class RackDispatcher
- extends org.kohsuke.stapler.Dispatcher
Dispatcher
that looks for the Rack-compliant call method.
- Author:
- Kohsuke Kawaguchi
Fields inherited from class org.kohsuke.stapler.Dispatcher |
TRACE, TRACE_PER_REQUEST |
Methods inherited from class org.kohsuke.stapler.Dispatcher |
isTraceEnabled, trace, trace, traceable, traceEval, traceEval, traceEval |
RackDispatcher
public RackDispatcher()
dispatch
public boolean dispatch(org.kohsuke.stapler.RequestImpl req,
org.kohsuke.stapler.ResponseImpl rsp,
Object node)
throws IOException,
javax.servlet.ServletException,
IllegalAccessException,
InvocationTargetException
- Specified by:
dispatch
in class org.kohsuke.stapler.Dispatcher
- Throws:
IOException
javax.servlet.ServletException
IllegalAccessException
InvocationTargetException
toString
public String toString()
- Specified by:
toString
in class org.kohsuke.stapler.Dispatcher
Copyright © 2012. All Rights Reserved.