Interface | Description |
---|---|
PortletStateEncoder |
Encodes PortletState into a serialized form.
|
WebRecoder |
An encoder used to recode an allready encoded set of bytes in order to ensure
the bits can be used in a url.
|
Class | Description |
---|---|
Base64Recoder |
WebRecoder which uses a modified base64 encoding scheme to ensure web safety.
|
BasicWebRecoder |
WebRecoder which uses basic url encoding (escaped) values to perform the
encoding.
|
EnhancedPortletStateEncoder |
Enhanced version of the PortletStateEncoder.
|
PortletState | |
PortletStateAccess |
Manages access to the current portlet states associated with the given
session.
|
SimplePortletStateEncoder |
Simple implementation of the PortletStateEncoder.
|
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.