Uses of Class
sunlabs.brazil.properties.PropertiesList
Packages that use PropertiesList
-
Uses of PropertiesList in sunlabs.brazil.properties
Methods in sunlabs.brazil.properties that return PropertiesListModifier and TypeMethodDescriptionPropertiesList.getHead()
Returns thePropertiesList
object that is the first object on the list of which this object is a member.PropertiesList.getNext()
Returns thePropertiesList
object that succedes this object on the list of which this object is a member.PropertiesList.getPrior()
Returns thePropertiesList
object that precedes this object on the list of which this object is a member.PropertiesList.wraps
(Dictionary d) Find the firstPropertiesList
object on the list of which this object is a member that wraps theDictionary
parameter.Methods in sunlabs.brazil.properties with parameters of type PropertiesListModifier and TypeMethodDescriptionvoid
PropertiesList.addAfter
(PropertiesList cursor) Adds thisPropertiesList
object into a linked list following the object referenced by thecursor
parameter.void
PropertiesList.addBefore
(PropertiesList cursor) Adds thisPropertiesList
object into a linked list preceding the object referenced by thecursor
parameter. -
Uses of PropertiesList in sunlabs.brazil.server
Fields in sunlabs.brazil.server declared as PropertiesListModifier and TypeFieldDescriptionRequest.props
A set of properties local to this request.Request.serverProps
APropertiesList
object that wrapsserver.props
.