|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletSession | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
javax.portlet.filter | The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. |
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 javax.portlet.filter |
---|
Methods in javax.portlet.filter that return PortletSession | |
---|---|
PortletSession |
PortletRequestWrapper.getPortletSession()
The default behavior of this method is to call getPortletSession() on the wrapped request object. |
PortletSession |
PortletRequestWrapper.getPortletSession(boolean create)
The default behavior of this method is to call getPortletSession(create) on the wrapped request object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |