Quadcap Embeddable Server

com.quadcap.http.servlets.jsp.JspSession Class Reference

Inheritance diagram for com.quadcap.http.servlets.jsp.JspSession:

HttpSession List of all members.

Detailed Description

The JSP Session object.

Author:
Stan Bailes

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


Constructor & Destructor Documentation

com.quadcap.http.servlets.jsp.JspSession.JspSession HttpServletRequest  req  ) 
 

Definition at line 56 of file JspSession.java.


Member Function Documentation

Object com.quadcap.http.servlets.jsp.JspSession.getAttribute String  name  ) 
 

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().

Enumeration com.quadcap.http.servlets.jsp.JspSession.getAttributeNames  ) 
 

Definition at line 97 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

long com.quadcap.http.servlets.jsp.JspSession.getCreationTime  ) 
 

Definition at line 65 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

String com.quadcap.http.servlets.jsp.JspSession.getId  ) 
 

Definition at line 69 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

long com.quadcap.http.servlets.jsp.JspSession.getLastAccessedTime  ) 
 

Definition at line 73 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

int com.quadcap.http.servlets.jsp.JspSession.getMaxInactiveInterval  ) 
 

Definition at line 81 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

final HttpSession com.quadcap.http.servlets.jsp.JspSession.getSession  )  [package]
 

Definition at line 60 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.req, and com.quadcap.http.servlets.jsp.JspSession.session.

Referenced by com.quadcap.http.servlets.jsp.JspSession.getAttribute(), com.quadcap.http.servlets.jsp.JspSession.getAttributeNames(), com.quadcap.http.servlets.jsp.JspSession.getCreationTime(), com.quadcap.http.servlets.jsp.JspSession.getId(), com.quadcap.http.servlets.jsp.JspSession.getLastAccessedTime(), com.quadcap.http.servlets.jsp.JspSession.getMaxInactiveInterval(), com.quadcap.http.servlets.jsp.JspSession.getSessionContext(), com.quadcap.http.servlets.jsp.JspSession.getValue(), com.quadcap.http.servlets.jsp.JspSession.getValueNames(), com.quadcap.http.servlets.jsp.JspSession.invalidate(), com.quadcap.http.servlets.jsp.JspSession.isNew(), com.quadcap.http.servlets.jsp.JspSession.putValue(), com.quadcap.http.servlets.jsp.JspSession.removeAttribute(), com.quadcap.http.servlets.jsp.JspSession.removeValue(), com.quadcap.http.servlets.jsp.JspSession.setAttribute(), and com.quadcap.http.servlets.jsp.JspSession.setMaxInactiveInterval().

HttpSessionContext com.quadcap.http.servlets.jsp.JspSession.getSessionContext  ) 
 

Definition at line 85 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

Object com.quadcap.http.servlets.jsp.JspSession.getValue String  name  ) 
 

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().

String [] com.quadcap.http.servlets.jsp.JspSession.getValueNames  ) 
 

Definition at line 101 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

void com.quadcap.http.servlets.jsp.JspSession.invalidate  ) 
 

Definition at line 121 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

boolean com.quadcap.http.servlets.jsp.JspSession.isNew  ) 
 

Definition at line 125 of file JspSession.java.

References com.quadcap.http.servlets.jsp.JspSession.getSession().

void com.quadcap.http.servlets.jsp.JspSession.putValue String  name,
Object  val
 

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().

void com.quadcap.http.servlets.jsp.JspSession.removeAttribute String  name  ) 
 

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().

void com.quadcap.http.servlets.jsp.JspSession.removeValue String  name  ) 
 

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().

void com.quadcap.http.servlets.jsp.JspSession.setAttribute String  name,
Object  val
 

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().

void com.quadcap.http.servlets.jsp.JspSession.setMaxInactiveInterval int  ivl  ) 
 

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().


Member Data Documentation

HttpServletRequest com.quadcap.http.servlets.jsp.JspSession.req [package]
 

Definition at line 53 of file JspSession.java.

Referenced by com.quadcap.http.servlets.jsp.JspSession.getSession().

HttpSession com.quadcap.http.servlets.jsp.JspSession.session = null [package]
 

Definition at line 54 of file JspSession.java.

Referenced by com.quadcap.http.servlets.jsp.JspSession.getSession().