|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestImpl | |
---|---|
org.kohsuke.stapler | Stapler URL->Object mapping framework. |
org.kohsuke.stapler.jelly | Optional Jelly support, to write views in Jelly. |
org.kohsuke.stapler.jelly.groovy | |
org.kohsuke.stapler.jsp |
Uses of RequestImpl in org.kohsuke.stapler |
---|
Methods in org.kohsuke.stapler with parameters of type RequestImpl | |
---|---|
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
java.lang.Class type,
java.lang.Object it,
java.lang.String viewName)
|
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
java.lang.Object it,
java.lang.String viewName)
Creates a RequestDispatcher that handles the given view, or
return null if no such view was found. |
abstract boolean |
Dispatcher.dispatch(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node)
Trys to handle the given request and returns true if it succeeds. |
abstract boolean |
Facet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass)
Attempts to route the HTTP request to the 'index' page of the 'it' object. |
Uses of RequestImpl in org.kohsuke.stapler.jelly |
---|
Methods in org.kohsuke.stapler.jelly with parameters of type RequestImpl | |
---|---|
javax.servlet.RequestDispatcher |
JellyFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
java.lang.Object it,
java.lang.String viewName)
|
boolean |
JellyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass)
|
Uses of RequestImpl in org.kohsuke.stapler.jelly.groovy |
---|
Methods in org.kohsuke.stapler.jelly.groovy with parameters of type RequestImpl | |
---|---|
javax.servlet.RequestDispatcher |
GroovyFacet.createRequestDispatcher(RequestImpl request,
Klass type,
java.lang.Object it,
java.lang.String viewName)
|
boolean |
GroovyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass)
|
Uses of RequestImpl in org.kohsuke.stapler.jsp |
---|
Methods in org.kohsuke.stapler.jsp with parameters of type RequestImpl | |
---|---|
javax.servlet.RequestDispatcher |
JSPFacet.createRequestDispatcher(RequestImpl request,
Klass type,
java.lang.Object it,
java.lang.String viewName)
|
boolean |
JSPFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |