com.atlassian.crowd.plugin
Class CrowdHostContainer

java.lang.Object
  extended by com.atlassian.crowd.plugin.CrowdHostContainer
All Implemented Interfaces:
com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware

public class CrowdHostContainer
extends java.lang.Object
implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware


Constructor Summary
CrowdHostContainer()
           
 
Method Summary
<T> T
create(java.lang.Class<T> tClass)
           
<T> T
getInstance(java.lang.Class<T> tClass)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdHostContainer

public CrowdHostContainer()
Method Detail

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 © 2010 Atlassian. All Rights Reserved.