@java.lang.SuppressWarnings({ "unchecked", "rawtypes" }) public class GroovyPageAttributes extends TypeConvertingMap implements java.lang.Cloneable
Defines attributes passed to a GSP tag. Mixes in TypeConvertingMap for ease of type conversion.
Constructor and description |
---|
GroovyPageAttributes
() |
GroovyPageAttributes
(java.util.Map map) |
GroovyPageAttributes
(java.util.Map map, boolean gspTagSyntaxCall) |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.Object |
clone() |
|
public boolean |
isGspTagSyntaxCall() |
|
public void |
setGspTagSyntaxCall(boolean gspTagSyntaxCall) |