Uses of Interface
org.ocpsoft.rewrite.param.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.ocpsoft.rewrite.bind
Methods in org.ocpsoft.rewrite.bind with parameters of type ParameterModifier and TypeMethodDescriptionEvaluation.retrieveConverted(Rewrite inbound, EvaluationContext context, Parameter<?> parameter) -
Uses of Parameter in org.ocpsoft.rewrite.config
Classes in org.ocpsoft.rewrite.config that implement ParameterModifier and TypeClassDescriptionclass -
Uses of Parameter in org.ocpsoft.rewrite.param
Classes in org.ocpsoft.rewrite.param with type parameters of type ParameterModifier and TypeInterfaceDescriptioninterfaceProvides metadata for handling parameter behavior inParameterizedCondition,Operation, andRuleinstances.Subinterfaces of Parameter in org.ocpsoft.rewrite.paramModifier and TypeInterfaceDescriptioninterfaceConfigurableParameter<IMPLTYPE extends ConfigurableParameter<IMPLTYPE>>Provides mutable metadata for handling parameter behavior inParameterizedCondition,Operation, andRuleinstances.Classes in org.ocpsoft.rewrite.param that implement ParameterModifier and TypeClassDescriptionclassA default implementation ofParameter.classA an immutable implementation ofParameter.classParameterBuilder<IMPLTYPE extends ParameterBuilder<IMPLTYPE>>An base implementation ofParameterMethods in org.ocpsoft.rewrite.param that return ParameterModifier and TypeMethodDescriptionParameter<?>Parameter<?>Parameter<?>Get theParameterwith the given name.Parameter<?>Retrieve theParameterwith the given name, otherwise use the default, if supplied.Parameter<?>Methods in org.ocpsoft.rewrite.param that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterizedPatternResult.getParameters(EvaluationContext context) DefaultParameterStore.iterator()DefaultParameterValueStore.iterator()Methods in org.ocpsoft.rewrite.param with parameters of type ParameterModifier and TypeMethodDescriptionParameter<?>Parameter<?>Retrieve theParameterwith the given name, otherwise use the default, if supplied.booleanDefaultParameterValueStore.isValid(Rewrite event, EvaluationContext context, Parameter<?> param, String value) booleanParameterValueStore.isValid(Rewrite event, EvaluationContext context, Parameter<?> param, String value) Validate the givenParameterand value.Retrieve the currenet value for the givenParameter.Parameter<?>booleanDefaultParameterValueStore.submit(Rewrite event, EvaluationContext context, Parameter<?> param, String value) booleanParameterValueStore.submit(Rewrite event, EvaluationContext context, Parameter<?> param, String value) Submit the givenParameterand value.Constructors in org.ocpsoft.rewrite.param with parameters of type Parameter -
Uses of Parameter in org.ocpsoft.rewrite.spi
Methods in org.ocpsoft.rewrite.spi that return types with arguments of type ParameterMethods in org.ocpsoft.rewrite.spi with parameters of type ParameterModifier and TypeMethodDescriptionbooleanGlobalParameterProvider.isValid(Rewrite event, EvaluationContext context, Parameter<?> param, String value) Validate the givenParameter.booleanGlobalParameterProvider.supportsSubmission(Rewrite event, EvaluationContext context, Parameter<?> param) Returntrueif the givenParametersupports value submission. -
Uses of Parameter in org.ocpsoft.rewrite.util
Methods in org.ocpsoft.rewrite.util with parameters of type ParameterModifier and TypeMethodDescriptionstatic booleanParameterUtils.enqueueSubmission(Rewrite event, EvaluationContext context, Parameter<?> parameter, Object value) static ObjectParameterUtils.performRetrieval(Rewrite event, EvaluationContext context, Parameter<?> parameter) Extract bound values from configuredParameterinstances.