org.apache.velocity.test.util.introspection
Class ChainedUberspectorsTestCase.ChainedUberspector

java.lang.Object
  extended by org.apache.velocity.util.introspection.UberspectImpl
      extended by org.apache.velocity.util.introspection.AbstractChainableUberspector
          extended by org.apache.velocity.test.util.introspection.ChainedUberspectorsTestCase.ChainedUberspector
All Implemented Interfaces:
ChainableUberspector, Uberspect, UberspectLoggable
Enclosing class:
ChainedUberspectorsTestCase

public static class ChainedUberspectorsTestCase.ChainedUberspector
extends AbstractChainableUberspector


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.velocity.util.introspection.UberspectImpl
UberspectImpl.VelGetterImpl, UberspectImpl.VelMethodImpl, UberspectImpl.VelSetterImpl
 
Field Summary
 
Fields inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector
inner
 
Fields inherited from class org.apache.velocity.util.introspection.UberspectImpl
introspector, log
 
Constructor Summary
ChainedUberspectorsTestCase.ChainedUberspector()
           
 
Method Summary
 VelPropertySet getPropertySet(Object obj, String identifier, Object arg, Info info)
           
 
Methods inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector
getIterator, getMethod, getPropertyGet, init, wrap
 
Methods inherited from class org.apache.velocity.util.introspection.UberspectImpl
setLog, setRuntimeLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedUberspectorsTestCase.ChainedUberspector

public ChainedUberspectorsTestCase.ChainedUberspector()
Method Detail

getPropertySet

public VelPropertySet getPropertySet(Object obj,
                                     String identifier,
                                     Object arg,
                                     Info info)
                              throws Exception
Specified by:
getPropertySet in interface Uberspect
Overrides:
getPropertySet in class AbstractChainableUberspector
Throws:
Exception


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.