com.atlassian.confluence.velocity
Class IdentityReferenceInsertionHandler

java.lang.Object
  extended by com.atlassian.confluence.velocity.IdentityReferenceInsertionHandler
All Implemented Interfaces:
org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.ReferenceInsertionEventHandler

public final class IdentityReferenceInsertionHandler
extends Object
implements org.apache.velocity.app.event.ReferenceInsertionEventHandler

Identity reference insertion handler. Simply returns the provided value.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.ReferenceInsertionEventHandler
org.apache.velocity.app.event.ReferenceInsertionEventHandler.referenceInsertExecutor
 
Constructor Summary
IdentityReferenceInsertionHandler()
           
 
Method Summary
 Object referenceInsert(String reference, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityReferenceInsertionHandler

public IdentityReferenceInsertionHandler()
Method Detail

referenceInsert

public Object referenceInsert(String reference,
                              Object value)
Specified by:
referenceInsert in interface org.apache.velocity.app.event.ReferenceInsertionEventHandler


Copyright © 2003-2010 Atlassian. All Rights Reserved.