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