| |
|
| java.lang.Object com.salmonllc.html.HttpSessionWrapper
HttpSessionWrapper | public class HttpSessionWrapper implements HttpSession(Code) | | Wrapper for the http session object, used by the framework to adapt portlet sessions to http sessions
|
_psess | PortletSession _psess(Code) | | |
HttpSessionWrapper | public HttpSessionWrapper(PortletSession sess)(Code) | | |
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 arg0)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int arg0)(Code) | | |
|
|
|