public static class Phase.Resource.Dispatch extends Object implements Dispatch
| Constructor and Description |
|---|
Phase.Resource.Dispatch(juzu.impl.bridge.spi.DispatchSPI delegate) |
| Modifier and Type | Method and Description |
|---|---|
Dispatch |
escapeXML(Boolean escapeXML) |
<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) |
public Phase.Resource.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 validCopyright © 2013 eXo Platform SAS. All Rights Reserved.