Package org.ocpsoft.rewrite.servlet.spi
Interface RewriteResultHandler
- All Superinterfaces:
org.ocpsoft.common.pattern.Specialized<Rewrite>,org.ocpsoft.common.pattern.Weighted
public interface RewriteResultHandler
extends org.ocpsoft.common.pattern.Weighted, org.ocpsoft.common.pattern.Specialized<Rewrite>
Handles responses to take after a
Rewrite event has been processed. Response should be determined based on
the resultant state of the event.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResult(Rewrite event) Perform any actions necessary to respond to state of the system after the givenRewriteevent has been processed.Methods inherited from interface org.ocpsoft.common.pattern.Specialized
handlesMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
handleResult
Perform any actions necessary to respond to state of the system after the givenRewriteevent has been processed.- Throws:
ServletExceptionIOException
-