rewrite-config-servlet 2.0.0.Beta3

org.ocpsoft.rewrite.servlet.config.encodequery
Interface EncodingStrategy

All Known Implementing Classes:
Base64EncodingStrategy

public interface EncodingStrategy

Strategy for encoding and decoding.

Author:
Lincoln Baxter, III
See Also:
EncodeQuery

Method Summary
 String decode(String value)
          Decode the given value.
 String encode(String value)
          Encode the given value.
 

Method Detail

encode

String encode(String value)
Encode the given value.


decode

String decode(String value)
Decode the given value.


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.