rewrite-config-servlet 2.0.0.Alpha2

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

All Known Implementing Classes:
Base64EncodingStrategy

public interface EncodingStrategy

Author:
Lincoln Baxter, III

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.Alpha2

Copyright © 2012 OCPsoft. All Rights Reserved.