| |
|
| java.lang.Object org.wings.portlet.PortletParameterCodec
PortletParameterCodec | public class PortletParameterCodec (Code) | | Codec for encoding and decoding parameter names set in a SPortletAnchor. The
parameter names have to be encoded to seperate them from the normal wingS
parameters. A parameter must be encoded manually if it is set in the portlet
and retrieved in a wingS class using the
PortletParameterProvider author: Marc Musch |
decode | public static synchronized String decode(String codedParameterName)(Code) | | Decodes a parameter name
Parameters: codedParameterName - the encoded paramter name to decode the decoded parameter name |
encode | public static synchronized String encode(String parameterName)(Code) | | Encodes a parameter name
Parameters: parameterName - the parameter name to encode the encoded parameter name |
|
|
|