Uses of Class
org.abstracthorizon.extend.support.spring.service.ServiceApplicationContextModule

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

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

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

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

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

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

Methods in org.abstracthorizon.extend.support.spring.service with parameters of type ServiceApplicationContextModule
protected  void ServiceApplicationContextModuleXmlParser.inspectNode(ServiceApplicationContextModule context, Node node)
          This method checks given node if <service> tag is present.
protected  void ServiceApplicationContextModuleXmlParser.processNode(ServiceApplicationContextModule context, Node node, String name)
          Processes <service> tag node.
 

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

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



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