|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.portal.context.AbstractModule
public abstract class AbstractModule
describes the common access to modules embedded into the GUI described by general extension section of a web map context document within the deegree framework.
a module encapsulates GUI elements and/or functions that are used by the GUI. The concrete implementation of the GUI (e.g. as JSP pages) is responsible for enabling the commuication between the different modules of a context.
Constructor Summary | |
---|---|
AbstractModule(java.lang.String name,
java.lang.String content,
boolean hidden,
ModuleConfiguration moduleConfiguration)
Creates a new AbstractModule object. |
Method Summary | |
---|---|
java.lang.String |
getContent()
|
ModuleConfiguration |
getModuleConfiguration()
returns the a specific confguration for a module. |
java.lang.String |
getName()
|
boolean |
isHidden()
returns true if the module is hidden. this will always be the case for modules that just offers functions to the context. visible modules may offere the capability to be turned to visible or not. |
void |
setContent(java.lang.String content)
sets the name of the page/class/file etc. containing the content of the module |
void |
setHidden(boolean hidden)
sets the module to be hidden or visible. modules that only adds functions to a context will ignore this because they are always hidden |
void |
setModuleConfiguration(ModuleConfiguration configuration)
sets the specific configuration for a module. |
void |
setName(java.lang.String name)
sets the name of a module |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractModule(java.lang.String name, java.lang.String content, boolean hidden, ModuleConfiguration moduleConfiguration)
name
- content
- hidden
- moduleConfiguration
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- public ModuleConfiguration getModuleConfiguration()
public void setModuleConfiguration(ModuleConfiguration configuration)
configuration
-
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org