Package org.ocpsoft.rewrite.spi
Interface ConfigurationRuleBuilderInterceptor
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface ConfigurationRuleBuilderInterceptor
extends org.ocpsoft.common.pattern.Weighted
Intercepts values passed to the methods of
ConfigurationBuilder when defining rules.
Additional interceptors may be specified by providing a service activator file containing the name of your
implementations:
/META-INF/services/org.ocpsoft.rewrite.config.ConfigurationBuilderInterceptor
--------------
com.example.ConfigurationBuilderInterceptorImpl
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionIntercept, modify, or replace the givenOperationinstancesIntercept, modify, or replace the givenOperationIntercept, modify, or replace the givenOperationinstancesIntercept, modify, or replace the givenOperationIntercept, modify, or replace the givenConditioninstancesIntercept, modify, or replace the givenConditionIntercept, modify, or replace the given IDintwithPriority(int priority) Intercept, modify, or replace the given priorityMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
when
Intercept, modify, or replace the givenCondition- See Also:
-
when
Intercept, modify, or replace the givenConditioninstances -
perform
Intercept, modify, or replace the givenOperation -
perform
Intercept, modify, or replace the givenOperationinstances -
otherwise
Intercept, modify, or replace the givenOperation -
otherwise
Intercept, modify, or replace the givenOperationinstances -
withPriority
int withPriority(int priority) Intercept, modify, or replace the given priority -
withId
Intercept, modify, or replace the given ID- See Also:
-