| Package | Description | 
|---|---|
| org.apache.struts2.tiles | 
| Modifier and Type | Method and Description | 
|---|---|
| TilesDefinition | StrutsTilesAnnotationProcessor. findAnnotation(Object action,
              String tileName)Search strategy is as follows:
 
   Check if action has Annotation  TilesDefinitionIf not, check if action has AnnotationTilesDefinitionsIf given tileName is not null and present inTilesDefinitions, return it
   Return first element ofTilesDefinitionsReturn null | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Attribute | StrutsTilesAnnotationProcessor. buildTemplateAttribute(TilesDefinition tilesDef) | 
| Definition | StrutsTilesAnnotationProcessor. buildTilesDefinition(String tileName,
                    TilesDefinition tilesDefinition)Builds a  Definitionbased on givenTilesDefinitionwith
 given name. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.