Interface InboundRewriteProducer<IN extends ServletRequest,OUT extends ServletResponse>

All Superinterfaces:
org.ocpsoft.common.pattern.Specialized<ServletRequest>, org.ocpsoft.common.pattern.Weighted

public interface InboundRewriteProducer<IN extends ServletRequest,OUT extends ServletResponse> extends org.ocpsoft.common.pattern.Specialized<ServletRequest>, org.ocpsoft.common.pattern.Weighted
SPI for creating InboundServletRewrite event types.
Author:
Lincoln Baxter, III