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. 
org.apache.pluto.internal.impl   
org.apache.pluto.wrappers   
 

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.
 

Uses of CacheControl in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement CacheControl
 class CacheControlImpl
          Implementation of JSR-286 CacheControl.
 

Methods in org.apache.pluto.internal.impl that return CacheControl
 CacheControl MimeResponseImpl.getCacheControl()
           
 

Uses of CacheControl in org.apache.pluto.wrappers
 

Methods in org.apache.pluto.wrappers that return CacheControl
 CacheControl RenderResponseWrapper.getCacheControl()
          Returns an implementation of JSR-286 CacheContol.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.