railo.runtime.functions.string
Class GetToken

java.lang.Object
  extended by railo.runtime.functions.string.GetToken
All Implemented Interfaces:
Serializable, Function

public final class GetToken
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
GetToken()
           
 
Method Summary
static String call(PageContext pc, String str, double index)
           
static String call(PageContext pc, String str, double index, String delimiters)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetToken

public GetToken()
Method Detail

call

public static String call(PageContext pc,
                          String str,
                          double index)
                   throws ExpressionException
Throws:
ExpressionException

call

public static String call(PageContext pc,
                          String str,
                          double index,
                          String delimiters)
                   throws ExpressionException
Throws:
ExpressionException


Copyright © 2012 Railo