Uses of Class
org.apache.cocoon.acting.RequestParameterExistsAction.StringParts

Packages that use RequestParameterExistsAction.StringParts
org.apache.cocoon.acting   
 

Uses of RequestParameterExistsAction.StringParts in org.apache.cocoon.acting
 

Methods in org.apache.cocoon.acting that return RequestParameterExistsAction.StringParts
protected  RequestParameterExistsAction.StringParts RequestParameterExistsAction.splitParameter(String paramName)
          Find first "*" in a String and split it into the substring before and after the "*".
 

Methods in org.apache.cocoon.acting with parameters of type RequestParameterExistsAction.StringParts
protected  String RequestParameterExistsAction.getMatch(String paramName, RequestParameterExistsAction.StringParts sp)
          If a String matches a StringPart spec, return the substring between the specified prefix and postfix.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.