org.apache.struts2.tiles.annotation
Annotation Type TilesPutAttribute
public @interface TilesPutAttribute
Represents a <put-attribute>
element in tiles.xml
.
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-2016 Apache Software Foundation. All Rights Reserved.