Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » deployment » [javadoc | source]
org.jboss.deployment
public interface: SubDeployerExt [javadoc | source]

All Implemented Interfaces:
    SubDeployer

All Known Implementing Classes:
    SpringDeployer, ObjectModelFactorySimpleSubDeployerSupport, JettyService, SARDeployer, AbstractWebContainer, EJBDeployer, EmbeddedCatalinaService41, JARDeployer, SubDeployerSupport, ClientDeployer, FoeDeployer, BeanShellSubDeployer, EARDeployer, RARDeployer, EmbeddedCatalinaServiceSX, EmbeddedTomcatService, SchemaBindingSimpleSubDeployerSupport, SpringMicrocontainerDeployer, SpringApplicationContextDeployer, SimpleSubDeployerSupport, JBossBeanDeployer, AxisService, RARDeployer, SchemaResolverSimpleSubDeployerSupport, Tomcat5, SpringBeanFactoryDeployer, XSLSubDeployer

An extension interface that allows the retrieval and setting of the combined suffixes and their relative order supported by a SubDeployer. The syntax of an enhanced suffix is "order:suffix"
Method from org.jboss.deployment.SubDeployerExt Summary:
getEnhancedSuffixes,   setEnhancedSuffixes
Method from org.jboss.deployment.SubDeployerExt Detail:
 public String[] getEnhancedSuffixes()
 public  void setEnhancedSuffixes(String[] enhancedSuffixes)
    The list of supported suffixes and their relative order.