Class FragmentResponse
- java.lang.Object
-
- org.gatein.pc.api.invocation.response.PortletInvocationResponse
-
- org.gatein.pc.api.invocation.response.ContentResponse
-
- org.gatein.pc.api.invocation.response.FragmentResponse
-
public class FragmentResponse extends ContentResponse
Data produced.- Version:
- $Revision: 5602 $
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.api.invocation.response.ContentResponse
TYPE_BYTES, TYPE_CHARS, TYPE_EMPTY
-
-
Constructor Summary
Constructors Constructor Description FragmentResponse(FragmentResponse that, CacheControl cacheControl)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Mode>getNextModes()Returns the next modes.StringgetTitle()Return the fragment title.-
Methods inherited from class org.gatein.pc.api.invocation.response.ContentResponse
getAttributes, getBytes, getCacheControl, getChars, getContent, getContent, getContentType, getEncoding, getProperties, getType
-
-
-
-
Constructor Detail
-
FragmentResponse
public FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)
-
FragmentResponse
public FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)
-
FragmentResponse
public FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes)
-
FragmentResponse
public FragmentResponse(FragmentResponse that, CacheControl cacheControl)
-
-