Groovy Documentation

org.codehaus.groovy.grails.web.taglib
[Java] Class GroovyPageAttributes

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

@SuppressWarnings({ "unchecked", "rawtypes" })
public class GroovyPageAttributes
extends TypeConvertingMap

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

Authors:
Graeme Rocher
Lari Hotari
Since:
1.2


Field Summary
 
Fields inherited from class AbstractTypeConvertingMap
wrappedMap
 
Constructor Summary
GroovyPageAttributes()

GroovyPageAttributes(java.util.Map map)

 
Method Summary
java.lang.Object clone()

 
Methods inherited from class TypeConvertingMap
boolean, boolean, byte, byte, char, char, char, clone, double, double, float, float, int, int, long, long, short, short
 
Methods inherited from class 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
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll()
 

Constructor Detail

GroovyPageAttributes

public GroovyPageAttributes()


GroovyPageAttributes

public GroovyPageAttributes(java.util.Map map)


 
Method Detail

clone

@Override
public java.lang.Object clone()


 

Groovy Documentation