| Package | Description |
|---|---|
| juzu | |
| juzu.request | |
| juzu.template |
| Modifier and Type | Method and Description |
|---|---|
PropertyMap |
Response.getProperties() |
| Constructor and Description |
|---|
PropertyMap(PropertyMap delegate) |
Response.Content(int status,
PropertyMap properties,
Streamable streamable) |
Response.Content(PropertyMap properties,
Streamable streamable) |
Response.Status(int code,
PropertyMap properties) |
| Modifier and Type | Field and Description |
|---|---|
PropertyMap |
Result.Simple.properties
.
|
| Modifier and Type | Method and Description |
|---|---|
Dispatch |
Dispatch.with(PropertyMap properties) |
Dispatch |
Phase.Action.Dispatch.with(PropertyMap properties) |
Dispatch |
Phase.View.Dispatch.with(PropertyMap properties) |
Dispatch |
Phase.Resource.Dispatch.with(PropertyMap properties) |
| Constructor and Description |
|---|
Result.Error(PropertyMap properties,
List<StackTraceElement> at,
Throwable cause,
String message) |
Result.Redirect(PropertyMap properties,
String location) |
Result.View(PropertyMap properties,
Dispatch dispatch) |
| Constructor and Description |
|---|
TemplateRenderContext(juzu.impl.template.spi.TemplateStub stub,
PropertyMap properties,
Map<String,Object> attributes,
Locale locale) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.