rewrite-config-servlet 2.0.0.Beta3

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

All Known Implementing Classes:
HashCodeChecksumStrategy

public interface ChecksumStrategy

Strategy for performing checksum embedding and validation.

Author:
Lincoln Baxter, III
See Also:
EncodeQuery

Method Summary
 boolean checksumValid(String token)
          Return true if the given token contains a valid checksum.
 String embedChecksum(String token)
          Return the given token with an additional added checksum.
 String removeChecksum(String token)
          Extract the checksum from the given token.
 

Method Detail

checksumValid

boolean checksumValid(String token)
Return true if the given token contains a valid checksum.


embedChecksum

String embedChecksum(String token)
Return the given token with an additional added checksum.


removeChecksum

String removeChecksum(String token)
Extract the checksum from the given token.


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.