com.atlassian.bamboo.ww2
Class BambooBeansWrapperListener
java.lang.Object
com.atlassian.bamboo.ww2.BambooBeansWrapperListener
- All Implemented Interfaces:
- freemarker.ext.beans.BeansWrapperListener
@Internal
public class BambooBeansWrapperListener
- extends Object
- implements freemarker.ext.beans.BeansWrapperListener
Listens for the creation of BeansWrapper
s and clears the contained class caches when reset()
is called.
Used for Plugin reloading
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 |
BambooBeansWrapperListener
public BambooBeansWrapperListener()
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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.