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 PropertiesListPropertiesList. getHead()Returns thePropertiesListobject that is the first object on the list of which this object is a member.PropertiesListPropertiesList. getNext()Returns thePropertiesListobject that succedes this object on the list of which this object is a member.PropertiesListPropertiesList. getPrior()Returns thePropertiesListobject that precedes this object on the list of which this object is a member.PropertiesListPropertiesList. wraps(java.util.Dictionary d)Find the firstPropertiesListobject on the list of which this object is a member that wraps theDictionaryparameter.Methods in sunlabs.brazil.properties with parameters of type PropertiesList Modifier and Type Method Description voidPropertiesList. addAfter(PropertiesList cursor)Adds thisPropertiesListobject into a linked list following the object referenced by thecursorparameter.voidPropertiesList. addBefore(PropertiesList cursor)Adds thisPropertiesListobject into a linked list preceding the object referenced by thecursorparameter. -
Uses of PropertiesList in sunlabs.brazil.server
Fields in sunlabs.brazil.server declared as PropertiesList Modifier and Type Field Description PropertiesListRequest. propsA set of properties local to this request.PropertiesListRequest. serverPropsAPropertiesListobject that wrapsserver.props.
-