public class StatefulPortletContext<S extends Serializable> extends PortletContext
PortletContext.Components, PortletContext.PortletContextComponentsCONSUMER_CLONE_DUMMY_STATE_ID, CONSUMER_CLONE_ID, CONSUMER_CLONE_ID_PREFIX, CONSUMER_CLONE_PREFIX_LENGTH, INVALID_PORTLET_CONTEXT, INVOKER_SEPARATOR, LOCAL_CONSUMER_CLONE, PRODUCER_CLONE_ID_PREFIX, PRODUCER_CLONE_PREFIX_LENGTH| Modifier and Type | Method and Description |
|---|---|
static <S extends Serializable> |
create(String id,
PortletStateType<S> type,
S state) |
static <S extends Serializable> |
create(String id,
StatefulPortletContext<S> spc) |
boolean |
equals(Object o) |
S |
getState() |
PortletStateType<S> |
getType() |
int |
hashCode() |
String |
toString() |
createPortletContext, createPortletContext, createPortletContext, createPortletContext, createPortletContext, createStatefulPortletContext, dereference, getComponents, getId, interpret, referencepublic static <S extends Serializable> StatefulPortletContext<S> create(String id, StatefulPortletContext<S> spc)
public static <S extends Serializable> StatefulPortletContext<S> create(String id, PortletStateType<S> type, S state)
public PortletStateType<S> getType()
public boolean equals(Object o)
equals in class PortletContextpublic int hashCode()
hashCode in class PortletContextpublic S getState()
public String toString()
toString in class PortletContextCopyright © 2003-2020 GateIn. All Rights Reserved.