railo.runtime.functions.arrays
Class Array_

java.lang.Object
  extended by railo.runtime.functions.BIF
      extended by railo.runtime.functions.arrays.Array_
All Implemented Interfaces:
Serializable, Function

public class Array_
extends BIF

implementation of the Function array

See Also:
Serialized Form

Constructor Summary
Array_()
           
 
Method Summary
static Array call(PageContext pc, Object[] objArr)
           
 Object invoke(PageContext pc, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array_

public Array_()
Method Detail

call

public static Array call(PageContext pc,
                         Object[] objArr)
Parameters:
pc -
objArr -
Returns:
Throws:
ExpressionException

invoke

public Object invoke(PageContext pc,
                     Object[] args)
              throws PageException
Specified by:
invoke in class BIF
Throws:
PageException


Copyright © 2012 Railo