org.chromattic.groovy
Class ChromatticGroovyInvocation

java.lang.Object
  extended by org.chromattic.groovy.ChromatticGroovyInvocation

public class ChromatticGroovyInvocation
extends java.lang.Object

Version:
$Revision$
Author:
Alain Defrance

Constructor Summary
ChromatticGroovyInvocation()
           
 
Method Summary
static java.lang.Object getProperty(java.lang.Object target, java.lang.String m, MethodHandler handler)
           
static java.lang.Object invokeMethod(java.lang.Object target, java.lang.String m, java.lang.Object p, MethodHandler handler)
           
static boolean isChromatticAnnoted(java.lang.reflect.Method method)
           
static java.lang.Object setProperty(java.lang.Object target, java.lang.String m, java.lang.Object v, MethodHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChromatticGroovyInvocation

public ChromatticGroovyInvocation()
Method Detail

getProperty

public static java.lang.Object getProperty(java.lang.Object target,
                                           java.lang.String m,
                                           MethodHandler handler)

setProperty

public static java.lang.Object setProperty(java.lang.Object target,
                                           java.lang.String m,
                                           java.lang.Object v,
                                           MethodHandler handler)

invokeMethod

public static java.lang.Object invokeMethod(java.lang.Object target,
                                            java.lang.String m,
                                            java.lang.Object p,
                                            MethodHandler handler)

isChromatticAnnoted

public static boolean isChromatticAnnoted(java.lang.reflect.Method method)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.