org.codehaus.groovy.grails.web.taglib
Class GroovyPageAttributes

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.codehaus.groovy.grails.web.util.AbstractTypeConvertingMap
          extended by org.codehaus.groovy.grails.web.util.TypeConvertingMap
              extended by org.codehaus.groovy.grails.web.taglib.GroovyPageAttributes
All Implemented Interfaces:
groovy.lang.GroovyObject, java.lang.Cloneable, java.util.Map

public class GroovyPageAttributes
extends org.codehaus.groovy.grails.web.util.TypeConvertingMap

Defines attributes passed to a GSP tag. Mixes in TypeConvertingMap for ease of type conversion.

Since:
1.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.codehaus.groovy.grails.web.util.AbstractTypeConvertingMap
wrappedMap
 
Constructor Summary
GroovyPageAttributes()
           
GroovyPageAttributes(java.util.Map map)
           
GroovyPageAttributes(java.util.Map map, boolean gspTagSyntaxCall)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean isGspTagSyntaxCall()
           
 void setGspTagSyntaxCall(boolean gspTagSyntaxCall)
           
 
Methods inherited from class org.codehaus.groovy.grails.web.util.TypeConvertingMap
boolean, boolean, byte, byte, char, char, char, double, double, float, float, int, int, long, long, short, short
 
Methods inherited from class org.codehaus.groovy.grails.web.util.AbstractTypeConvertingMap
asBoolean, clear, containsKey, containsValue, date, date, date, entrySet, 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
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface groovy.lang.GroovyObject
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 

Constructor Detail

GroovyPageAttributes

public GroovyPageAttributes()

GroovyPageAttributes

public GroovyPageAttributes(java.util.Map map)

GroovyPageAttributes

public GroovyPageAttributes(java.util.Map map,
                            boolean gspTagSyntaxCall)
Method Detail

isGspTagSyntaxCall

public boolean isGspTagSyntaxCall()

setGspTagSyntaxCall

public void setGspTagSyntaxCall(boolean gspTagSyntaxCall)

clone

public java.lang.Object clone()
Overrides:
clone in class org.codehaus.groovy.grails.web.util.TypeConvertingMap