| |
|
| java.lang.Object org.directwebremoting.util.FakeHttpSession
FakeHttpSession | public class FakeHttpSession implements HttpSession(Code) | | For the benefit of anyone that wants to create a fake HttpSession
that doesn't do anything other than not be null.
author: Joe Walker [joe at getahead dot ltd dot uk] |
FakeHttpSession | public FakeHttpSession()(Code) | | Setup the creation time
|
FakeHttpSession | public FakeHttpSession(String id)(Code) | | Setup the creation time
Parameters: id - The new session id |
getCreationTime | public long getCreationTime()(Code) | | |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
invalidate | public void invalidate()(Code) | | |
isNew | public boolean isNew()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int maxInactiveInterval)(Code) | | |
|
|
|