|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of Attributes in org.codehaus.wadi |
Methods in org.codehaus.wadi that return Attributes | |
Attributes |
AttributesFactory.create(AttributesConfig config)
|
Methods in org.codehaus.wadi with parameters of type Attributes | |
boolean |
NewDirtier.setMaxInactiveInterval(Attributes attributes,
int maxInactiveInterval)
|
boolean |
NewDirtier.setAttribute(Attributes attributes,
String name,
Object value)
|
boolean |
NewDirtier.removeAttribute(Attributes attributes,
String name)
|
boolean |
NewDirtier.getAttribute(Attributes attributes,
String name)
|
Uses of Attributes in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Attributes | |
class |
DistributableAttributes
A DistributableAttributes object needs to be Listener aware. |
class |
LazyAttributes
|
class |
StandardAttributes
|
Fields in org.codehaus.wadi.impl declared as Attributes | |
protected Attributes |
StandardSession._attributes
|
Methods in org.codehaus.wadi.impl that return Attributes | |
Attributes |
StandardAttributesFactory.create(AttributesConfig config)
|
Attributes |
DistributableAttributesFactory.create(AttributesConfig config)
|
Attributes |
LazyAttributesFactory.create(AttributesConfig config)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |