Package com.atlassian.jira.template
Class DefaultTemplateValidationConfigProvider
java.lang.Object
com.atlassian.jira.template.DefaultTemplateValidationConfigProvider
- All Implemented Interfaces:
InitializingComponent,TemplateValidationConfigProvider
@InjectableComponent
public class DefaultTemplateValidationConfigProvider
extends Object
implements TemplateValidationConfigProvider, InitializingComponent
- Since:
- v8.14
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTemplateValidationConfigProvider(JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory i18nFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after all the beans are constructed and the ApplicationContext is fully populated.get()
-
Constructor Details
-
DefaultTemplateValidationConfigProvider
public DefaultTemplateValidationConfigProvider(JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory i18nFactory) throws electric.xml.ParseException - Throws:
electric.xml.ParseException
-
-
Method Details
-
afterInstantiation
Description copied from interface:InitializingComponentCalled after all the beans are constructed and the ApplicationContext is fully populated. Order of execution is order of bean creation, driven by InitializingComponentProcessor.- Specified by:
afterInstantiationin interfaceInitializingComponent- Throws:
Exception
-
get
- Specified by:
getin interfaceTemplateValidationConfigProvider
-