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