Uses of Class
sunlabs.brazil.properties.PropertiesList
-
Packages that use PropertiesList Package Description sunlabs.brazil.properties sunlabs.brazil.server -
-
Uses of PropertiesList in sunlabs.brazil.properties
Methods in sunlabs.brazil.properties that return PropertiesList Modifier and Type Method Description PropertiesList
PropertiesList. getHead()
Returns thePropertiesList
object that is the first object on the list of which this object is a member.PropertiesList
PropertiesList. getNext()
Returns thePropertiesList
object that succedes this object on the list of which this object is a member.PropertiesList
PropertiesList. getPrior()
Returns thePropertiesList
object that precedes this object on the list of which this object is a member.PropertiesList
PropertiesList. wraps(java.util.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 PropertiesList Modifier and Type Method Description void
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 PropertiesList Modifier and Type Field Description PropertiesList
Request. props
A set of properties local to this request.PropertiesList
Request. serverProps
APropertiesList
object that wrapsserver.props
.
-