Uses of Class
org.ocpsoft.rewrite.servlet.RewriteWrappedResponse
Packages that use RewriteWrappedResponse
-
Uses of RewriteWrappedResponse in org.ocpsoft.rewrite.servlet
Methods in org.ocpsoft.rewrite.servlet that return RewriteWrappedResponseModifier and TypeMethodDescriptionstatic RewriteWrappedResponseRewriteWrappedResponse.getCurrentInstance(ServletRequest request) Get the currentRewriteWrappedResponseisntance for the currentServletRequestMethods in org.ocpsoft.rewrite.servlet with parameters of type RewriteWrappedResponseModifier and TypeMethodDescriptionprotected voidRewriteWrappedResponse.setCurrentInstance(RewriteWrappedResponse instance) Set the currentRewriteWrappedResponseinstance.