com.ibm.portal.resolver
Interface DigestContext
- All Superinterfaces: 
 - DigestProvider
 
- All Known Subinterfaces: 
 - ActionContext, EventContext, MimeContext, PortletContext, RenderContext, ResourceContext, ServletContext
 
- 
public interface DigestContext
- extends DigestProvider
  
Denotes a Context that provides access to a digest.
- Since:
 
  - 7.0
 
| 
Method Summary
 | 
| 
 java.lang.String | 
getDigest()
 
          Return a string that represents a hash over the request headers that
 might influence the responses (independent of the request URL). | 
 
getDigest
java.lang.String getDigest()
- Returns a string that represents a hash over the request headers that
 might influence the responses (independent of the request URL). The
 digest string will only contain characters that are URL safe.
- Specified by:
 - getDigest in interface DigestProvider
 
 
- Returns:
 - the hash string for this request, can be null if the
         digest could not be computed