Uses of Class
net.sf.sail.core.beans.assembly.PropertyRef

Packages that use PropertyRef
net.sf.sail.core.beans Management of beans brought into SAIL. 
net.sf.sail.core.beans.assembly Mechanisms for disassembly and reassembly of Pod hierarchies. 
 

Uses of PropertyRef in net.sf.sail.core.beans
 

Fields in net.sf.sail.core.beans with type parameters of type PropertyRef
(package private)  java.util.Set<PropertyRef> Pod.transientRefs
           
(package private)  java.util.Map<java.lang.String,PropertyRef> Pod.vars
           
 

Methods in net.sf.sail.core.beans with parameters of type PropertyRef
 void Pod.bind(java.lang.String varName, PropertyRef propertyRef, boolean isTransient)
           
 

Method parameters in net.sf.sail.core.beans with type arguments of type PropertyRef
 void Pod.setTransientRefs(java.util.Set<PropertyRef> transientRefs)
           
 void Pod.setVars(java.util.Map<java.lang.String,PropertyRef> vars)
           
 

Uses of PropertyRef in net.sf.sail.core.beans.assembly
 

Subclasses of PropertyRef in net.sf.sail.core.beans.assembly
 class IndexedPropertyRef
          Version of PropertyRef that points to an index within the property
 

Methods in net.sf.sail.core.beans.assembly that return PropertyRef
 PropertyRef SimpleContainer.getPropertyRef()
           
 PropertyRef PodVarDelegate.getRef()
           
 



Copyright 2004-2004-2006 TELS Center. All Rights Reserved.