Uses of Class
org.jboss.portal.portlet.cache.CacheControl

Packages that use CacheControl
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.invocation.response   
 

Uses of CacheControl in org.jboss.portal.portlet.impl.jsr168.api
 

Methods in org.jboss.portal.portlet.impl.jsr168.api with parameters of type CacheControl
protected  ContentResponse ResourceResponseImpl.createMarkupResponse(ResponseProperties properties, java.util.Map<java.lang.String,java.lang.Object> attributeMap, java.lang.String contentType, byte[] bytes, java.lang.String chars, CacheControl cacheControl)
           
protected abstract  ContentResponse MimeResponseImpl.createMarkupResponse(ResponseProperties properties, java.util.Map<java.lang.String,java.lang.Object> attributeMap, java.lang.String contentType, byte[] bytes, java.lang.String chars, CacheControl cacheControl)
           
protected  ContentResponse RenderResponseImpl.createMarkupResponse(ResponseProperties properties, java.util.Map<java.lang.String,java.lang.Object> attributeMap, java.lang.String contentType, byte[] bytes, java.lang.String chars, CacheControl cacheControl)
           
 

Uses of CacheControl in org.jboss.portal.portlet.invocation.response
 

Methods in org.jboss.portal.portlet.invocation.response that return CacheControl
 CacheControl ContentResponse.getCacheControl()
           
 CacheControl RevalidateMarkupResponse.getCacheControl()
           
 

Constructors in org.jboss.portal.portlet.invocation.response with parameters of type CacheControl
ContentResponse(ResponseProperties properties, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.String contentType, byte[] bytes, java.lang.String chars, CacheControl cacheControl)
           
FragmentResponse(ResponseProperties properties, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.String contentType, byte[] bytes, java.lang.String chars, java.lang.String title, CacheControl cacheControl, java.util.Set<org.jboss.portal.Mode> nextModes)
           
RevalidateMarkupResponse(CacheControl cacheControl)
           
 



Copyright © 2008. All Rights Reserved.