juzu
Class Response.Update
java.lang.Object
juzu.Response
juzu.Response.Update
- Enclosing class:
- Response
public static class Response.Update
- extends Response
A response instructing to execute a render phase of a controller method after the current interaction.
| Methods inherited from class juzu.Response |
content, content, content, content, getProperties, notFound, ok, ok, ok, redirect, render, render |
Response.Update
public Response.Update()
setParameter
public Response.Update setParameter(String name,
String value)
throws NullPointerException
- Throws:
NullPointerException
setParameter
public Response.Update setParameter(String name,
String[] value)
throws NullPointerException,
IllegalArgumentException
- Throws:
NullPointerException
IllegalArgumentException
setParameters
public Response.Update setParameters(Map<String,String[]> parameters)
throws NullPointerException,
IllegalArgumentException
- Throws:
NullPointerException
IllegalArgumentException
getParameters
public Map<String,String[]> getParameters()
with
public <T> Response.Update with(PropertyType<T> propertyType,
T propertyValue)
throws NullPointerException
- Description copied from class:
Response
- Set a property, if the value is null, the property is removed.
- Overrides:
with in class Response
- Parameters:
propertyType - the property typepropertyValue - the property value
- Throws:
NullPointerException - if the property type is null
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 eXo Platform SAS. All Rights Reserved.