Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » generation » [javadoc | source]
org.apache.cocoon.generation
public static class: VelocityGenerator.JSIntrospector [javadoc | source]
java.lang.Object
   org.apache.velocity.util.introspection.UberspectImpl
      org.apache.cocoon.generation.VelocityGenerator$JSIntrospector
Velocity Introspector that supports Rhino JavaScript objects as well as Java Objects
Nested Class Summary:
public static class  JSIntrospector.JSMethod   
public static class  JSIntrospector.JSPropertyGet   
public static class  JSIntrospector.JSPropertySet   
public static class  JSIntrospector.NativeArrayIterator   
public static class  JSIntrospector.ScriptableIterator   
Method from org.apache.cocoon.generation.VelocityGenerator$JSIntrospector Summary:
getIterator,   getMethod,   getPropertyGet,   getPropertySet
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.generation.VelocityGenerator$JSIntrospector Detail:
 public Iterator getIterator(Object obj,
    Info i) throws Exception 
 public VelMethod getMethod(Object obj,
    String methodName,
    Object[] args,
    Info i) throws Exception 
 public VelPropertyGet getPropertyGet(Object obj,
    String identifier,
    Info i) throws Exception 
 public VelPropertySet getPropertySet(Object obj,
    String identifier,
    Object arg,
    Info i) throws Exception