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
implements java.lang.Cloneable

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)
           
 
Method Summary
 java.lang.Object clone()
           
 
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)
Method Detail

clone

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