org.apache.struts2.tiles.annotation
Annotation Type TilesAddAttribute


public @interface TilesAddAttribute

Represents a <add-attribute> element in tiles.xml.


Optional Element Summary
 String expression
           
 String role
           
 String type
           
 String value
           
 

expression

public abstract String expression
Default:
""

role

public abstract String role
Default:
""

type

public abstract String type
Default:
""

value

public abstract String value
Default:
""


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.