com.googlecode.fascinator.portal.velocity
Class JythonVelPropertyGet

java.lang.Object
  extended by com.googlecode.fascinator.portal.velocity.JythonVelPropertyGet
All Implemented Interfaces:
org.apache.velocity.util.introspection.VelPropertyGet

public class JythonVelPropertyGet
extends Object
implements org.apache.velocity.util.introspection.VelPropertyGet


Constructor Summary
JythonVelPropertyGet(String identifier)
           
 
Method Summary
 String getMethodName()
           
 Object invoke(Object o)
           
 boolean isCacheable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JythonVelPropertyGet

public JythonVelPropertyGet(String identifier)
Method Detail

getMethodName

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

invoke

public Object invoke(Object o)
              throws Exception
Specified by:
invoke in interface org.apache.velocity.util.introspection.VelPropertyGet
Throws:
Exception

isCacheable

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


Copyright © 2009-2013. All Rights Reserved.