com.atlassian.confluence.velocity.introspection
Class TransparentBoxedValueReferenceHandler
java.lang.Object
com.atlassian.confluence.velocity.introspection.TransparentBoxedValueReferenceHandler
- All Implemented Interfaces:
- org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.ReferenceInsertionEventHandler
public final class TransparentBoxedValueReferenceHandler
- extends Object
- implements org.apache.velocity.app.event.ReferenceInsertionEventHandler
A simple reference insertion handler that unboxes and boxed value references making them transparent during template
rendering.
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.ReferenceInsertionEventHandler |
org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransparentBoxedValueReferenceHandler
public TransparentBoxedValueReferenceHandler()
referenceInsert
public Object referenceInsert(String name,
Object value)
- Specified by:
referenceInsert
in interface org.apache.velocity.app.event.ReferenceInsertionEventHandler
Copyright © 2003-2013 Atlassian. All Rights Reserved.