railo.runtime.functions.string
Class Mid

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

public final class Mid
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

Mid

public Mid()
Method Detail

call

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

call

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


Copyright © 2012 Railo