PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree com.ibm.portal.resolver.accessors
Interface DigestProvider
- All Known Subinterfaces:
- ActionContext, ContextAccessor, DigestContext, EventContext, MimeContext, PocURL, PortletContext, PortletContextAccessor, RenderContext, ResourceContext, ServletContext
public interface DigestProviderProvides access to the digest that is associated with an object
- Since:
- 6.1.0.3
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).
Method Detail getDigest
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). The digest string will only contain characters that are URL safe.
- Returns:
- the hash string for this request, can be null if the digest could not be computed
PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree