Uses of Class
org.abstracthorizon.extend.support.spring.deployment.AbstractApplicationContextModule

Packages that use AbstractApplicationContextModule
org.abstracthorizon.extend.server.deployment.danube   
org.abstracthorizon.extend.server.deployment.tomcat   
org.abstracthorizon.extend.support.spring.deployment   
org.abstracthorizon.extend.support.spring.service   
org.abstracthorizon.spring.server.deployment.jetty   
 

Uses of AbstractApplicationContextModule in org.abstracthorizon.extend.server.deployment.danube
 

Subclasses of AbstractApplicationContextModule in org.abstracthorizon.extend.server.deployment.danube
 class DanubeWebApplicationContext
          Module that represents Danube web application.
 

Methods in org.abstracthorizon.extend.server.deployment.danube that return AbstractApplicationContextModule
protected  AbstractApplicationContextModule DanubeWarModuleLoader.createModule(URL url)
          Creates new module DanubeWebApplicationContext module
 

Methods in org.abstracthorizon.extend.server.deployment.danube with parameters of type AbstractApplicationContextModule
protected  void DanubeWarModuleLoader.preDefinitionProcessing(AbstractApplicationContextModule service)
          Called before module is pronounced defined
 

Uses of AbstractApplicationContextModule in org.abstracthorizon.extend.server.deployment.tomcat
 

Subclasses of AbstractApplicationContextModule in org.abstracthorizon.extend.server.deployment.tomcat
 class TomcatWebApplicationContext
           Module that represents a war module deployed with tomcat.
 

Methods in org.abstracthorizon.extend.server.deployment.tomcat that return AbstractApplicationContextModule
protected  AbstractApplicationContextModule TomcatWarModuleLoader.createModule(URL url)
          Creates new module TomcatWebApplicationContext module
 

Methods in org.abstracthorizon.extend.server.deployment.tomcat with parameters of type AbstractApplicationContextModule
protected  void TomcatWarModuleLoader.addFilesForScanning(AbstractApplicationContextModule module)
          Hook method that collects all important files from newly created module and adds then to the URL redeployment scanner.
protected  void TomcatWarModuleLoader.preDefinitionProcessing(AbstractApplicationContextModule service)
          Called before module is pronounced defined
 

Uses of AbstractApplicationContextModule in org.abstracthorizon.extend.support.spring.deployment
 

Fields in org.abstracthorizon.extend.support.spring.deployment declared as AbstractApplicationContextModule
protected  AbstractApplicationContextModule ApplicationContextModuleXmlParser.context
          Context this parser is created for
 

Uses of AbstractApplicationContextModule in org.abstracthorizon.extend.support.spring.service
 

Subclasses of AbstractApplicationContextModule in org.abstracthorizon.extend.support.spring.service
 class ServiceApplicationContextModule
          Module that represents a service.
 

Methods in org.abstracthorizon.extend.support.spring.service that return AbstractApplicationContextModule
protected  AbstractApplicationContextModule ServiceModuleLoader.createModule(URL url)
          Creates new module that is extension of AbstractApplicationContextModule
 

Methods in org.abstracthorizon.extend.support.spring.service with parameters of type AbstractApplicationContextModule
protected  void ServiceModuleLoader.addFilesForScanning(AbstractApplicationContextModule module)
          Hook method that collects all important files from newly created module and adds then to the URL redeployment scanner.
protected  void ServiceModuleLoader.postDefinitionProcessing(AbstractApplicationContextModule service)
          Called after module is defined
protected  void ServiceModuleLoader.preDefinitionProcessing(AbstractApplicationContextModule service)
          Called before module is pronounced defined
 

Uses of AbstractApplicationContextModule in org.abstracthorizon.spring.server.deployment.jetty
 

Subclasses of AbstractApplicationContextModule in org.abstracthorizon.spring.server.deployment.jetty
 class JettyWebApplicationContext
           Module that represents a war module deployed with Jetty.
 

Methods in org.abstracthorizon.spring.server.deployment.jetty that return AbstractApplicationContextModule
protected  AbstractApplicationContextModule JettyWarModuleLoader.createModule(URL url)
          Creates new module JettyWebApplicationContext module
 

Methods in org.abstracthorizon.spring.server.deployment.jetty with parameters of type AbstractApplicationContextModule
protected  void JettyWarModuleLoader.addFilesForScanning(AbstractApplicationContextModule module)
          Hook method that collects all important files from newly created module and adds then to the URL redeployment scanner.
protected  void JettyWarModuleLoader.preDefinitionProcessing(AbstractApplicationContextModule service)
          Called before module is pronounced defined
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.