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
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
ConstructorsConstructorDescriptionFragmentResponse(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
Methods inherited from class org.gatein.pc.api.invocation.response.ContentResponse
getAttributes, getBytes, getCacheControl, getChars, getContent, getContent, getContentType, getEncoding, getProperties, getType
-
Constructor Details
-
FragmentResponse
public FragmentResponse(ResponseProperties properties, Map<String, Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes) -
FragmentResponse
-
FragmentResponse
public FragmentResponse(ResponseProperties properties, Map<String, Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes) -
FragmentResponse
-
-
Method Details
-
getTitle
Return the fragment title.- Returns:
- the title.
-
getNextModes
Returns the next modes.- Returns:
- the next modes
-