package

com.atlassian.jira.config.component

Interfaces

InvocationSwitcher The InvocationSwitcher is used in conjunction with the SwitchingInvocationHandler

Classes

AbstractComponentAdaptor<T> A convenience class for implementing a Pico ComponentAdapter. 
AbstractDelegatedMethodInterceptor<T>  
AbstractSwitchingInvocationAdaptor<T>  
AppPropertiesComponentAdaptor<T> Copyright (c) 2002-2004 All rights reserved. 
AppPropertiesInvocationSwitcherImpl  
DateTimeFormatterProvider  
I18nHelperProvider  
PicoContainerFactory Factory methods for setting up PICO with behaviours desired in JIRA 
SimpleSwitchingComponentAdaptor<T> A simple component adapter that will pull the implementation of the object from the container. 
SwitchingInvocationAdapter<T> The SwitchingInvocationAdapter returns a proxy that allows for dynamic determination of which class implementation to be called on when invoking a specified method. 
SwitchingInvocationHandler<T>