Package org.ocpsoft.rewrite.spi
Interface RewriteProvider<C,T extends Rewrite>
- All Superinterfaces:
org.ocpsoft.common.pattern.Specialized<Rewrite>,org.ocpsoft.common.pattern.Weighted
public interface RewriteProvider<C,T extends Rewrite>
extends org.ocpsoft.common.pattern.Weighted, org.ocpsoft.common.pattern.Specialized<Rewrite>
SPI for
Rewrite event handling.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionvoidInitialize thisRewriteProvidervoidHandle the givenRewriteevent.voidShut down thisRewriteProviderMethods inherited from interface org.ocpsoft.common.pattern.Specialized
handlesMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
init
Initialize thisRewriteProvider -
rewrite
Handle the givenRewriteevent. -
shutdown
Shut down thisRewriteProvider
-