Class 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 Detail

      • WebExtensionModule

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

      • getWebRoot

        public java.lang.String getWebRoot()
      • setWebRoot

        public void setWebRoot​(java.lang.String webroot)
      • isJspCompile

        public boolean isJspCompile()
      • setJspCompile

        public void setJspCompile​(boolean jspcompile)