rewrite-impl-config 1.0.5.Final

Uses of Class
org.ocpsoft.rewrite.bind.RegexCapture

Packages that use RegexCapture
org.ocpsoft.rewrite.bind   
 

Uses of RegexCapture in org.ocpsoft.rewrite.bind
 

Methods in org.ocpsoft.rewrite.bind that return RegexCapture
 RegexCapture RegexCapture.constrainedBy(Constraint<String> constraint)
           
 RegexCapture ParameterizedPattern.getParameter(String name)
          Get the Parameter with the given name.
 RegexCapture RegexCapture.transformedBy(Transform<String> transform)
           
 

Methods in org.ocpsoft.rewrite.bind that return types with arguments of type RegexCapture
 Map<String,RegexCapture> ParameterizedPattern.getParameters()
          Get all Parameter instances detected during expression parsing.
 Map<RegexCapture,String[]> ParameterizedPattern.parse(Rewrite event, EvaluationContext context, String path)
          Parses the given string if it matches this expression.
 

Methods in org.ocpsoft.rewrite.bind with parameters of type RegexCapture
 Bindable<?> ParameterizedPattern.Transposition.getBindable(RegexCapture capture)
           
 


rewrite-impl-config 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.