railo.runtime.functions.struct
Class StructInsert

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

public final class StructInsert
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
StructInsert()
           
 
Method Summary
static boolean call(PageContext pc, Struct struct, String key, Object value)
           
static boolean call(PageContext pc, Struct struct, String strKey, Object value, boolean allowoverwrite)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructInsert

public StructInsert()
Method Detail

call

public static boolean call(PageContext pc,
                           Struct struct,
                           String key,
                           Object value)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           Struct struct,
                           String strKey,
                           Object value,
                           boolean allowoverwrite)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo