org.hippoecm.hst.core.container
Interface HstNavigationalStateCodec

All Known Implementing Classes:
HstNavigationalStateCodecImpl

public interface HstNavigationalStateCodec

Codec component interface to generate navigation state information string.

Version:
$Id: HstNavigationalStateCodec.java 19144 2009-08-03 15:42:40Z aschrijvers $

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
 

Method Detail

encodeParameters

String encodeParameters(String value,
                        String characterEncoding)
                        throws UnsupportedEncodingException
Encodes the parameter with the specified character encoding

Parameters:
value -
characterEncoding -
Returns:
Throws:
UnsupportedEncodingException

decodeParameters

String decodeParameters(String value,
                        String characterEncoding)
                        throws UnsupportedEncodingException
Decodes the parameter with the specified character encoding

Parameters:
value -
characterEncoding -
Returns:
Throws:
UnsupportedEncodingException


Copyright © 2008-2012 Hippo. All Rights Reserved.