![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.http.servlets.jsp.JspSession:

Definition at line 52 of file JspSession.java.
Public Member Functions | |
| JspSession (HttpServletRequest req) | |
| long | getCreationTime () |
| String | getId () |
| long | getLastAccessedTime () |
| void | setMaxInactiveInterval (int ivl) |
| int | getMaxInactiveInterval () |
| HttpSessionContext | getSessionContext () |
| Object | getAttribute (String name) |
| Object | getValue (String name) |
| Enumeration | getAttributeNames () |
| String[] | getValueNames () |
| void | setAttribute (String name, Object val) |
| void | putValue (String name, Object val) |
| void | removeAttribute (String name) |
| void | removeValue (String name) |
| void | invalidate () |
| boolean | isNew () |
Package Functions | |
| final HttpSession | getSession () |
Package Attributes | |
| HttpServletRequest | req |
| HttpSession | session = null |
|
|
Definition at line 56 of file JspSession.java. |
|
|
Definition at line 89 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getAttribute(), and com.quadcap.http.servlets.jsp.JspSession.getSession(). Referenced by com.quadcap.http.servlets.jsp.JspSession.getAttribute(). |
|
|
Definition at line 97 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 65 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 69 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 73 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 81 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
|
Definition at line 85 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 93 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.getValue(). Referenced by com.quadcap.http.servlets.jsp.JspSession.getValue(). |
|
|
Definition at line 101 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 121 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 125 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
||||||||||||
|
Definition at line 109 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.putValue(). Referenced by com.quadcap.http.servlets.jsp.JspSession.putValue(). |
|
|
Definition at line 113 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.removeAttribute(). Referenced by com.quadcap.http.servlets.jsp.JspSession.removeAttribute(). |
|
|
Definition at line 117 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.removeValue(). Referenced by com.quadcap.http.servlets.jsp.JspSession.removeValue(). |
|
||||||||||||
|
Definition at line 105 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.setAttribute(). Referenced by com.quadcap.http.servlets.jsp.JspSession.setAttribute(). |
|
|
Definition at line 77 of file JspSession.java. References com.quadcap.http.servlets.jsp.JspSession.getSession(), and com.quadcap.http.servlets.jsp.JspSession.setMaxInactiveInterval(). Referenced by com.quadcap.http.servlets.jsp.JspSession.setMaxInactiveInterval(). |
|
|
Definition at line 53 of file JspSession.java. Referenced by com.quadcap.http.servlets.jsp.JspSession.getSession(). |
|
|
Definition at line 54 of file JspSession.java. Referenced by com.quadcap.http.servlets.jsp.JspSession.getSession(). |