org.apache.empire.struts2.web
Interface SessionContext
- All Known Implementing Classes:
- PortletSessionWrapper, ServletSessionWrapper
public interface SessionContext
getExternalSession
Object getExternalSession()
getAppContext
AppContext getAppContext()
getId
String getId()
isNew
boolean isNew()
invalidate
void invalidate()
getCreationTime
long getCreationTime()
getLastAccessedTime
long getLastAccessedTime()
getMaxInactiveInterval
int getMaxInactiveInterval()
setMaxInactiveInterval
void setMaxInactiveInterval(int interval)
getAttributeNames
Enumeration<String> getAttributeNames()
getAttribute
Object getAttribute(String name)
setAttribute
void setAttribute(String name,
Object value)
removeAttribute
void removeAttribute(String name)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.