public final class VelocityClassTrackingUberspector
extends org.apache.velocity.util.introspection.AbstractChainableUberspector
org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl, org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl, org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl
Constructor and Description |
---|
VelocityClassTrackingUberspector() |
Modifier and Type | Method and Description |
---|---|
Iterator |
getIterator(Object obj,
org.apache.velocity.util.introspection.Info info) |
org.apache.velocity.util.introspection.VelMethod |
getMethod(Object obj,
String methodName,
Object[] args,
org.apache.velocity.util.introspection.Info info) |
org.apache.velocity.util.introspection.VelPropertyGet |
getPropertyGet(Object obj,
String identifier,
org.apache.velocity.util.introspection.Info info) |
org.apache.velocity.util.introspection.VelPropertySet |
getPropertySet(Object obj,
String identifier,
Object arg,
org.apache.velocity.util.introspection.Info info) |
void |
init() |
wrap
public void init() throws Exception
init
in interface org.apache.velocity.util.introspection.Uberspect
init
in class org.apache.velocity.util.introspection.AbstractChainableUberspector
Exception
public Iterator getIterator(Object obj, org.apache.velocity.util.introspection.Info info) throws Exception
getIterator
in interface org.apache.velocity.util.introspection.Uberspect
getIterator
in class org.apache.velocity.util.introspection.AbstractChainableUberspector
Exception
public org.apache.velocity.util.introspection.VelMethod getMethod(Object obj, String methodName, Object[] args, org.apache.velocity.util.introspection.Info info) throws Exception
getMethod
in interface org.apache.velocity.util.introspection.Uberspect
getMethod
in class org.apache.velocity.util.introspection.AbstractChainableUberspector
Exception
public org.apache.velocity.util.introspection.VelPropertyGet getPropertyGet(Object obj, String identifier, org.apache.velocity.util.introspection.Info info) throws Exception
getPropertyGet
in interface org.apache.velocity.util.introspection.Uberspect
getPropertyGet
in class org.apache.velocity.util.introspection.AbstractChainableUberspector
Exception
public org.apache.velocity.util.introspection.VelPropertySet getPropertySet(Object obj, String identifier, Object arg, org.apache.velocity.util.introspection.Info info) throws Exception
getPropertySet
in interface org.apache.velocity.util.introspection.Uberspect
getPropertySet
in class org.apache.velocity.util.introspection.AbstractChainableUberspector
Exception
Copyright © 2002-2024 Atlassian. All Rights Reserved.