Interface OutboundRewriteProducer<IN extends ServletRequest,OUT extends ServletResponse,PAYLOADTYPE>

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

public interface OutboundRewriteProducer<IN extends ServletRequest,OUT extends ServletResponse,PAYLOADTYPE> extends org.ocpsoft.common.pattern.Specialized<PAYLOADTYPE>, org.ocpsoft.common.pattern.Weighted
SPI for creating OutboundRewriteEvent instances.
Author:
Lincoln Baxter, III