Class ModuleConfiguration
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.ModuleConfiguration
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
The module directory.The module configuration file (this will be set by the module config parser)boolean
Don't publish module on the WebEngine main page.A list of entry points into the module - to be shown in the main webengine page.Class<?>[]
Paths of root resources in the module.Class<?>[]
Web Types explicitly declared. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
roots
Paths of root resources in the module. -
base
-
name
-
isHeadless
public boolean isHeadlessDon't publish module on the WebEngine main page. -
moduleShortcuts
A list of entry points into the module - to be shown in the main webengine page. This is optional and may be ignored if your don't want to provide shortcuts to your module entry points. -
types
Web Types explicitly declared. If null no web types were explicitly declared and old type loading method from the generated web-types file should be used. -
directory
The module directory. Must be set by the client before registering the descriptor. -
fragmentDirectories
-
file
The module configuration file (this will be set by the module config parser) -
natures
-
links
-
templateFileExt
-
mediatTypeRefs
-
engine
-
allowHostOverride
public boolean allowHostOverride
-
-
Constructor Details
-
ModuleConfiguration
public ModuleConfiguration() -
ModuleConfiguration
-
-
Method Details