org.apache.geronimo.web.deployment
Class WARConfigurer
java.lang.Object
org.apache.geronimo.web.deployment.WARConfigurer
- All Implemented Interfaces:
- ModuleConfigurer
public class WARConfigurer
- extends Object
- implements ModuleConfigurer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
WARConfigurer
public WARConfigurer()
createConfiguration
public DeploymentConfiguration createConfiguration(DeployableObject deployable)
- Description copied from interface:
ModuleConfigurer
- JSR88 method for getting the vendor part of the deployment configuration
- Specified by:
createConfiguration
in interface ModuleConfigurer
- Parameters:
deployable
- the object the tool is trying to deploy
- Returns:
- the vendor-specific deployment configuration, or null a configurer cannot handle the DeployableObject
getModuleType
public ModuleType getModuleType()
- Description copied from interface:
ModuleConfigurer
- Supply the module type this configurer handles for indexing
- Specified by:
getModuleType
in interface ModuleConfigurer
- Returns:
- ModuleType handled by this Configurer.
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.