| Package | Description | 
|---|---|
| org.javalite.activeweb | 
 ActiveWeb - the agile java framework 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpSupport.RenderBuilder | 
HttpSupport.RenderBuilder.format(String format)
Sets a format for the current request. 
 | 
HttpSupport.RenderBuilder | 
HttpSupport.RenderBuilder.layout(String layout)
Use this method to override a default layout configured. 
 | 
HttpSupport.RenderBuilder | 
HttpSupport.RenderBuilder.noLayout()
Call this method to turn off all layouts. 
 | 
protected HttpSupport.RenderBuilder | 
AppController.render()
Use this method in order to override a layout, status code, and content type. 
 | 
protected HttpSupport.RenderBuilder | 
AppController.render(String template)
Renders results with a template. 
 | 
protected HttpSupport.RenderBuilder | 
HttpSupport.render(String template,
      Map values)
Renders results with a template. 
 | 
Copyright © 2020 JavaLite. All rights reserved.