public class NoCustomRequestPolicy extends java.lang.Object implements RequestPolicy
Constructor and Description |
---|
NoCustomRequestPolicy() |
Modifier and Type | Method and Description |
---|---|
RequestData |
significantRequestDataDigest(CachableHttpServletRequest request)
This method is not used.
|
public RequestData significantRequestDataDigest(CachableHttpServletRequest request) throws java.lang.IllegalArgumentException, java.io.IOException, InternalErrorException
significantRequestDataDigest
in interface RequestPolicy
request
- the cachable http servlet request to aggregate request data for.java.lang.IllegalArgumentException
- if supplied request contained invalid data.java.io.IOException
- if i/o related problems occurred reading the request data.InternalErrorException
- if internal errors occurred reading the request data.