| java.lang.Object com.nabhinc.portal.container.PortletSessionImpl
PortletSessionImpl | public class PortletSessionImpl implements PortletSession(Code) | | author: Padmanabh dabke author: (c) 2003 Nabh Information Systems, Inc. All Rights Reserved. |
getAttribute | public Object getAttribute(String name)(Code) | | See Also: javax.portlet.PortletSession.getAttribute(java.lang.String) |
getAttribute | public Object getAttribute(String name, int scope)(Code) | | See Also: javax.portlet.PortletSession.getAttribute(java.lang.Stringint) |
getAttributeNames | public Enumeration getAttributeNames()(Code) | | See Also: javax.portlet.PortletSession.getAttributeNames |
getAttributeNames | public Enumeration getAttributeNames(int scope)(Code) | | See Also: javax.portlet.PortletSession.getAttributeNames(int) |
getCreationTime | public long getCreationTime()(Code) | | See Also: javax.portlet.PortletSession.getCreationTime |
getId | public String getId()(Code) | | See Also: javax.portlet.PortletSession.getId |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | See Also: javax.portlet.PortletSession.getLastAccessedTime |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | See Also: javax.portlet.PortletSession.getMaxInactiveInterval |
getPortletContext | public PortletContext getPortletContext()(Code) | | See Also: javax.portlet.PortletSession.getPortletContext |
invalidate | public void invalidate()(Code) | | See Also: javax.portlet.PortletSession.invalidate |
isNew | public boolean isNew()(Code) | | See Also: javax.portlet.PortletSession.isNew |
removeAttribute | public void removeAttribute(String name)(Code) | | See Also: javax.portlet.PortletSession.removeAttribute(java.lang.String) |
removeAttribute | public void removeAttribute(String name, int scope)(Code) | | See Also: javax.portlet.PortletSession.removeAttribute(java.lang.Stringint) |
setAttribute | public void setAttribute(String name, Object value)(Code) | | See Also: javax.portlet.PortletSession.setAttribute(java.lang.Stringjava.lang.Object) |
setAttribute | public void setAttribute(String name, Object value, int scope)(Code) | | See Also: javax.portlet.PortletSession.setAttribute(java.lang.Stringjava.lang.Objectint) |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | See Also: javax.portlet.PortletSession.setMaxInactiveInterval(int) |
setPortletWindowID | public void setPortletWindowID(String portletID)(Code) | | Parameters: portletID - |
|
|