站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

StatefulPortletContext - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet
Class StatefulPortletContext

java.lang.Object
  extended byorg.jboss.portal.portlet.PortletContext
      extended byorg.jboss.portal.portlet.StatefulPortletContext
All Implemented Interfaces:
java.io.Serializable

public class StatefulPortletContext
extends PortletContext

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
private  byte[] marshalledState
          .
 
Fields inherited from class org.jboss.portal.portlet.PortletContext
id
 
Constructor Summary
StatefulPortletContext(java.lang.String id)
           
StatefulPortletContext(java.lang.String id, byte[] marshalledState)
           
 
Method Summary
 byte[] getMarshalledState()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.portal.portlet.PortletContext
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

marshalledState

private final byte[] marshalledState
.

Constructor Detail

StatefulPortletContext

public StatefulPortletContext(java.lang.String id)
                       throws java.lang.IllegalArgumentException

StatefulPortletContext

public StatefulPortletContext(java.lang.String id,
                              byte[] marshalledState)
                       throws java.lang.IllegalArgumentException
Method Detail

getMarshalledState

public byte[] getMarshalledState()

toString

public java.lang.String toString()
Overrides:
toString in class PortletContext