Class PortletSessionImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletSessionImpl
- All Implemented Interfaces:
javax.portlet.PortletSession
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
-
Field Summary
Fields inherited from interface javax.portlet.PortletSession
APPLICATION_SCOPE, PORTLET_SCOPE -
Constructor Summary
ConstructorsConstructorDescriptionPortletSessionImpl(jakarta.servlet.http.HttpSession session, String id, javax.portlet.PortletContext context) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String s, int i) getAttributeMap(int i) getAttributeNames(int scope) longgetId()longintjavax.portlet.PortletContextvoidbooleanisNew()voidvoidremoveAttribute(String s, int i) voidsetAttribute(String s, Object o) voidsetAttribute(String s, Object o, int i) voidsetMaxInactiveInterval(int i)
-
Constructor Details
-
PortletSessionImpl
public PortletSessionImpl(jakarta.servlet.http.HttpSession session, String id, javax.portlet.PortletContext context)
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfacejavax.portlet.PortletSession
-
getAttribute
- Specified by:
getAttributein interfacejavax.portlet.PortletSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejavax.portlet.PortletSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejavax.portlet.PortletSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfacejavax.portlet.PortletSession
-
getId
- Specified by:
getIdin interfacejavax.portlet.PortletSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfacejavax.portlet.PortletSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfacejavax.portlet.PortletSession
-
invalidate
public void invalidate()- Specified by:
invalidatein interfacejavax.portlet.PortletSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfacejavax.portlet.PortletSession
-
removeAttribute
- Specified by:
removeAttributein interfacejavax.portlet.PortletSession
-
removeAttribute
- Specified by:
removeAttributein interfacejavax.portlet.PortletSession
-
setAttribute
- Specified by:
setAttributein interfacejavax.portlet.PortletSession
-
setAttribute
- Specified by:
setAttributein interfacejavax.portlet.PortletSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int i) - Specified by:
setMaxInactiveIntervalin interfacejavax.portlet.PortletSession
-
getPortletContext
public javax.portlet.PortletContext getPortletContext()- Specified by:
getPortletContextin interfacejavax.portlet.PortletSession
-
getAttributeMap
- Specified by:
getAttributeMapin interfacejavax.portlet.PortletSession
-
getAttributeMap
- Specified by:
getAttributeMapin interfacejavax.portlet.PortletSession
-