public class

UberspectDebugDecorator

extends Object
implements Uberspect UberspectLoggable
java.lang.Object
   ↳ com.atlassian.confluence.util.velocity.debug.UberspectDebugDecorator

Summary

Fields
public static final Logger VELOCITY_LOG
Public Constructors
UberspectDebugDecorator()
Public Methods
Iterator getIterator(Object obj, Info info)
VelMethod getMethod(Object obj, String method, Object[] args, Info info)
VelPropertyGet getPropertyGet(Object obj, String identifier, Info info)
VelPropertySet getPropertySet(Object obj, String identifier, Object arg, Info info)
void init()
void setLog(Log log)
void setRuntimeLogger(RuntimeLogger logger)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.velocity.util.introspection.Uberspect
From interface org.apache.velocity.util.introspection.UberspectLoggable

Fields

public static final Logger VELOCITY_LOG

Public Constructors

public UberspectDebugDecorator ()

Public Methods

public Iterator getIterator (Object obj, Info info)

Throws
Exception

public VelMethod getMethod (Object obj, String method, Object[] args, Info info)

Throws
Exception

public VelPropertyGet getPropertyGet (Object obj, String identifier, Info info)

Throws
Exception

public VelPropertySet getPropertySet (Object obj, String identifier, Object arg, Info info)

Throws
Exception

public void init ()

Throws
Exception

public void setLog (Log log)

public void setRuntimeLogger (RuntimeLogger logger)