|
||||||||||
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. |
org.apache.pluto.internal.impl | |
org.apache.pluto.testsuite.test | |
org.apache.pluto.wrappers |
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. |
Uses of PortletSession in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletSession | |
---|---|
class |
PortletSessionImpl
Implementation of the javax.portlet.PortletSession interface. |
Methods in org.apache.pluto.internal.impl that return PortletSession | |
---|---|
PortletSession |
PortletRequestImpl.getPortletSession()
|
PortletSession |
PortletRequestImpl.getPortletSession(boolean create)
Returns the portlet session. |
Uses of PortletSession in org.apache.pluto.testsuite.test |
---|
Methods in org.apache.pluto.testsuite.test with parameters of type PortletSession | |
---|---|
protected TestResult |
SimpleAttributeTest.checkEnumerateAttributes(PortletSession session)
|
protected TestResult |
ContextInitParameterTest.checkGetContextFromSession(PortletSession session)
FIXME: should this test reside in this class? -- ZHENG Zhong |
protected TestResult |
AppScopedSessionAttributeTest.checkGetEmptyAppScopedAttribute(PortletSession session)
|
protected TestResult |
SimpleAttributeTest.checkGetNullAttribute(PortletSession session)
|
protected TestResult |
AppScopedSessionAttributeTest.checkRemoveAppScopedAttribute(PortletSession session)
|
protected TestResult |
SimpleAttributeTest.checkRemoveAttribute(PortletSession session)
|
protected TestResult |
AppScopedSessionAttributeTest.checkSetAppScopedAttribute(PortletSession session)
|
protected TestResult |
ExternalAppScopedAttributeTest.checkSetAppScopedAttributeElsewhereSeenHere(PortletSession session)
|
protected TestResult |
ExternalAppScopedAttributeTest.checkSetAppScopedAttributeHereSeenElsewhere(PortletSession session)
|
protected TestResult |
SimpleAttributeTest.checkSetAttribute(PortletSession session)
|
Uses of PortletSession in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return PortletSession | |
---|---|
PortletSession |
PortletRequestWrapper.getPortletSession()
|
PortletSession |
PortletRequestWrapper.getPortletSession(boolean create)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |