Interface EarWebModule

All Superinterfaces:
EarModule

public interface EarWebModule extends EarModule
A module element in a deployment descriptor like application.xml that has a web child element.
Since:
1.0
  • Method Details

    • getContextRoot

      String getContextRoot()
      The context-root element specifies the context root of a web application.
      Since:
      1.0
    • setContextRoot

      void setContextRoot(String contextRoot)
      Sets the context root.
      Since:
      1.0