juzu.request
Class Phase.Action.Dispatch
java.lang.Object
juzu.request.Phase.Action.Dispatch
- All Implemented Interfaces:
- Dispatch
- Enclosing class:
- Phase.Action
public static class Phase.Action.Dispatch
- extends Object
- implements Dispatch
Phase.Action.Dispatch
public Phase.Action.Dispatch(juzu.impl.bridge.spi.DispatchSPI delegate)
with
public Dispatch with(juzu.impl.common.MimeType mimeType)
- Specified by:
with in interface Dispatch
with
public Dispatch with(PropertyMap properties)
- Specified by:
with in interface Dispatch
escapeXML
public Dispatch escapeXML(Boolean escapeXML)
- Specified by:
escapeXML in interface Dispatch
setProperty
public <T> Dispatch setProperty(PropertyType<T> propertyType,
T propertyValue)
throws IllegalArgumentException
- Description copied from interface:
Dispatch
- Set or clear a property of the URL.
- Specified by:
setProperty in interface Dispatch
- Type Parameters:
T - the property generic type- Parameters:
propertyType - the property typepropertyValue - the property value
- Returns:
- this URL builder
- Throws:
IllegalArgumentException - if the property is not valid
toString
public String toString()
- Specified by:
toString in interface Dispatch- Overrides:
toString in class Object
Copyright © 2012 eXo Platform SAS. All Rights Reserved.