Gets an attribute in a given scope. You should use the scope-specific
routines instead, like request.getAttribute.
Parameters: name - attribute name Parameters: scope - attribute scope
Sets the named page attribute.
Parameters: name - name of the attribute Parameters: attribute - non-null attribute value.
setAttribute
abstractpublic void setAttribute(String name, Object o, int scope)(Code)
Sets an attribute in a given scope. You should use the scope-specific
routines instead, like request.setAttribute.
Parameters: name - attribute name Parameters: o - attribute value Parameters: scope - attribute scope