public class RackDispatcher
extends org.kohsuke.stapler.Dispatcher
Dispatcher that looks for the Rack-compliant call method.| Constructor and Description |
|---|
RackDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatch(org.kohsuke.stapler.RequestImpl req,
org.kohsuke.stapler.ResponseImpl rsp,
Object node) |
String |
toString() |
public boolean dispatch(org.kohsuke.stapler.RequestImpl req,
org.kohsuke.stapler.ResponseImpl rsp,
Object node)
throws IOException,
javax.servlet.ServletException,
IllegalAccessException,
InvocationTargetException
dispatch in class org.kohsuke.stapler.DispatcherIOExceptionjavax.servlet.ServletExceptionIllegalAccessExceptionInvocationTargetExceptionpublic String toString()
toString in class org.kohsuke.stapler.DispatcherCopyright © 2014. All rights reserved.