com.atlassian.confluence.plugin
Class ConfluenceHostContainer
java.lang.Object
com.atlassian.confluence.plugin.ConfluenceHostContainer
- All Implemented Interfaces:
- com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware
public class ConfluenceHostContainer
- extends java.lang.Object
- implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware
Host container that uses Spring to instantiate objects.
Field Summary |
static org.slf4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.slf4j.Logger log
ConfluenceHostContainer
public ConfluenceHostContainer()
create
public <T> T create(java.lang.Class<T> tClass)
throws java.lang.IllegalArgumentException
- Specified by:
create
in interface com.atlassian.plugin.hostcontainer.HostContainer
- Throws:
java.lang.IllegalArgumentException
getInstance
public <T> T getInstance(java.lang.Class<T> tClass)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2003-2013 Atlassian. All Rights Reserved.