|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.test.mock.MockHttpSession
public class MockHttpSession
Mock implementation of HttpSession.
| Constructor Summary | |
|---|---|
MockHttpSession()
Configure a default instance. |
|
MockHttpSession(ServletContext servletContext)
Configure a session instance associated with the specified servlet context. |
|
| Method Summary | |
|---|---|
void |
addAttributeListener(HttpSessionAttributeListener listener)
Add a new listener instance that should be notified about attribute changes. |
Object |
getAttribute(String name)
|
Enumeration |
getAttributeNames()
|
long |
getCreationTime()
|
String |
getId()
|
long |
getLastAccessedTime()
|
int |
getMaxInactiveInterval()
|
ServletContext |
getServletContext()
|
HttpSessionContext |
getSessionContext()
|
Object |
getValue(String name)
|
String[] |
getValueNames()
|
void |
invalidate()
|
boolean |
isNew()
|
void |
putValue(String name,
Object value)
|
void |
removeAttribute(String name)
|
void |
removeValue(String name)
|
void |
setAttribute(String name,
Object value)
|
void |
setId(String id)
Set the session identifier of this session. |
void |
setMaxInactiveInterval(int interval)
|
void |
setServletContext(ServletContext servletContext)
Set the ServletContext associated with this session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MockHttpSession()
Configure a default instance.
public MockHttpSession(ServletContext servletContext)
Configure a session instance associated with the specified servlet context.
servletContext - The associated servlet context| Method Detail |
|---|
public void addAttributeListener(HttpSessionAttributeListener listener)
Add a new listener instance that should be notified about attribute changes.
listener - The new listener to be addedpublic void setServletContext(ServletContext servletContext)
Set the ServletContext associated with this session.
servletContext - The associated servlet contextpublic void setId(String id)
Set the session identifier of this session.
id - The new session identifierpublic Object getAttribute(String name)
getAttribute in interface HttpSessionpublic Enumeration getAttributeNames()
getAttributeNames in interface HttpSessionpublic long getCreationTime()
getCreationTime in interface HttpSessionpublic String getId()
getId in interface HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime in interface HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface HttpSessionpublic ServletContext getServletContext()
getServletContext in interface HttpSessionpublic HttpSessionContext getSessionContext()
getSessionContext in interface HttpSessionpublic Object getValue(String name)
getValue in interface HttpSessionpublic String[] getValueNames()
getValueNames in interface HttpSessionpublic void invalidate()
invalidate in interface HttpSessionpublic boolean isNew()
isNew in interface HttpSession
public void putValue(String name,
Object value)
putValue in interface HttpSessionpublic void removeAttribute(String name)
removeAttribute in interface HttpSessionpublic void removeValue(String name)
removeValue in interface HttpSession
public void setAttribute(String name,
Object value)
setAttribute in interface HttpSessionpublic void setMaxInactiveInterval(int interval)
setMaxInactiveInterval in interface HttpSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||