Uses of Class
org.javalite.activeweb.HttpSupport.RenderBuilder
Packages that use HttpSupport.RenderBuilder
-
Uses of HttpSupport.RenderBuilder in org.javalite.activeweb
Methods in org.javalite.activeweb that return HttpSupport.RenderBuilderModifier and TypeMethodDescriptionSets a format for the current request.Use this method to override a default layout configured.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
Renders results with a template.protected HttpSupport.RenderBuilder
Renders results with a template.