org.codehaus.groovy.grails.web.pages
Class AbstractGroovyPageBinding.BindingMapEntry
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
org.codehaus.groovy.grails.web.pages.AbstractGroovyPageBinding.BindingMapEntry
- All Implemented Interfaces:
- java.util.Map.Entry, org.apache.commons.collections.KeyValue
- Enclosing class:
- AbstractGroovyPageBinding
protected static class AbstractGroovyPageBinding.BindingMapEntry
- extends org.apache.commons.collections.keyvalue.AbstractMapEntry
| Fields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue |
key, value |
|
Method Summary |
java.lang.Object |
setValue(java.lang.Object value)
|
| Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry |
equals, hashCode |
| Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue |
getKey, getValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
getKey, getValue |
AbstractGroovyPageBinding.BindingMapEntry
protected AbstractGroovyPageBinding.BindingMapEntry(AbstractGroovyPageBinding binding,
java.lang.Object key,
java.lang.Object value)
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue in interface java.util.Map.Entry- Overrides:
setValue in class org.apache.commons.collections.keyvalue.AbstractMapEntry