Package org.ocpsoft.rewrite.servlet.impl
Class HttpRewriteContextImpl
java.lang.Object
org.ocpsoft.rewrite.servlet.impl.HttpRewriteContextImpl
- All Implemented Interfaces:
Context,HttpRewriteLifecycleContext,RewriteLifecycleContext<ServletContext>
- Author:
- Lincoln Baxter, III
-
Field Summary
Fields inherited from interface org.ocpsoft.rewrite.servlet.RewriteLifecycleContext
LIFECYCLE_CONTEXT_KEY -
Constructor Summary
ConstructorsConstructorDescriptionHttpRewriteContextImpl(List<InboundRewriteProducer<ServletRequest, ServletResponse>> inboundProducers, List<OutboundRewriteProducer<ServletRequest, ServletResponse, Object>> outboundProducers, List<RewriteLifecycleListener<Rewrite>> listeners, List<RewriteResultHandler> resultHandlers, List<RequestCycleWrapper<ServletRequest, ServletResponse>> wrappers, List<RewriteProvider<ServletContext, Rewrite>> providers) -
Method Summary
-
Constructor Details
-
HttpRewriteContextImpl
public HttpRewriteContextImpl(List<InboundRewriteProducer<ServletRequest, ServletResponse>> inboundProducers, List<OutboundRewriteProducer<ServletRequest, ServletResponse, Object>> outboundProducers, List<RewriteLifecycleListener<Rewrite>> listeners, List<RewriteResultHandler> resultHandlers, List<RequestCycleWrapper<ServletRequest, ServletResponse>> wrappers, List<RewriteProvider<ServletContext, Rewrite>> providers)
-
-
Method Details
-
getRewriteLifecycleListeners
- Specified by:
getRewriteLifecycleListenersin interfaceRewriteLifecycleContext<ServletContext>
-
getRequestCycleWrappers
- Specified by:
getRequestCycleWrappersin interfaceRewriteLifecycleContext<ServletContext>
-
getRewriteProviders
- Specified by:
getRewriteProvidersin interfaceRewriteLifecycleContext<ServletContext>
-
getResultHandlers
- Specified by:
getResultHandlersin interfaceRewriteLifecycleContext<ServletContext>
-
getInboundRewriteEventProducers
public List<InboundRewriteProducer<ServletRequest,ServletResponse>> getInboundRewriteEventProducers()- Specified by:
getInboundRewriteEventProducersin interfaceRewriteLifecycleContext<ServletContext>
-
getOutboundProducers
- Specified by:
getOutboundProducersin interfaceRewriteLifecycleContext<ServletContext>
-
get
-
put
-
containsKey
- Specified by:
containsKeyin interfaceContext
-
clear
public void clear()
-