Documentation ¶
Index ¶
- type Controller
- func (c Controller) ContentFor(name, templateName string) error
- func (c Controller) Layout(layout string) error
- func (c Controller) Render(extraRenderArgs ...interface{}) revel.Result
- func (c Controller) RenderTemplate(name string) revel.Result
- func (c Controller) RenderTemplateWithLayout(name, layout string) revel.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { *revel.Controller // contains filtered or unexported fields }
func (Controller) ContentFor ¶
func (c Controller) ContentFor(name, templateName string) error
func (Controller) Layout ¶
func (c Controller) Layout(layout string) error
func (Controller) Render ¶
func (c Controller) Render(extraRenderArgs ...interface{}) revel.Result
func (Controller) RenderTemplate ¶
func (c Controller) RenderTemplate(name string) revel.Result
func (Controller) RenderTemplateWithLayout ¶
func (c Controller) RenderTemplateWithLayout(name, layout string) revel.Result
Click to show internal directories.
Click to hide internal directories.