com.atlassian.bamboo.ww2
Class BambooBeansWrapperListener

java.lang.Object
  extended by com.atlassian.bamboo.ww2.BambooBeansWrapperListener
All Implemented Interfaces:
freemarker.ext.beans.BeansWrapperListener

public class BambooBeansWrapperListener
extends java.lang.Object
implements freemarker.ext.beans.BeansWrapperListener

Listens for the creation of BeansWrappers and clears the contained class caches when reset() is called. Used for Plugin reloading


Constructor Summary
BambooBeansWrapperListener()
           
 
Method Summary
 void onCreate(freemarker.ext.beans.BeansWrapper beansWrapper)
           
 void reset()
          Clears the class caches of all BeansWrapper instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooBeansWrapperListener

public BambooBeansWrapperListener()
Method Detail

onCreate

public void onCreate(freemarker.ext.beans.BeansWrapper beansWrapper)
Specified by:
onCreate in interface freemarker.ext.beans.BeansWrapperListener

reset

public void reset()
Clears the class caches of all BeansWrapper instances.



Copyright © 2012 Atlassian. All Rights Reserved.