public class MetaApplication extends MetaElement implements java.io.Serializable
Constructor and Description |
---|
MetaApplication() |
Modifier and Type | Method and Description |
---|---|
void |
addControllerForDefaultModule(java.lang.String controllerName) |
void |
addMetaModule(MetaModule newModule) |
java.lang.String |
getFolderLabel(java.util.Locale locale,
java.lang.String folder) |
java.lang.String |
getFolderLabel(java.lang.String folder) |
java.util.Collection |
getFolders() |
java.lang.String |
getId()
Unique id of element, normally used to search the label in the resources files.
|
MetaModule |
getMetaModule(java.lang.String name) |
java.util.Collection |
getMetaModules() |
java.util.Collection |
getModulesNames()
In the same order that they are found in application.xml/aplicacion.xml.
|
java.util.Collection |
getModulesNamesByFolder(java.lang.String folder)
The modules in the indicated folder
in the same order that they are found in application.xml/aplicacion.xml.
|
java.lang.String |
toString() |
getDescription, getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setLabel, setName, setPlaceholder
public void addMetaModule(MetaModule newModule)
newModule
- Not nullpublic java.lang.String getFolderLabel(java.util.Locale locale, java.lang.String folder)
public java.lang.String getFolderLabel(java.lang.String folder)
public java.util.Collection getFolders() throws XavaException
XavaException
public java.util.Collection getMetaModules() throws XavaException
XavaException
- Any problempublic java.util.Collection getModulesNames()
public java.util.Collection getModulesNamesByFolder(java.lang.String folder) throws XavaException
XavaException
public MetaModule getMetaModule(java.lang.String name) throws ElementNotFoundException, XavaException
public void addControllerForDefaultModule(java.lang.String controllerName)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getId()
MetaElement
getId
in class MetaElement