
public class FreemarkerAutotagRuntime extends Object implements org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>, freemarker.template.TemplateDirectiveModel
| Constructor and Description |
|---|
FreemarkerAutotagRuntime() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tiles.autotag.core.runtime.ModelBody |
createModelBody() |
Request |
createRequest() |
void |
execute(freemarker.core.Environment env,
Map params,
freemarker.template.TemplateModel[] loopVars,
freemarker.template.TemplateDirectiveBody body) |
<T> T |
getParameter(String name,
Class<T> type,
T defaultValue) |
public void execute(freemarker.core.Environment env,
Map params,
freemarker.template.TemplateModel[] loopVars,
freemarker.template.TemplateDirectiveBody body)
execute in interface freemarker.template.TemplateDirectiveModelpublic Request createRequest()
createRequest in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>public org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()
createModelBody in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.