public class ConfluenceHostContainer extends Object implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
ConfluenceHostContainer() |
Modifier and Type | Method and Description |
---|---|
<T> T |
create(Class<T> tClass) |
<T> T |
getInstance(Class<T> tClass) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public <T> T create(Class<T> tClass) throws IllegalArgumentException
create
in interface com.atlassian.plugin.hostcontainer.HostContainer
IllegalArgumentException
public <T> T getInstance(Class<T> tClass)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2003–2020 Atlassian. All rights reserved.