Uses of Class
com.dyuproject.ioc.ApplicationContext

Packages that use ApplicationContext
com.dyuproject.ioc   
com.dyuproject.web.rest   
 

Uses of ApplicationContext in com.dyuproject.ioc
 

Methods in com.dyuproject.ioc that return ApplicationContext
 ApplicationContext Context.getAppContext()
          Gets the ApplicationContext tied to this context.
static ApplicationContext ApplicationContext.load()
          Loads the ApplicationContext from the default resource DEFAULT_RESOURCE_LOCATION}.
static ApplicationContext ApplicationContext.load(File resource)
          Loads the ApplicationContext from the specified File.
static ApplicationContext ApplicationContext.load(InputStream resource)
          Loads the ApplicationContext from the specified InputStream.
static ApplicationContext ApplicationContext.load(Reader resource)
          Loads the ApplicationContext from the specified Reader.
static ApplicationContext ApplicationContext.load(Resource resource, Parser parser)
          Loads the ApplicationContext from the specified Resource and Parser.
static ApplicationContext ApplicationContext.load(String resource)
          Loads the ApplicationContext from the given resource which could be a file, remote url (prefixed with "http://") or from the classpath (prefixed with "classpath:").
static ApplicationContext ApplicationContext.load(String[] resources)
          Loads the ApplicationContext from multiple resources.
static ApplicationContext ApplicationContext.load(URL resource)
          Loads the ApplicationContext from the specified URL.
 

Methods in com.dyuproject.ioc with parameters of type ApplicationContext
 void ApplicationContext.addImport(ApplicationContext imported)
          Adds another ApplicationContext as an import to this context.
abstract  void Parser.parse(Resource resource, ApplicationContext appContext)
          Parses the given resource and loads it into the ApplicationContext
 void DefaultParser.parse(Resource resource, ApplicationContext appContext)
           
 

Constructors in com.dyuproject.ioc with parameters of type ApplicationContext
ApplicationContext(ApplicationContext imported)
           
Context(Resource resource, ApplicationContext appContext, Parser parser)
           
 

Uses of ApplicationContext in com.dyuproject.web.rest
 

Methods in com.dyuproject.web.rest that return ApplicationContext
 ApplicationContext ApplicationServletContextListener.getAppContext()
           
 



Copyright © 2008-2013. All Rights Reserved.