|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjuzu.request.Phase.Resource.Dispatch
public static class Phase.Resource.Dispatch
| Constructor Summary | |
|---|---|
Phase.Resource.Dispatch(juzu.impl.bridge.spi.DispatchBridge delegate)
|
|
| Method Summary | ||
|---|---|---|
Dispatch |
escapeXML(Boolean escapeXML)
|
|
Phase.Resource.Dispatch |
setParameter(Encoding encoding,
String name,
String value)
Set a parameter on the URL that will be built by this builder. |
|
Phase.Resource.Dispatch |
setParameter(Encoding encoding,
String name,
String[] value)
Set a parameter on the URL that will be built by this builder. |
|
Phase.Resource.Dispatch |
setParameter(String name,
String value)
Set a parameter on the URL that will be built by this builder. |
|
Phase.Resource.Dispatch |
setParameter(String name,
String[] value)
Set a parameter. |
|
|
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)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Phase.Resource.Dispatch(juzu.impl.bridge.spi.DispatchBridge delegate)
| Method Detail |
|---|
public final Dispatch with(juzu.impl.common.MimeType mimeType)
with in interface Dispatchpublic final Dispatch with(PropertyMap properties)
with in interface Dispatchpublic final Dispatch escapeXML(Boolean escapeXML)
escapeXML in interface Dispatch
public final <T> Dispatch setProperty(PropertyType<T> propertyType,
T propertyValue)
throws IllegalArgumentException
Dispatch
setProperty in interface DispatchT - the property generic typepropertyType - the property typepropertyValue - the property value
IllegalArgumentException - if the property is not valid
public final Phase.Resource.Dispatch setParameter(String name,
String value)
throws NullPointerException
DispatchSet a parameter on the URL that will be built by this builder. This method replaces the parameter with the
given name . A parameter value of null indicates that this parameter should be removed.
setParameter in interface Dispatchname - the parameter namevalue - the parameter value
NullPointerException - if the name parameter is null
public final Phase.Resource.Dispatch setParameter(Encoding encoding,
String name,
String value)
throws NullPointerException
DispatchSet a parameter on the URL that will be built by this builder. This method replaces the parameter with the
given name . A parameter value of null indicates that this parameter should be removed.
setParameter in interface Dispatchencoding - the character encodingname - the parameter namevalue - the parameter value
NullPointerException - if the name parameter is null
public final Phase.Resource.Dispatch setParameter(String name,
String[] value)
throws NullPointerException,
IllegalArgumentException
Dispatch
setParameter in interface Dispatchname - the parameter namevalue - the parameter value
NullPointerException - if the name parameter or the value parameter is null
IllegalArgumentException - if any component of the value is null
public final Phase.Resource.Dispatch setParameter(Encoding encoding,
String name,
String[] value)
throws NullPointerException
DispatchSet a parameter on the URL that will be built by this builder. This method replaces the parameter with the
given name . A parameter value of null indicates that this parameter should be removed.
setParameter in interface Dispatchencoding - the character encodingname - the parameter namevalue - the parameter value
NullPointerException - if the name parameter is nullpublic final String toString()
toString in interface DispatchtoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||