org.apache.cocoon.generation
Class VelocityGenerator.JSIntrospector.JSPropertySet

java.lang.Object
  extended by org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertySet
All Implemented Interfaces:
org.apache.velocity.util.introspection.VelPropertySet
Enclosing class:
VelocityGenerator.JSIntrospector

public static class VelocityGenerator.JSIntrospector.JSPropertySet
extends Object
implements org.apache.velocity.util.introspection.VelPropertySet


Constructor Summary
VelocityGenerator.JSIntrospector.JSPropertySet(org.mozilla.javascript.Scriptable scope, String name)
           
 
Method Summary
 String getMethodName()
           
 Object invoke(Object thisArg, Object rhs)
           
 boolean isCacheable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityGenerator.JSIntrospector.JSPropertySet

public VelocityGenerator.JSIntrospector.JSPropertySet(org.mozilla.javascript.Scriptable scope,
                                                      String name)
Method Detail

invoke

public Object invoke(Object thisArg,
                     Object rhs)
              throws Exception
Specified by:
invoke in interface org.apache.velocity.util.introspection.VelPropertySet
Throws:
Exception

isCacheable

public boolean isCacheable()
Specified by:
isCacheable in interface org.apache.velocity.util.introspection.VelPropertySet

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface org.apache.velocity.util.introspection.VelPropertySet


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.