Package org.opencms.gwt.shared
Class CmsDataViewParamEncoder
java.lang.Object
org.opencms.gwt.shared.CmsDataViewParamEncoder
Encodes/decodes the configuration passed to the data view popup as a request parameter.
-
Field Details
-
CODEC
The encoding.
-
-
Method Details
-
decodeString
Decodes a string.- Parameters:
s
- the encoded string- Returns:
- the decoded string
-
encodeString
Encodes a string.- Parameters:
s
- the input string- Returns:
- the encoded string
-