Uses of Class
sunlabs.brazil.properties.PropertiesList

Packages that use PropertiesList
sunlabs.brazil.properties   
sunlabs.brazil.server   
 

Uses of PropertiesList in sunlabs.brazil.properties
 

Methods in sunlabs.brazil.properties that return PropertiesList
 PropertiesList PropertiesList.getHead()
          Returns the PropertiesList object that is the first object on the list of which this object is a member.
 PropertiesList PropertiesList.getNext()
          Returns the PropertiesList object that succedes this object on the list of which this object is a member.
 PropertiesList PropertiesList.getPrior()
          Returns the PropertiesList object that precedes this object on the list of which this object is a member.
 PropertiesList PropertiesList.wraps(java.util.Dictionary d)
          Find the first PropertiesList object on the list of which this object is a member that wraps the Dictionary parameter.
 

Methods in sunlabs.brazil.properties with parameters of type PropertiesList
 void PropertiesList.addAfter(PropertiesList cursor)
          Adds this PropertiesList object into a linked list following the object referenced by the cursor parameter.
 void PropertiesList.addBefore(PropertiesList cursor)
          Adds this PropertiesList object into a linked list preceding the object referenced by the cursor parameter.
 

Uses of PropertiesList in sunlabs.brazil.server
 

Fields in sunlabs.brazil.server declared as PropertiesList
 PropertiesList Request.props
          A set of properties local to this request.
 PropertiesList Request.serverProps
          A PropertiesList object that wraps server.props.