The next table lists the system functions in the library J2EELib.
Function | Description |
---|---|
clearRequestAttr (key) | Removes the argument that is associated with the specified key in the request object. |
clearSessionAttr (key) | Removes the argument that is associated with the specified key in the session object. |
getRequestAttr (key, argument) | Uses a specified key to retrieve an argument from the request object into a specified variable. |
getSessionAttr (key, argument) | Uses a specified key to retrieve an argument from the session object into a specified variable. |
setRequestAttr (key, argument) | Uses a specified key to place a specified argument in the request object. |
setSessionAttr (key, argument) | Uses a specified key to place a specified argument in the session object. |