|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.portlet.test.PortletController.InstanceContextImpl
An instance context implementation that stores
Constructor Summary | |
PortletController.InstanceContextImpl(Portlet portlet,
javax.servlet.http.HttpServletRequest req)
|
Method Summary | |
AccessMode |
getAccessMode()
Return the access mode to this portlet instance. |
java.lang.String |
getId()
Return an id that can differenciate instances. |
void |
portletCloned(byte[] state)
The portlet is cloned and the state is managed by the consumer. |
void |
portletCloned(java.lang.String cloneId)
The portlet is cloned and the state is managed by the producer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletController.InstanceContextImpl(Portlet portlet, javax.servlet.http.HttpServletRequest req)
Method Detail |
public java.lang.String getId()
InstanceContext
getId
in interface InstanceContext
public void portletCloned(java.lang.String cloneId)
InstanceContext
portletCloned
in interface InstanceContext
cloneId
- the portlet id of the clonepublic void portletCloned(byte[] state)
InstanceContext
portletCloned
in interface InstanceContext
state
- the opaque statepublic AccessMode getAccessMode()
InstanceContext
getAccessMode
in interface InstanceContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |