org.kohsuke.stapler.jelly.jruby
Class RackDispatcher

java.lang.Object
  extended by org.kohsuke.stapler.Dispatcher
      extended by 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

Field Summary
 
Fields inherited from class org.kohsuke.stapler.Dispatcher
TRACE, TRACE_PER_REQUEST
 
Constructor Summary
RackDispatcher()
           
 
Method Summary
 boolean dispatch(org.kohsuke.stapler.RequestImpl req, org.kohsuke.stapler.ResponseImpl rsp, Object node)
           
 String toString()
           
 
Methods inherited from class org.kohsuke.stapler.Dispatcher
isTraceEnabled, trace, trace, traceable, traceEval, traceEval, traceEval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RackDispatcher

public RackDispatcher()
Method Detail

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 © 2013. All Rights Reserved.