geb.navigator
[Groovy] Class AttributeAccessingMetaClass
java.lang.Object
groovy.lang.DelegatingMetaClass
geb.navigator.AttributeAccessingMetaClass
class AttributeAccessingMetaClass
extends DelegatingMetaClass
A delegating meta class implementation that intercepts field access using the .@ operator and sends it to getProperty("@$name")
|
Methods inherited from class DelegatingMetaClass
|
| respondsTo, respondsTo, pickMethod, invokeMissingProperty, getClassNode, getMetaMethods, selectConstructorAndTransformArguments, getMetaProperty, getStaticMetaMethod, getStaticMetaMethod, getMetaMethod, invokeConstructor, invokeMissingMethod, invokeStaticMethod, getAdaptee, setAdaptee, addMetaBeanProperty, isModified, isGroovyObject, addNewInstanceMethod, addNewStaticMethod, addMetaMethod, setAttribute, setAttribute, getMetaClass, getTheClass, setMetaClass, hasProperty, invokeMethod, invokeMethod, invokeMethod, invokeMethod, setProperty, setProperty, setProperty, getProperty, getProperty, getProperty, equals, toString, hashCode, getMethods, getProperties, initialize, getAttribute, getAttribute, wait, wait, wait, getClass, notify, notifyAll |
AttributeAccessingMetaClass
AttributeAccessingMetaClass(MetaClass delegate)
-
getAttribute
Object getAttribute(Object object, String attribute)
-
Groovy API Documentation for Geb 0.9.0-RC-3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org