| |
|
| java.lang.Object org.apache.struts2.portlet.servlet.PortletHttpSession
PortletHttpSession | public class PortletHttpSession implements HttpSession(Code) | | Wrapper object exposing a
PortletSession as a
HttpSession instance.
Clients accessing this session object will in fact operate on the
PortletSession object wrapped by this session object.
|
PortletHttpSession | public PortletHttpSession(PortletSession portletSession)(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
getPortletSession | public PortletSession getPortletSession()(Code) | | Get the wrapped portlet session.
The wrapped portlet session. |
invalidate | public void invalidate()(Code) | | |
isNew | public boolean isNew()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
|
|
|