Package de.hybris.bootstrap.config
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
-
-
Constructor Summary
Constructors Constructor Description WebExtensionModule()Creates an object with the name 'web'
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetWebRoot()booleanisJspCompile()voidsetJspCompile(boolean jspcompile)voidsetWebRoot(java.lang.String webroot)-
Methods inherited from class de.hybris.bootstrap.config.AbstractExtensionModule
getAdditionalClassPath, getName, isSourceAvailable, setAdditionalClassPath, setName, setSourceAvailable
-
-