com.silverpeas.domains
Class DomainDriverFactory

java.lang.Object
  extended by com.silverpeas.domains.DomainDriverFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DomainDriverFactory
extends Object
implements org.springframework.context.ApplicationContextAware

Author:
ehugonnet

Method Summary
protected  org.springframework.context.ApplicationContext getApplicationContext()
           
static DomainDriver getDriver(String name)
           
 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
 

Method Detail

getDriver

public static DomainDriver getDriver(String name)
                              throws IllegalAccessException,
                                     InstantiationException,
                                     ClassNotFoundException
Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException

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

getApplicationContext

protected org.springframework.context.ApplicationContext getApplicationContext()


Copyright © 2016 Silverpeas. All Rights Reserved.