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


public @interface TilesPutAttribute

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


Optional Element Summary
 boolean cascade
           
 String expression
           
 String name
           
 String role
           
 String type
           
 String value
           
 

cascade

public abstract boolean cascade
Default:
false

expression

public abstract String expression
Default:
""

name

public abstract String name
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.