public interface InstanceContext
| Modifier and Type | Method and Description |
|---|---|
AccessMode |
getAccessMode()
Return the access mode to this portlet instance.
|
String |
getId()
Return an id that can differenciate instances.
|
PortletStateType<?> |
getStateType()
Returns the state type managed by the consumer.
|
void |
onStateEvent(StateEvent event)
A state event occured.
|
String getId()
AccessMode getAccessMode()
void onStateEvent(StateEvent event)
event - the eventPortletStateType<?> getStateType()
Copyright © 2003-2019 GateIn. All Rights Reserved.