public class UberspectDebugDecorator extends Object implements org.apache.velocity.util.introspection.Uberspect, org.apache.velocity.util.introspection.UberspectLoggable, org.apache.velocity.util.RuntimeServicesAware
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
VELOCITY_LOG |
Constructor and Description |
---|
UberspectDebugDecorator() |
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 method,
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() |
void |
setLog(org.apache.velocity.runtime.log.Log log) |
void |
setRuntimeLogger(org.apache.velocity.runtime.RuntimeLogger logger) |
void |
setRuntimeServices(org.apache.velocity.runtime.RuntimeServices runtimeServices) |
public void init() throws Exception
init
in interface org.apache.velocity.util.introspection.Uberspect
Exception
public Iterator getIterator(Object obj, org.apache.velocity.util.introspection.Info info) throws Exception
getIterator
in interface org.apache.velocity.util.introspection.Uberspect
Exception
public org.apache.velocity.util.introspection.VelMethod getMethod(Object obj, String method, Object[] args, org.apache.velocity.util.introspection.Info info) throws Exception
getMethod
in interface org.apache.velocity.util.introspection.Uberspect
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
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
Exception
public void setLog(org.apache.velocity.runtime.log.Log log)
setLog
in interface org.apache.velocity.util.introspection.UberspectLoggable
public void setRuntimeLogger(org.apache.velocity.runtime.RuntimeLogger logger)
setRuntimeLogger
in interface org.apache.velocity.util.introspection.UberspectLoggable
public void setRuntimeServices(org.apache.velocity.runtime.RuntimeServices runtimeServices)
setRuntimeServices
in interface org.apache.velocity.util.RuntimeServicesAware
Copyright © 2003–2015 Atlassian. All rights reserved.