|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
| Constructor Summary | |
ServletAPI2_1Session()
Deprecated. |
|
| Method Summary | |
Serializable |
getAttribute(HttpServletRequest req,
String code)
Deprecated. Retrieve any other object |
Enumeration |
getAttributeNames(HttpServletRequest req)
Deprecated. Retrieve all attribute names |
String |
getContextPath(HttpServletRequest req)
Deprecated. Retrieve the context path |
String |
getId(HttpServletRequest req)
Deprecated. Retrieve the session id |
void |
invalidate(HttpServletRequest req)
Deprecated. Invalidate the session |
void |
removeAttribute(HttpServletRequest req,
String code)
Deprecated. Remove an attribute from the session |
void |
setAttribute(HttpServletRequest req,
String code,
Serializable value)
Deprecated. Store a String (wrapped in a SerializableString) in the session |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServletAPI2_1Session()
| Method Detail |
public Serializable getAttribute(HttpServletRequest req,
String code)
throws ServletException
getAttribute in interface APIAwareSessionreq - The servlet request objectcode - the attribute key
ServletException - upon error
public Enumeration getAttributeNames(HttpServletRequest req)
throws ServletException
getAttributeNames in interface APIAwareSessionreq - the servlet request object
ServletException - upon error
public void setAttribute(HttpServletRequest req,
String code,
Serializable value)
throws ServletException
setAttribute in interface APIAwareSessionreq - The HttpServletRequest objectcode - the attribute codevalue - the attribute value
ServletException
public void removeAttribute(HttpServletRequest req,
String code)
throws ServletException
removeAttribute in interface APIAwareSessionreq - the servletrequest objectcode - the attribute key
ServletException - upon errorpublic void invalidate(HttpServletRequest req)
invalidate in interface APIAwareSessionreq - the servlet request object
ServletException - upon errorpublic String getId(HttpServletRequest req)
getId in interface APIAwareSessionreq - the servlet request
ServletException - upon errorpublic String getContextPath(HttpServletRequest req)
getContextPath in interface APIAwareSessionreq - the servlet request object
ServletException - upon error
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||