rewrite-impl-servlet 1.0.5.Final

org.ocpsoft.rewrite.servlet.config
Class ISubstitute.SubstituteParameter

java.lang.Object
  extended by org.ocpsoft.rewrite.bind.DefaultBindable<P>
      extended by org.ocpsoft.rewrite.param.ParameterBuilder<ISubstitute.SubstituteParameter,String>
          extended by org.ocpsoft.rewrite.servlet.config.ISubstitute.SubstituteParameter
All Implemented Interfaces:
Bindable<ISubstitute.SubstituteParameter>, Converter<Object>, HasConverter<ISubstitute.SubstituteParameter>, HasValidator<ISubstitute.SubstituteParameter>, Validator<Object>, ConfigurationElement, Operation, OperationBuilder, Constrainable<ISubstitute.SubstituteParameter,String>, Parameter<ISubstitute.SubstituteParameter,String>, Parameterized<ISubstitute,ISubstitute.SubstituteParameter,String>, Transformable<ISubstitute.SubstituteParameter,String>, ISubstitute, ISubstitute.ISubstituteParameter
Enclosing interface:
ISubstitute

public static class ISubstitute.SubstituteParameter
extends ParameterBuilder<ISubstitute.SubstituteParameter,String>
implements ISubstitute.ISubstituteParameter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ocpsoft.rewrite.servlet.config.ISubstitute
ISubstitute.ISubstituteParameter, ISubstitute.SubstituteParameter
 
Constructor Summary
ISubstitute.SubstituteParameter(ISubstitute path, RegexCapture capture)
           
 
Method Summary
 OperationBuilder and(Operation other)
           
 String getName()
           
 ParameterizedPattern getTargetExpression()
           
 ISubstitute.ISubstituteParameter matches(String string)
           
 void perform(Rewrite event, EvaluationContext context)
           
 ISubstitute.SubstituteParameter where(String param)
           
 ISubstitute.SubstituteParameter where(String param, Binding binding)
           
 
Methods inherited from class org.ocpsoft.rewrite.param.ParameterBuilder
bindsTo, constrainedBy, convert, convertedBy, convertedBy, getConstraints, getConverter, getTransforms, getValidator, toString, transformedBy, validate, validatedBy, validatedBy
 
Methods inherited from class org.ocpsoft.rewrite.bind.DefaultBindable
getBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ISubstitute.SubstituteParameter

public ISubstitute.SubstituteParameter(ISubstitute path,
                                       RegexCapture capture)
Method Detail

matches

public ISubstitute.ISubstituteParameter matches(String string)
Specified by:
matches in interface ISubstitute.ISubstituteParameter

getName

public String getName()
Specified by:
getName in interface Parameter<ISubstitute.SubstituteParameter,String>

where

public ISubstitute.SubstituteParameter where(String param)
Specified by:
where in interface Parameterized<ISubstitute,ISubstitute.SubstituteParameter,String>

where

public ISubstitute.SubstituteParameter where(String param,
                                             Binding binding)
Specified by:
where in interface Parameterized<ISubstitute,ISubstitute.SubstituteParameter,String>

perform

public void perform(Rewrite event,
                    EvaluationContext context)
Specified by:
perform in interface Operation

getTargetExpression

public ParameterizedPattern getTargetExpression()
Specified by:
getTargetExpression in interface ISubstitute

and

public OperationBuilder and(Operation other)
Specified by:
and in interface OperationBuilder

rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.