Package com.atlassian.velocity
Class VelocityClassTrackingUberspector
java.lang.Object
org.apache.velocity.util.introspection.UberspectImpl
org.apache.velocity.util.introspection.AbstractChainableUberspector
com.atlassian.velocity.VelocityClassTrackingUberspector
- All Implemented Interfaces:
org.apache.velocity.util.introspection.ChainableUberspector,org.apache.velocity.util.introspection.Uberspect,org.apache.velocity.util.introspection.UberspectLoggable,org.apache.velocity.util.RuntimeServicesAware
public final class VelocityClassTrackingUberspector
extends org.apache.velocity.util.introspection.AbstractChainableUberspector
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.velocity.util.introspection.UberspectImpl
org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl, org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl, org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl -
Field Summary
Fields inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector
innerFields inherited from class org.apache.velocity.util.introspection.UberspectImpl
EMPTY_ARRAY, introspector, log, runtimeServices -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIterator(Object obj, org.apache.velocity.util.introspection.Info info) org.apache.velocity.util.introspection.VelMethodgetMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info info) org.apache.velocity.util.introspection.VelPropertyGetgetPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info info) org.apache.velocity.util.introspection.VelPropertySetgetPropertySet(Object obj, String identifier, Object arg, org.apache.velocity.util.introspection.Info info) voidinit()Methods inherited from class org.apache.velocity.util.introspection.AbstractChainableUberspector
wrapMethods inherited from class org.apache.velocity.util.introspection.UberspectImpl
getIteratorHelper, setLog, setRuntimeLogger, setRuntimeServices
-
Constructor Details
-
VelocityClassTrackingUberspector
public VelocityClassTrackingUberspector()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.velocity.util.introspection.Uberspect- Overrides:
initin classorg.apache.velocity.util.introspection.AbstractChainableUberspector- Throws:
Exception
-
getIterator
public Iterator getIterator(Object obj, org.apache.velocity.util.introspection.Info info) throws Exception - Specified by:
getIteratorin interfaceorg.apache.velocity.util.introspection.Uberspect- Overrides:
getIteratorin classorg.apache.velocity.util.introspection.AbstractChainableUberspector- Throws:
Exception
-
getMethod
public org.apache.velocity.util.introspection.VelMethod getMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info info) throws Exception - Specified by:
getMethodin interfaceorg.apache.velocity.util.introspection.Uberspect- Overrides:
getMethodin classorg.apache.velocity.util.introspection.AbstractChainableUberspector- Throws:
Exception
-
getPropertyGet
public org.apache.velocity.util.introspection.VelPropertyGet getPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info info) throws Exception - Specified by:
getPropertyGetin interfaceorg.apache.velocity.util.introspection.Uberspect- Overrides:
getPropertyGetin classorg.apache.velocity.util.introspection.AbstractChainableUberspector- Throws:
Exception
-
getPropertySet
public org.apache.velocity.util.introspection.VelPropertySet getPropertySet(Object obj, String identifier, Object arg, org.apache.velocity.util.introspection.Info info) throws Exception - Specified by:
getPropertySetin interfaceorg.apache.velocity.util.introspection.Uberspect- Overrides:
getPropertySetin classorg.apache.velocity.util.introspection.AbstractChainableUberspector- Throws:
Exception
-