org.hippoecm.hst.core.container
Class HstNavigationalStateCodecImpl

java.lang.Object
  extended by 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 $

Constructor Summary
HstNavigationalStateCodecImpl()
           
 
Method Summary
 String decodeParameters(String value, String characterEncoding)
          Decodes the parameter with the specified character encoding
 String encodeParameters(String value, String characterEncoding)
          Encodes the parameter with the specified character encoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HstNavigationalStateCodecImpl

public HstNavigationalStateCodecImpl()
Method Detail

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.