org.ocpsoft.rewrite.servlet.config
Class IForward.ForwardParameter
java.lang.Object
org.ocpsoft.rewrite.bind.DefaultBindable<P>
org.ocpsoft.rewrite.param.ParameterBuilder<IForward.ForwardParameter,String>
org.ocpsoft.rewrite.servlet.config.IForward.ForwardParameter
- All Implemented Interfaces:
- Bindable<IForward.ForwardParameter>, Converter<Object>, HasConverter<IForward.ForwardParameter>, HasValidator<IForward.ForwardParameter>, Validator<Object>, ConfigurationElement, Operation, OperationBuilder, Constrainable<IForward.ForwardParameter,String>, Parameter<IForward.ForwardParameter,String>, Parameterized<IForward,IForward.ForwardParameter,String>, Transformable<IForward.ForwardParameter,String>, IForward, IForward.IForwardParameter
- Enclosing interface:
- IForward
public static class IForward.ForwardParameter
- extends ParameterBuilder<IForward.ForwardParameter,String>
- implements IForward.IForwardParameter
| Methods inherited from class org.ocpsoft.rewrite.param.ParameterBuilder |
bindsTo, constrainedBy, convert, convertedBy, convertedBy, getConstraints, getConverter, getTransforms, getValidator, toString, transformedBy, validate, validatedBy, validatedBy |
IForward.ForwardParameter
public IForward.ForwardParameter(IForward path,
RegexCapture capture)
matches
public IForward.IForwardParameter matches(String string)
- Specified by:
matches in interface IForward.IForwardParameter
getName
public String getName()
- Specified by:
getName in interface Parameter<IForward.ForwardParameter,String>
where
public IForward.ForwardParameter where(String param)
- Specified by:
where in interface Parameterized<IForward,IForward.ForwardParameter,String>
where
public IForward.ForwardParameter where(String param,
Binding binding)
- Specified by:
where in interface Parameterized<IForward,IForward.ForwardParameter,String>
perform
public void perform(Rewrite event,
EvaluationContext context)
- Specified by:
perform in interface Operation
getTargetExpression
public ParameterizedPattern getTargetExpression()
- Specified by:
getTargetExpression in interface IForward
and
public OperationBuilder and(Operation other)
- Specified by:
and in interface OperationBuilder
Copyright © 2012 OCPsoft. All Rights Reserved.