Package org.ocpsoft.rewrite.spi
Interface GlobalParameterProvider
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface GlobalParameterProvider
extends org.ocpsoft.common.pattern.Weighted
SPI for providing pre-configured global
Parameter types.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid(Rewrite event, EvaluationContext context, Parameter<?> param, String value) Validate the givenParameter.booleansupportsSubmission(Rewrite event, EvaluationContext context, Parameter<?> param) Returntrueif the givenParametersupports value submission.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
getParameters
-
isValid
-
supportsSubmission
-