public static class Phase.View.Dispatch extends Response.View implements Dispatch
Response.Content<S extends Stream>, Response.Error, Response.Redirect, Response.Render, Response.View| Constructor and Description |
|---|
Phase.View.Dispatch(juzu.impl.bridge.spi.DispatchSPI delegate) |
| Modifier and Type | Method and Description |
|---|---|
Dispatch |
escapeXML(Boolean escapeXML) |
Map<String,String[]> |
getParameters() |
juzu.impl.common.MethodHandle |
getTarget() |
<T> Dispatch |
setProperty(PropertyType<T> propertyType,
T propertyValue)
Set or clear a property of the URL.
|
String |
toString() |
Dispatch |
with(juzu.impl.common.MimeType mimeType) |
Dispatch |
with(PropertyMap properties) |
equals, with, with, withHeader, withNo, withoutpublic Phase.View.Dispatch(juzu.impl.bridge.spi.DispatchSPI delegate)
public Dispatch with(juzu.impl.common.MimeType mimeType)
public Dispatch with(PropertyMap properties)
public <T> Dispatch setProperty(PropertyType<T> propertyType, T propertyValue) throws IllegalArgumentException
DispatchsetProperty in interface DispatchT - the property generic typepropertyType - the property typepropertyValue - the property valueIllegalArgumentException - if the property is not validpublic juzu.impl.common.MethodHandle getTarget()
getTarget in class Response.Viewpublic Map<String,String[]> getParameters()
getParameters in class Response.Viewpublic String toString()
toString in interface DispatchtoString in class Response.ViewCopyright © 2013 eXo Platform SAS. All Rights Reserved.