Class ModuleConfiguration
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.ModuleConfiguration
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionboolean
The module directory.The module configuration file (this will be set by the module config parser)boolean
Deprecated.A list of entry points into the module - to be shown in the main webengine page.Deprecated.Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources.Class<?>[]
Paths of root resources in the module.Deprecated.you should use new module definition - throughWebEngineModule
Class<?>[]
Web Types explicitly declared. -
Constructor Summary
-
Method Summary
-
Field Details
-
path
Deprecated.you should use new module definition - throughWebEngineModule
A web module may have multiple roots -
rootType
Deprecated.you should use new module definition - throughWebEngineModule
-
roots
Paths of root resources in the module. This is replacing the deprecated root-type. -
base
-
name
-
isHeadless
Deprecated.Use module links instead. If a module doesn't declare a module item it will be headless by default. Still used for compatibility mode - for those modules not yet using moduleItems. -
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
-
resources
Deprecated.resources are deprecated - you should use a jax-rs application to declare more resources. -
templateFileExt
-
mediatTypeRefs
-
engine
-
allowHostOverride
public boolean allowHostOverride
-
-
Constructor Details
-
ModuleConfiguration
public ModuleConfiguration() -
ModuleConfiguration
-
-
Method Details
-
getEngine
-
setEngine
-
getName
-
getShortcuts
-
getLinks
-
getDirectory
-
getBase
-
get
-
flushCache
public void flushCache() -
isLoaded
public boolean isLoaded() -
isHeadless
public boolean isHeadless()
-
WebEngineModule