Methods in org.kohsuke.stapler with parameters of type RequestImpl |
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Class type,
Object it,
String viewName)
|
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName)
Creates a RequestDispatcher that handles the given view, or
return null if no such view was found. |
javax.servlet.RequestDispatcher |
StaticViewFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName)
|
abstract boolean |
Dispatcher.dispatch(RequestImpl req,
ResponseImpl rsp,
Object node)
Trys to handle the given request and returns true
if it succeeds. |
abstract boolean |
Facet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass)
Attempts to route the HTTP request to the 'index' page of the 'it' object. |
boolean |
StaticViewFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass)
|