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, hasProperty, setAttribute, setAttribute, getTheClass, invokeStaticMethod, selectConstructorAndTransformArguments, invokeConstructor, respondsTo, respondsTo, invokeMissingMethod, invokeMissingProperty, getClassNode, getMetaMethods, pickMethod, getMetaProperty, getStaticMetaMethod, getStaticMetaMethod, getMetaMethod, 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.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org