Uses of Interface
javax.portlet.PortletSession

Packages that use PortletSession
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.jsr168.taglib   
 

Uses of PortletSession in javax.portlet
 

Methods in javax.portlet that return PortletSession
 PortletSession PortletRequest.getPortletSession()
          Returns the current portlet session or, if there is no current session, creates one and returns the new session.
 PortletSession PortletRequest.getPortletSession(boolean create)
          Returns the current portlet session or, if there is no current session and the given flag is true, creates one and returns the new session.
 

Uses of PortletSession in org.jboss.portal.portlet.impl.jsr168
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletSession
DispatchedHttpSession(DispatchedHttpServletRequest dispatchedRequest, PortletSession delegate, int scope)
           
 

Uses of PortletSession in org.jboss.portal.portlet.impl.jsr168.api
 

Classes in org.jboss.portal.portlet.impl.jsr168.api that implement PortletSession
 class PortletSessionImpl
           
 

Methods in org.jboss.portal.portlet.impl.jsr168.api that return PortletSession
 PortletSession PortletRequestImpl.getPortletSession()
           
 PortletSession PortletRequestImpl.getPortletSession(boolean create)
           
 

Uses of PortletSession in org.jboss.portal.portlet.impl.jsr168.taglib
 

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that return PortletSession
protected  PortletSession PortletTag.getSession()
           
 



Copyright © 2008. All Rights Reserved.