org.juzu
Class Response.Action.Render
java.lang.Object
org.juzu.Response
org.juzu.Response.Action
org.juzu.Response.Action.Render
- All Implemented Interfaces:
- Response.Update
- Enclosing class:
- Response.Action
public static class Response.Action.Render
- extends Response.Action
- implements Response.Update
A response instructing to execute a render phase of a controller method after the current interaction.
Response.Action.Render
public Response.Action.Render(String methodId)
setParameter
public Response.Action.Render setParameter(String parameterName,
String parameterValue)
- Set a parameter for the controller method.
- Specified by:
setParameter in interface Response.Update
- Parameters:
parameterName - the parameter nameparameterValue - the parameter value
- Returns:
- this object
getParameters
public Map<String,String> getParameters()
- Specified by:
getParameters in interface Response.Update
getMethodId
public String getMethodId()
- Specified by:
getMethodId in interface Response.Update
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.