public class PortletWebSession extends java.lang.Object implements org.apache.tapestry.web.WebSession
PortletSessionas a WebSession.| Constructor and Description |
|---|
PortletWebSession(javax.portlet.PortletSession portletSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.apache.tapestry.describe.DescriptionReceiver receiver) |
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.List |
getAttributeNames() |
java.lang.String |
getId() |
void |
invalidate() |
boolean |
isNew() |
void |
setAttribute(java.lang.String name,
java.lang.Object attribute) |
public PortletWebSession(javax.portlet.PortletSession portletSession)
public void describeTo(org.apache.tapestry.describe.DescriptionReceiver receiver)
describeTo in interface org.apache.tapestry.describe.Describablepublic java.lang.String getId()
getId in interface org.apache.tapestry.web.WebSessionpublic boolean isNew()
isNew in interface org.apache.tapestry.web.WebSessionpublic java.util.List getAttributeNames()
getAttributeNames in interface org.apache.tapestry.web.AttributeHolderpublic java.lang.Object getAttribute(java.lang.String name)
getAttribute in interface org.apache.tapestry.web.AttributeHolderpublic void setAttribute(java.lang.String name, java.lang.Object attribute)
setAttribute in interface org.apache.tapestry.web.AttributeHolderpublic void invalidate()
invalidate in interface org.apache.tapestry.web.WebSession