|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pluto.internal.impl.PortletSessionImpl
org.jasig.portal.portlet.session.ScopingPortletSessionImpl
public class ScopingPortletSessionImpl
Custom portlet session impl, uses the entityId instead of the windowId for the session namespace
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
logger
|
| Fields inherited from class org.apache.pluto.internal.impl.PortletSessionImpl |
|---|
DEFAULT_SCOPE, ID_NAME_SEPARATOR, PORTLET_SCOPE_NAMESPACE |
| Fields inherited from interface javax.portlet.PortletSession |
|---|
APPLICATION_SCOPE, PORTLET_SCOPE |
| Constructor Summary | |
|---|---|
ScopingPortletSessionImpl(IPortletEntityId portletEntityId,
PortletContext portletContext,
org.apache.pluto.internal.InternalPortletWindow internalPortletWindow,
HttpSession httpSession)
|
|
| Method Summary | |
|---|---|
protected String |
createPortletScopedId(String name)
|
protected boolean |
isInCurrentPortletScope(String name)
|
| Methods inherited from class org.apache.pluto.internal.impl.PortletSessionImpl |
|---|
getAttribute, getAttribute, getAttributeNames, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getPortletContext, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeAttribute, removeValue, setAttribute, setAttribute, setMaxInactiveInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log logger
| Constructor Detail |
|---|
public ScopingPortletSessionImpl(IPortletEntityId portletEntityId,
PortletContext portletContext,
org.apache.pluto.internal.InternalPortletWindow internalPortletWindow,
HttpSession httpSession)
| Method Detail |
|---|
protected String createPortletScopedId(String name)
createPortletScopedId in class org.apache.pluto.internal.impl.PortletSessionImplprotected boolean isInCurrentPortletScope(String name)
isInCurrentPortletScope in class org.apache.pluto.internal.impl.PortletSessionImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||