|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleConfiguration | |
org.deegree_impl.clients.context | |
org.deegree.clients.context |
Uses of ModuleConfiguration in org.deegree_impl.clients.context |
Classes in org.deegree_impl.clients.context that implement ModuleConfiguration | |
class |
ModuleConfiguration_Impl
provides the connection point where to access the configuration of a module |
Fields in org.deegree_impl.clients.context declared as ModuleConfiguration | |
private ModuleConfiguration |
Module_Impl.moduleConfiguration
|
private ModuleConfiguration |
AbstractModule.moduleConfiguration
|
Methods in org.deegree_impl.clients.context that return ModuleConfiguration | |
private static ModuleConfiguration |
WebMapContextFactory.createModuleConfiguration(org.w3c.dom.Element element)
creates an instance of a class encapsulating the access the configuration of Module |
ModuleConfiguration |
Module_Impl.getModuleConfiguration()
returns the a specific confguration for a module. |
ModuleConfiguration |
AbstractModule.getModuleConfiguration()
returns the a specific confguration for a module. |
Methods in org.deegree_impl.clients.context with parameters of type ModuleConfiguration | |
void |
Module_Impl.setModuleConfiguration(ModuleConfiguration configuration)
sets the specific configuration for a module. |
void |
AbstractModule.setModuleConfiguration(ModuleConfiguration configuration)
sets the specific configuration for a module. |
Constructors in org.deegree_impl.clients.context with parameters of type ModuleConfiguration | |
Module_Impl(java.lang.String name,
java.lang.String content,
boolean hidden,
ModuleConfiguration moduleConfiguration,
ParameterList parameterList)
Creates a new Module_Impl object. |
|
AbstractModule(java.lang.String name,
java.lang.String content,
boolean hidden,
ModuleConfiguration moduleConfiguration)
Creates a new AbstractModule object. |
Uses of ModuleConfiguration in org.deegree.clients.context |
Methods in org.deegree.clients.context that return ModuleConfiguration | |
ModuleConfiguration |
Module.getModuleConfiguration()
returns the a specific confguration for a module. |
Methods in org.deegree.clients.context with parameters of type ModuleConfiguration | |
void |
Module.setModuleConfiguration(ModuleConfiguration configuration)
sets the specific configuration for a module. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |