Package | Description |
---|---|
sunlabs.brazil.properties | |
sunlabs.brazil.server |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
PropertiesList |
Request.props
A set of properties local to this request.
|
PropertiesList |
Request.serverProps
A
PropertiesList object that wraps
server.props . |