public interface PortletStateEncoder
| Modifier and Type | Method and Description |
|---|---|
PortletState |
decode(String serialized)
Encode decode the PortletState from the serialized form.
|
String |
encode(PortletState portletState)
Encode the PortletState into a string
|
String encode(PortletState portletState)
portletState - the current portlet statePortletState decode(String serialized)
serialized - Copyright © 2003-2014 Sakai Project. All Rights Reserved.