org.juzu
Interface Response.Render
- All Superinterfaces:
- Response
- Enclosing interface:
- Response
public static interface Response.Render
- extends Response
A response instructing to execute a render phase of a controller method after the current interaction.
setParameter
Response.Render setParameter(String parameterName,
String parameterValue)
- Set a parameter for the controller method.
- Parameters:
parameterName - the parameter nameparameterValue - the parameter value
- Returns:
- this object
Copyright © 2011 eXo Platform SAS. All Rights Reserved.