Class WebExtensionModule

java.lang.Object
de.hybris.bootstrap.config.AbstractExtensionModule
de.hybris.bootstrap.config.WebExtensionModule

public class WebExtensionModule extends AbstractExtensionModule
The web extension contains the web sources. E.g. the sources you will see in the browser independend from the hybris management console.

The following attributes are additionally needed th the attributes of AbstractExtensionModule

  • String:webroot - The relative path of the webroot (e.g. /cronjob )
  • boolean:jspcompile - true if the jsp should be precompiled during application server init, false if the should be compiled n demand
Attribute name is set to 'web'.
  • Constructor Details

    • WebExtensionModule

      public WebExtensionModule()
      Creates an object with the name 'web'
  • Method Details

    • getWebRoot

      public String getWebRoot()
    • setWebRoot

      public void setWebRoot(String webroot)
    • isJspCompile

      public boolean isJspCompile()
    • setJspCompile

      public void setJspCompile(boolean jspcompile)