|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface modeling.
Method Summary | |
java.lang.Object |
GetAttribute(java.lang.String name)
Returns the servlet container attribute with the given name, or null if there is no attribute by that name. |
void |
RemoveAttribute(java.lang.String name)
Removes the attribute with the given name from the servlet context. |
void |
SetAttribute(java.lang.String name,
java.lang.Object _value)
Binds an object to a given attribute name in this servlet context. |
Method Detail |
public java.lang.Object GetAttribute(java.lang.String name)
name
- - a string specifying name of the attribute
public void SetAttribute(java.lang.String name, java.lang.Object _value)
name
- - a string specifying name of the attribute_value
- - an object representing the attribute to be boundpublic void RemoveAttribute(java.lang.String name)
name
- - a String specifying the name of the attribute to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |