Package | Description |
---|---|
juzu | |
juzu.request |
Modifier and Type | Class and Description |
---|---|
static class |
Response.View
A response instructing to execute a render phase of a controller method after the current interaction.
|
Modifier and Type | Class and Description |
---|---|
static class |
Phase.Action.Dispatch |
static class |
Phase.Resource.Dispatch |
static class |
Phase.View.Dispatch |
Modifier and Type | Method and Description |
---|---|
Dispatch |
RequestContext.createDispatch(juzu.impl.request.Method<?> method)
Create a dispatch object with unset parameters.
|
Dispatch |
Dispatch.escapeXML(Boolean escapeXML) |
Dispatch |
Phase.Action.Dispatch.escapeXML(Boolean escapeXML) |
Dispatch |
Phase.View.Dispatch.escapeXML(Boolean escapeXML) |
Dispatch |
Phase.Resource.Dispatch.escapeXML(Boolean escapeXML) |
Dispatch |
Dispatch.setParameter(Encoding encoding,
String name,
String value)
Set a parameter on the URL that will be built by this builder.
|
Dispatch |
Dispatch.setParameter(Encoding encoding,
String name,
String[] value)
Set a parameter on the URL that will be built by this builder.
|
Dispatch |
Dispatch.setParameter(String name,
String value)
Set a parameter on the URL that will be built by this builder.
|
Dispatch |
Dispatch.setParameter(String name,
String[] value)
Set a parameter.
|
<T> Dispatch |
Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue)
Set or clear a property of the URL.
|
<T> Dispatch |
Phase.Action.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue) |
<T> Dispatch |
Phase.View.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue) |
<T> Dispatch |
Phase.Resource.Dispatch.setProperty(PropertyType<T> propertyType,
T propertyValue) |
Dispatch |
Dispatch.with(juzu.impl.common.MimeType mimeType) |
Dispatch |
Phase.Action.Dispatch.with(juzu.impl.common.MimeType mimeType) |
Dispatch |
Phase.View.Dispatch.with(juzu.impl.common.MimeType mimeType) |
Dispatch |
Phase.Resource.Dispatch.with(juzu.impl.common.MimeType mimeType) |
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) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.