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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.juzu.Response
Response.Redirect, Response.Render
 
Method Summary
 Response.Render setParameter(String parameterName, String parameterValue)
          Set a parameter for the controller method.
 

Method Detail

setParameter

Response.Render setParameter(String parameterName,
                             String parameterValue)
Set a parameter for the controller method.

Parameters:
parameterName - the parameter name
parameterValue - the parameter value
Returns:
this object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.