Package de.hybris.bootstrap.config
Class WebExtensionModule
java.lang.Object
de.hybris.bootstrap.config.AbstractExtensionModule
de.hybris.bootstrap.config.WebExtensionModule
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetJspCompile(boolean jspcompile) voidsetWebRoot(String webroot) Methods inherited from class de.hybris.bootstrap.config.AbstractExtensionModule
getAdditionalClassPath, getName, isSourceAvailable, setAdditionalClassPath, setName, setSourceAvailable
-
Constructor Details
-
WebExtensionModule
public WebExtensionModule()Creates an object with the name 'web'
-
-
Method Details
-
getWebRoot
-
setWebRoot
-
isJspCompile
public boolean isJspCompile() -
setJspCompile
public void setJspCompile(boolean jspcompile)
-