Uses of Class
org.kohsuke.stapler.RequestImpl
Packages that use RequestImpl
-
Uses of RequestImpl in org.kohsuke.stapler
Methods in org.kohsuke.stapler with parameters of type RequestImplModifier and TypeMethodDescriptionjakarta.servlet.RequestDispatcherFacet.createRequestDispatcher(RequestImpl request, Class type, Object it, String viewName) jakarta.servlet.RequestDispatcherFacet.createRequestDispatcher(RequestImpl request, Klass<?> type, Object it, String viewName) Creates aRequestDispatcherthat handles the given view, or return null if no such view was found.jakarta.servlet.RequestDispatcherStaticViewFacet.createRequestDispatcher(RequestImpl request, Klass<?> type, Object it, String viewName) abstract booleanDispatcher.dispatch(RequestImpl req, ResponseImpl rsp, Object node) Tries to handle the given request and returns true if it succeeds.booleanHttpDeletable.HttpDeletableDispatcher.dispatch(RequestImpl req, ResponseImpl rsp, Object node) protected <S> booleanFacet.handleIndexRequest(AbstractTearOff<?, ? extends S, ?> scriptLoader, ScriptExecutor<? super S> scriptExecutor, RequestImpl req, ResponseImpl rsp, Object node) Handles an index request by dispatching a script.abstract booleanFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, Object node, MetaClass nodeMetaClass) Attempts to route the HTTP request to the 'index' page of the 'it' object.booleanStaticViewFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, Object node, MetaClass nodeMetaClass)