Uses of Annotation Interface
org.apache.struts2.tiles.annotation.TilesDefinition
Packages that use TilesDefinition
-
Uses of TilesDefinition in org.apache.struts2.tiles
Methods in org.apache.struts2.tiles that return TilesDefinitionModifier and TypeMethodDescriptionStrutsTilesAnnotationProcessor.findAnnotation
(Object action, String tileName) Search strategy is as follows: Check if action has AnnotationTilesDefinition
If not, check if action has AnnotationTilesDefinitions
If given tileName is not null and present inTilesDefinitions
, return it Return first element ofTilesDefinitions
Return nullMethods in org.apache.struts2.tiles with parameters of type TilesDefinitionModifier and TypeMethodDescriptionprotected Attribute
StrutsTilesAnnotationProcessor.buildTemplateAttribute
(TilesDefinition tilesDef) StrutsTilesAnnotationProcessor.buildTilesDefinition
(String tileName, TilesDefinition tilesDefinition) Builds aDefinition
based on givenTilesDefinition
with given name.