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
|
| getAttribute, getAttribute, getMetaClass, getTheClass, setMetaClass, hasProperty, invokeMethod, invokeMethod, invokeMethod, invokeMethod, pickMethod, respondsTo, respondsTo, invokeMissingMethod, invokeMissingProperty, getClassNode, getMetaMethods, selectConstructorAndTransformArguments, getMetaProperty, getStaticMetaMethod, getStaticMetaMethod, getMetaMethod, invokeConstructor, invokeStaticMethod, getAdaptee, setAdaptee, addNewInstanceMethod, addNewStaticMethod, addMetaBeanProperty, isModified, isGroovyObject, addMetaMethod, setProperty, setProperty, setProperty, getProperty, getProperty, getProperty, equals, toString, hashCode, getMethods, getProperties, initialize, setAttribute, setAttribute, wait, wait, wait, getClass, notify, notifyAll |
AttributeAccessingMetaClass
AttributeAccessingMetaClass(MetaClass delegate)
-
getAttribute
Object getAttribute(Object object, String attribute)
-
Groovy API Documentation for Geb 0.9.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org