Uses of Interface
javax.portlet.CacheControl
-
Packages that use CacheControl Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description CacheControl
RenderResponseWrapper. getCacheControl()
The default behavior of this method is to callgetCacheControl()
on the wrapped response object.CacheControl
ResourceResponseWrapper. getCacheControl()
The default behavior of this method is to callgetCacheControl()
on the wrapped response object.
-