| java.lang.Object org.apache.jetspeed.mockobjects.portlet.MockPortletSession
MockPortletSession | public class MockPortletSession implements PortletSession(Code) | | A mock portlet session, useful for unit testing and offline utilities
Note: currently doesn't support scoping
author: David Sean Taylor version: $Id: MockPortletSession.java 516448 2007-03-09 16:25:47Z ate $ |
MockPortletSession | public MockPortletSession()(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 name)(Code) | | |
removeAttribute | public void removeAttribute(String name, int scope)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
|
|