Package | Description |
---|---|
act.controller | |
act.view |
Modifier and Type | Method and Description |
---|---|
static RenderTemplate |
Controller.Util.renderTemplate(java.util.Map<java.lang.String,java.lang.Object> args)
Alias of
Controller.Util.template(Map) |
static RenderTemplate |
Controller.Util.renderTemplate(java.lang.Object... args)
This method is deprecated, please use
Controller.Util.template(Object...) instead |
static RenderTemplate |
Controller.Util.template(java.util.Map<java.lang.String,java.lang.Object> args)
Returns a
RenderTemplate result with a render arguments map. |
static RenderTemplate |
Controller.Util.template(java.lang.Object... args)
Kind of like
Controller.Util.render(Object...) , the only differences is this method force to render a template without regarding to the request format |
Modifier and Type | Field and Description |
---|---|
static RenderTemplate |
RenderTemplate.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static RenderTemplate |
RenderTemplate.get() |
static RenderTemplate |
RenderTemplate.get(org.osgl.http.H.Status status) |
static RenderTemplate |
RenderTemplate.of(org.osgl.http.H.Status status,
java.util.Map<java.lang.String,java.lang.Object> args) |
static RenderTemplate |
RenderTemplate.of(java.util.Map<java.lang.String,java.lang.Object> args) |
Copyright © 2014–2017 ActFramework. All rights reserved.