Exemplo n.º 1
0
 /**
  * @see railo.runtime.type.Objects#set(railo.runtime.PageContext,
  *     railo.runtime.type.Collection.Key, java.lang.Object)
  */
 public Object set(PageContext pc, Collection.Key propertyName, Object value)
     throws PageException {
   return component.set(propertyName, value);
 }
Exemplo n.º 2
0
 /** @see railo.runtime.type.Collection#set(railo.runtime.type.Collection.Key, java.lang.Object) */
 public Object set(Collection.Key key, Object value) throws PageException {
   return component.set(key, value);
 }