Uses of Class
org.kohsuke.stapler.ResponseImpl
-
Uses of ResponseImpl in org.kohsuke.stapler
Modifier and TypeMethodDescriptionabstract boolean
Dispatcher.dispatch
(RequestImpl req, ResponseImpl rsp, Object node) Tries to handle the given request and returns true if it succeeds.boolean
HttpDeletable.HttpDeletableDispatcher.dispatch
(RequestImpl req, ResponseImpl rsp, Object node) protected <S> boolean
Facet.handleIndexRequest
(AbstractTearOff<?, ? extends S, ?> scriptLoader, ScriptExecutor<? super S> scriptExecutor, RequestImpl req, ResponseImpl rsp, Object node) Handles an index request by dispatching a script.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)