rewrite-config-servlet 2.0.0.Alpha2

org.ocpsoft.rewrite.servlet.config.rule
Interface IJoin.IJoinParameter

All Superinterfaces:
Bindable<IJoin.JoinParameter>, Condition, ConfigurationElement, Constrainable<IJoin.JoinParameter,String>, Converter<Object>, HasConverter<IJoin.JoinParameter>, HasValidator<IJoin.JoinParameter>, IJoin, Operation, Parameter<IJoin.JoinParameter,String>, Parameterized<IJoin,IJoin.JoinParameter,String>, Rule, Transformable<IJoin.JoinParameter,String>, Validator<Object>
All Known Implementing Classes:
IJoin.JoinParameter
Enclosing interface:
IJoin

public static interface IJoin.IJoinParameter
extends IJoin, Bindable<IJoin.JoinParameter>, Parameter<IJoin.JoinParameter,String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ocpsoft.rewrite.servlet.config.rule.IJoin
IJoin.IJoinParameter, IJoin.JoinParameter
 
Method Summary
 IJoin.IJoinParameter matches(String string)
          Specify the pattern to which this Parameter must match.
 
Methods inherited from interface org.ocpsoft.rewrite.servlet.config.rule.IJoin
getPathExpression, getResourcexpression, perform, to, when, withChaining, withId, withInboundCorrection
 
Methods inherited from interface org.ocpsoft.rewrite.param.Parameterized
where, where
 
Methods inherited from interface org.ocpsoft.rewrite.config.Rule
evaluate, getId, perform
 
Methods inherited from interface org.ocpsoft.rewrite.param.Parameter
getName
 
Methods inherited from interface org.ocpsoft.rewrite.bind.Bindable
bindsTo, getBindings
 
Methods inherited from interface org.ocpsoft.rewrite.param.Constrainable
constrainedBy, getConstraints
 
Methods inherited from interface org.ocpsoft.rewrite.param.Transformable
getTransforms, transformedBy
 
Methods inherited from interface org.ocpsoft.rewrite.bind.Converter
convert
 
Methods inherited from interface org.ocpsoft.rewrite.bind.Validator
validate
 
Methods inherited from interface org.ocpsoft.rewrite.bind.HasValidator
getValidator, validatedBy, validatedBy
 
Methods inherited from interface org.ocpsoft.rewrite.bind.HasConverter
convertedBy, convertedBy, getConverter
 

Method Detail

matches

IJoin.IJoinParameter matches(String string)
Specify the pattern to which this Parameter must match.


rewrite-config-servlet 2.0.0.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.