Uses of Interface
org.apache.tiles.autotag.core.runtime.ModelBody
Packages that use ModelBody
Package
Description
Runtime part for all Autotag generated code.
Runtime part of Autotag support for Freemarker.
Runtime part of Autotag support for JavaServer pages.
Runtime part of Autotag support for Velocity.
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
-
Uses of ModelBody in org.apache.tiles.autotag.core.runtime
Classes in org.apache.tiles.autotag.core.runtime that implement ModelBodyModifier and TypeClassDescriptionclass
Base class for the abstraction of the body.Methods in org.apache.tiles.autotag.core.runtime that return ModelBodyModifier and TypeMethodDescriptionAutotagRuntime.createModelBody()
Creates a new ModelBody instance to match the request. -
Uses of ModelBody in org.apache.tiles.request.freemarker.autotag
Classes in org.apache.tiles.request.freemarker.autotag that implement ModelBodyModifier and TypeClassDescriptionclass
Body implementation of a Freemarker model body.Methods in org.apache.tiles.request.freemarker.autotag that return ModelBodyModifier and TypeMethodDescriptionFreemarkerAutotagRuntime.createModelBody()
Creates a new ModelBody instance to match the request. -
Uses of ModelBody in org.apache.tiles.request.jsp.autotag
Classes in org.apache.tiles.request.jsp.autotag that implement ModelBodyMethods in org.apache.tiles.request.jsp.autotag that return ModelBodyModifier and TypeMethodDescriptionJspAutotagRuntime.createModelBody()
Creates a new ModelBody instance to match the request. -
Uses of ModelBody in org.apache.tiles.request.velocity.autotag
Classes in org.apache.tiles.request.velocity.autotag that implement ModelBodyModifier and TypeClassDescriptionclass
Body abstraction for a Velocity directive body.Methods in org.apache.tiles.request.velocity.autotag that return ModelBodyModifier and TypeMethodDescriptionVelocityAutotagRuntime.createModelBody()
Creates a new ModelBody instance to match the request. -
Uses of ModelBody in org.apache.tiles.template
Methods in org.apache.tiles.template with parameters of type ModelBodyModifier and TypeMethodDescriptionvoid
AddAttributeModel.execute
(Object value, String expression, String role, String type, Request request, ModelBody modelBody) Executes the operation.void
Executes the model.void
DefinitionModel.execute
(String name, String template, String role, String extendsParam, String preparer, Request request, ModelBody modelBody) Executes the operation.void
GetAsStringModel.execute
(boolean ignore, String preparer, String role, Object defaultValue, String defaultValueRole, String defaultValueType, String name, Attribute value, Request request, ModelBody modelBody) Executes the operation.void
InsertAttributeModel.execute
(boolean ignore, String preparer, String role, Object defaultValue, String defaultValueRole, String defaultValueType, String name, Attribute value, boolean flush, Request request, ModelBody modelBody) Executes the operation.void
InsertDefinitionModel.execute
(String definitionName, String template, String templateType, String templateExpression, String role, String preparer, boolean flush, Request request, ModelBody modelBody) Executes the operation.void
InsertTemplateModel.execute
(String template, String templateType, String templateExpression, String role, String preparer, boolean flush, Request request, ModelBody modelBody) Executes the operation.void
PutAttributeModel.execute
(String name, Object value, String expression, String role, String type, boolean cascade, Request request, ModelBody modelBody) Executes the operation.void
PutListAttributeModel.execute
(String name, String role, boolean inherit, boolean cascade, Request request, ModelBody modelBody) Executes the model.