| Package | Description |
|---|---|
| org.gatein.pc.api.invocation.response |
| Modifier and Type | Method and Description |
|---|---|
ResponseProperties |
ContentResponse.getProperties() |
ResponseProperties |
UpdateNavigationalStateResponse.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseProperties.append(ResponseProperties appended) |
void |
UpdateNavigationalStateResponse.setProperties(ResponseProperties properties) |
| Constructor and Description |
|---|
ContentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
CacheControl cacheControl) |
ContentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
String encoding,
byte[] bytes,
CacheControl cacheControl) |
ContentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
String encoding,
String chars,
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) |
Copyright © 2003-2017 GateIn. All Rights Reserved.