| Package | Description | 
|---|---|
| org.apache.tiles.template | Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity). | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 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. | 
| void | InsertTemplateModel. execute(String template,
       String templateType,
       String templateExpression,
       String role,
       String preparer,
       boolean flush,
       Request request,
       ModelBody modelBody)Executes the operation. | 
| void | DefinitionModel. execute(String name,
       String template,
       String role,
       String extendsParam,
       String preparer,
       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. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.