Uses of Class
org.jboss.portal.portlet.invocation.response.ContentResponse

Packages that use ContentResponse
org.jboss.portal.portlet.aspects.portlet.cache   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.invocation.response   
org.jboss.portal.portlet.test.controller   
 

Uses of ContentResponse in org.jboss.portal.portlet.aspects.portlet.cache
 

Methods in org.jboss.portal.portlet.aspects.portlet.cache that return ContentResponse
 ContentResponse StrongContentRef.getContent()
           
abstract  ContentResponse ContentRef.getContent()
          Returns the content, possibly null.
 ContentResponse SoftContentRef.getContent()
           
 

Constructors in org.jboss.portal.portlet.aspects.portlet.cache with parameters of type ContentResponse
SoftContentRef(ContentResponse content)
           
StrongContentRef(ContentResponse content)
           
 

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

Methods in org.jboss.portal.portlet.impl.jsr168.api that return ContentResponse
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 ContentResponse in org.jboss.portal.portlet.invocation.response
 

Subclasses of ContentResponse in org.jboss.portal.portlet.invocation.response
 class FragmentResponse
          Data produced.
 

Uses of ContentResponse in org.jboss.portal.portlet.test.controller
 

Fields in org.jboss.portal.portlet.test.controller with type parameters of type ContentResponse
protected  java.util.List<ContentResponse> PageRenderer.fragments
           
 

Methods in org.jboss.portal.portlet.test.controller with parameters of type ContentResponse
 java.lang.String FragmentRenderer.renderPortlet(ContentResponse fragment)
           
 java.lang.String SimpleFragmentRenderer.renderPortlet(ContentResponse fragment)
           
 

Constructors in org.jboss.portal.portlet.test.controller with parameters of type ContentResponse
ResourceRenderer(ContentResponse response, boolean sendNoContentResponseOnEmptyResource)
           
 



Copyright © 2008. All Rights Reserved.