Package com.atlassian.confluence.plugin
Class ConfluenceHostContainer
java.lang.Object
com.atlassian.confluence.plugin.ConfluenceHostContainer
- All Implemented Interfaces:
com.atlassian.plugin.hostcontainer.HostContainer
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class ConfluenceHostContainer
extends Object
implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware
Host container that uses Spring to instantiate objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
<T> T
getInstance
(Class<T> tClass) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
log
public static final org.slf4j.Logger log
-
-
Constructor Details
-
ConfluenceHostContainer
public ConfluenceHostContainer()
-
-
Method Details
-
create
- Specified by:
create
in interfacecom.atlassian.plugin.hostcontainer.HostContainer
- Throws:
IllegalArgumentException
-
getInstance
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-