|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.MetaClassImpl org.crsh.jcr.groovy.NodeMetaClass
public class NodeMetaClass
Nested Class Summary |
---|
Nested classes/interfaces inherited from class groovy.lang.MetaClassImpl |
---|
groovy.lang.MetaClassImpl.Index |
Field Summary |
---|
Fields inherited from class groovy.lang.MetaClassImpl |
---|
getPropertyMethod, INVOKE_METHOD_METHOD, invokeMethodMethod, isGroovyObject, isMap, metaMethodIndex, METHOD_MISSING, PROPERTY_MISSING, registry, setPropertyMethod, STATIC_METHOD_MISSING, STATIC_PROPERTY_MISSING, theCachedClass, theClass |
Constructor Summary | |
---|---|
NodeMetaClass(groovy.lang.MetaClassRegistry registry, Class<? extends javax.jcr.Node> theClass) |
Method Summary | |
---|---|
private Object |
_getProperty(Object object, String propertyName) |
private Object |
_invokeMethod(Object object, String name, Object[] args) |
private void |
_setProperty(Object object, String propertyName, Object propertyValue) |
Object |
getProperty(Object object, String property) |
Object |
invokeMethod(Object object, String name, Object[] args) |
void |
setProperty(Object object, String property, Object newValue) |
static void |
setup() |
Methods inherited from class groovy.lang.MetaClassImpl |
---|
addMetaBeanProperty, addMetaMethod, addMetaMethodToIndex, addNewInstanceMethod, addNewStaticMethod, applyPropertyDescriptors, checkIfGroovyObjectMethod, checkInitalised, chooseMethod, clearInvocationCaches, createConstructorSite, createPogoCallCurrentSite, createPogoCallSite, createPojoCallSite, createStaticSite, dropMethodCache, dropStaticMethodCache, findMethodInClassHierarchy, findMixinMethod, findOwnMethod, findPropertyInClassHierarchy, getAdditionalMetaMethods, getAttribute, getAttribute, getAttribute, getClassInfo, getClassNode, getEffectiveGetMetaProperty, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getMethodWithCaching, getMethodWithoutCaching, getProperties, getProperty, getStaticMetaMethod, getSubclassMetaMethods, getSuperClasses, getTheCachedClass, getTheClass, getVersion, hasProperty, incVersion, initialize, invokeConstructor, invokeConstructorAt, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, invokeStaticMissingProperty, isGroovyObject, isInitialized, isModified, onGetPropertyFoundInHierarchy, onInvokeMethodFoundInHierarchy, onMixinMethodFound, onSetPropertyFoundInHierarchy, onSuperMethodFoundInHierarchy, onSuperPropertyFoundInHierarchy, pickMethod, respondsTo, respondsTo, retrieveConstructor, retrieveMethod, retrieveStaticMethod, selectConstructorAndTransformArguments, setAttribute, setAttribute, setProperties, setProperty, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeMetaClass(groovy.lang.MetaClassRegistry registry, Class<? extends javax.jcr.Node> theClass) throws IntrospectionException
IntrospectionException
Method Detail |
---|
public static void setup()
public Object invokeMethod(Object object, String name, Object[] args)
invokeMethod
in interface groovy.lang.MetaObjectProtocol
invokeMethod
in class groovy.lang.MetaClassImpl
private Object _invokeMethod(Object object, String name, Object[] args) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public Object getProperty(Object object, String property)
getProperty
in interface groovy.lang.MetaObjectProtocol
getProperty
in class groovy.lang.MetaClassImpl
private Object _getProperty(Object object, String propertyName) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public void setProperty(Object object, String property, Object newValue)
setProperty
in interface groovy.lang.MetaObjectProtocol
setProperty
in class groovy.lang.MetaClassImpl
private void _setProperty(Object object, String propertyName, Object propertyValue) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |