org.hippoecm.hst.core.container
Class HstNavigationalStateCodecImpl
java.lang.Object
org.hippoecm.hst.core.container.HstNavigationalStateCodecImpl
- All Implemented Interfaces:
- HstNavigationalStateCodec
public class HstNavigationalStateCodecImpl
- extends Object
- implements HstNavigationalStateCodec
HstNavigationalStateCodecImpl
- Version:
- $Id: HstNavigationalStateCodecImpl.java 21482 2010-02-03 19:16:09Z wko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HstNavigationalStateCodecImpl
public HstNavigationalStateCodecImpl()
encodeParameters
public String encodeParameters(String value,
String characterEncoding)
throws UnsupportedEncodingException
- Description copied from interface:
HstNavigationalStateCodec
- Encodes the parameter with the specified character encoding
- Specified by:
encodeParameters
in interface HstNavigationalStateCodec
- Returns:
-
- Throws:
UnsupportedEncodingException
decodeParameters
public String decodeParameters(String value,
String characterEncoding)
throws UnsupportedEncodingException
- Description copied from interface:
HstNavigationalStateCodec
- Decodes the parameter with the specified character encoding
- Specified by:
decodeParameters
in interface HstNavigationalStateCodec
- Returns:
-
- Throws:
UnsupportedEncodingException
Copyright © 2008-2012 Hippo. All Rights Reserved.