Uses of Class
org.exoplatform.services.wsrp.type.CacheControl

Packages that use CacheControl
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.producer.impl.helpers   
org.exoplatform.services.wsrp.type   
 

Uses of CacheControl in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer that return CacheControl
 CacheControl TransientStateManager.getCacheControl(PortletData portletDatas)
           
 

Uses of CacheControl in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that return CacheControl
 CacheControl TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
           
 

Uses of CacheControl in org.exoplatform.services.wsrp.producer.impl.helpers
 

Methods in org.exoplatform.services.wsrp.producer.impl.helpers that return CacheControl
 CacheControl CacheControlProxy.getCacheControl()
           
 

Constructors in org.exoplatform.services.wsrp.producer.impl.helpers with parameters of type CacheControl
CacheControlProxy(CacheControl cacheControl)
           
 

Uses of CacheControl in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return CacheControl
 CacheControl MarkupContext.getCacheControl()
          Gets the cacheControl value for this MarkupContext.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type CacheControl
 void MarkupContext.setCacheControl(CacheControl cacheControl)
          Sets the cacheControl value for this MarkupContext.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type CacheControl
MarkupContext(java.lang.Boolean useCachedMarkup, java.lang.String mimeType, java.lang.String markupString, byte[] markupBinary, java.lang.String locale, java.lang.Boolean requiresUrlRewriting, CacheControl cacheControl, java.lang.String preferredTitle, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.