JSPTemplates

Uses of Interface
org.tp23.jsp.Session

Packages that use Session
org.tp23.jasper   
org.tp23.jasper.runtime This package contains code that the JSP runtime uses. 
org.tp23.jsp This package contains interfaces and exceptions to abstract the compilation from accessing the compiled results. 
 

Uses of Session in org.tp23.jasper
 

Classes in org.tp23.jasper that implement Session
 class HashSession
          Like an HTTP session but with out the time outs.
 

Methods in org.tp23.jasper that return Session
 Session DestinationImpl.getSession()
          returns the Session.
 Session MyJasper.getSession()
          Gets the session of the MyJasper object
 

Methods in org.tp23.jasper with parameters of type Session
 void DestinationImpl.setSession(Session session)
          Sets the session to any HashSession.
 

Uses of Session in org.tp23.jasper.runtime
 

Fields in org.tp23.jasper.runtime declared as Session
protected  Session ObjectPageContextImpl.session
          Description of the Field
 

Methods in org.tp23.jasper.runtime that return Session
 Session ObjectPageContextImpl.getSession()
          Gets the session attribute of the ObjectPageContextImpl object
 

Uses of Session in org.tp23.jsp
 

Methods in org.tp23.jsp that return Session
 Session Engine.getSession()
           
 Session ObjectPageContext.getSession()
           
 Session Destination.getSession()
           
 

Methods in org.tp23.jsp with parameters of type Session
 void Destination.setSession(Session session)
           
 


JSPTemplates