Uses of Interface
javax.portlet.CacheControl

Packages that use CacheControl
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 

Uses of CacheControl in javax.portlet
 

Methods in javax.portlet that return CacheControl
 CacheControl MimeResponse.getCacheControl()
          Returns the cache control object allowing to set specific cache settings valid for the markup returned in this response.
 

Uses of CacheControl in javax.portlet.filter
 

Methods in javax.portlet.filter that return CacheControl
 CacheControl ResourceResponseWrapper.getCacheControl()
          The default behavior of this method is to call getCacheControl() on the wrapped response object.
 CacheControl RenderResponseWrapper.getCacheControl()
          The default behavior of this method is to call getCacheControl() on the wrapped response object.