public class MockPortletSession extends Object implements javax.portlet.PortletSession
PortletSession interface.| Constructor and Description |
|---|
MockPortletSession()
Create a new MockPortletSession with a default
MockPortletContext. |
MockPortletSession(javax.portlet.PortletContext portletContext)
Create a new MockPortletSession.
|
| Modifier and Type | Method and Description |
|---|---|
void |
access() |
void |
clearAttributes()
Clear all of this session's attributes.
|
protected void |
doClearAttributes(Map<String,Object> attributes) |
Object |
getAttribute(String name) |
Object |
getAttribute(String name,
int scope) |
Map<String,Object> |
getAttributeMap() |
Map<String,Object> |
getAttributeMap(int scope) |
Enumeration<String> |
getAttributeNames() |
Enumeration<String> |
getAttributeNames(int scope) |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.portlet.PortletContext |
getPortletContext() |
void |
invalidate() |
boolean |
isInvalid() |
boolean |
isNew() |
void |
removeAttribute(String name) |
void |
removeAttribute(String name,
int scope) |
void |
setAttribute(String name,
Object value) |
void |
setAttribute(String name,
Object value,
int scope) |
void |
setMaxInactiveInterval(int interval) |
void |
setNew(boolean value) |
public MockPortletSession()
MockPortletContext.MockPortletContextpublic MockPortletSession(javax.portlet.PortletContext portletContext)
portletContext - the PortletContext that the session runs inpublic Object getAttribute(String name)
getAttribute in interface javax.portlet.PortletSessionpublic Object getAttribute(String name, int scope)
getAttribute in interface javax.portlet.PortletSessionpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.portlet.PortletSessionpublic Enumeration<String> getAttributeNames(int scope)
getAttributeNames in interface javax.portlet.PortletSessionpublic long getCreationTime()
getCreationTime in interface javax.portlet.PortletSessionpublic String getId()
getId in interface javax.portlet.PortletSessionpublic void access()
public long getLastAccessedTime()
getLastAccessedTime in interface javax.portlet.PortletSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface javax.portlet.PortletSessionpublic void clearAttributes()
public void invalidate()
invalidate in interface javax.portlet.PortletSessionpublic boolean isInvalid()
public void setNew(boolean value)
public boolean isNew()
isNew in interface javax.portlet.PortletSessionpublic void removeAttribute(String name)
removeAttribute in interface javax.portlet.PortletSessionpublic void removeAttribute(String name, int scope)
removeAttribute in interface javax.portlet.PortletSessionpublic void setAttribute(String name, Object value)
setAttribute in interface javax.portlet.PortletSessionpublic void setAttribute(String name, Object value, int scope)
setAttribute in interface javax.portlet.PortletSessionpublic void setMaxInactiveInterval(int interval)
setMaxInactiveInterval in interface javax.portlet.PortletSessionpublic javax.portlet.PortletContext getPortletContext()
getPortletContext in interface javax.portlet.PortletSessionpublic Map<String,Object> getAttributeMap()
getAttributeMap in interface javax.portlet.PortletSessionCopyright © 2015. All rights reserved.