| java.lang.Object com.caucho.portal.generic.HttpPortletSession
HttpPortletSession | public class HttpPortletSession implements PortletSession(Code) | | An adapter to a
javax.servlet.HttpSession .
|
PORTLET_SCOPE_PREFIX | final public String PORTLET_SCOPE_PREFIX(Code) | | |
PORTLET_SCOPE_RESERVED_PREFIX | final public String PORTLET_SCOPE_RESERVED_PREFIX(Code) | | |
HttpPortletSession | public HttpPortletSession()(Code) | | |
finish | public void finish()(Code) | | Finish with the HttpSession object. After calling this method,
this object can be placed into a pool and reused for subsequent requests.
|
getCreationTime | public long getCreationTime()(Code) | | |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
getPortletContext | public PortletContext getPortletContext()(Code) | | |
invalidate | public void invalidate()(Code) | | |
isNew | public boolean isNew()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
removeAttribute | public void removeAttribute(String name, int scope)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
|
|