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 thePropertiesListobject that is the first object on the list of which this object is a member.PropertiesList.getNext()Returns thePropertiesListobject that succedes this object on the list of which this object is a member.PropertiesList.getPrior()Returns thePropertiesListobject that precedes this object on the list of which this object is a member.PropertiesList.wraps(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 PropertiesListModifier and TypeMethodDescriptionvoidPropertiesList.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 PropertiesListModifier and TypeFieldDescriptionRequest.propsA set of properties local to this request.Request.serverPropsAPropertiesListobject that wrapsserver.props.