public class FragmentResponse extends ContentResponse
TYPE_BYTES, TYPE_CHARS, TYPE_EMPTY| Constructor and 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 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) |
| Modifier and Type | Method and Description |
|---|---|
Set<Mode> |
getNextModes()
Returns the next modes.
|
String |
getTitle()
Return the fragment title.
|
getAttributes, getBytes, getCacheControl, getChars, getContent, getContent, getContentType, getEncoding, getProperties, getTypepublic FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)
public FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)
public FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes)
public FragmentResponse(FragmentResponse that, CacheControl cacheControl)
Copyright © 2003-2016 GateIn. All Rights Reserved.