@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.
Fields inherited from class | Fields |
---|---|
class AbstractTypeConvertingMap |
wrappedMap |
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) |
Methods inherited from class | Name |
---|---|
class TypeConvertingMap |
boolean, boolean, byte, byte, char, char, char, clone, double, double, float, float, int, int, long, long, short, short |
class AbstractTypeConvertingMap |
asBoolean, clear, containsKey, containsValue, date, date, date, entrySet, equals, equals, get, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getList, getLong, getLong, getShort, getShort, hashCode, isEmpty, keySet, list, put, putAll, remove, size, toString, values |