|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.xml.DocumentReader
org.mmbase.util.xml.ApplicationReader
| Field Summary | |
static String |
DTD_APPLICATION
DTD resource filename of the most Application DTD |
static String |
DTD_APPLICATION_1_0
DTD resource filename of the Application DTD version 1.0 |
static String |
DTD_APPLICATION_1_1
DTD resource filename of the Application DTD version 1.1 |
static String |
PUBLIC_ID_APPLICATION
Public ID of the most recent Application DTD |
static String |
PUBLIC_ID_APPLICATION_1_0
Public ID of the Application DTD version 1.0 |
static String |
PUBLIC_ID_APPLICATION_1_1
Public ID of the Application DTD version 1.1 |
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
| Constructor Summary | |
ApplicationReader(Document doc)
|
|
ApplicationReader(InputSource is)
|
|
| Method Summary | |
Vector |
getAllowedRelations()
Get allowed relations for this application |
Vector |
getContextSources()
contextsources attached to this application |
List |
getDataSources()
Get datasources attached to this application |
String |
getDescription()
Get the description for this application |
String |
getInstallNotice()
Get the installation notices for this application |
String |
getMaintainer()
Get the maintainer of this application |
String |
getName()
Get the name of this application |
Vector |
getNeededBuilders()
Get the Builders needed for this application |
Vector |
getNeededRelDefs()
Get the RelDefs needed for this application |
Vector |
getRelationSources()
Get relationsources attached to this application |
List |
getRequirements()
Get the applicationlist required by this application |
int |
getVersion()
Get the version of this application |
boolean |
hasAutoDeploy()
Get the auto-deploy value of this application |
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by ApplicationReader This method is called by XMLEntityResolve |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
appendChild, getAttribute, getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getNodeTextValue, getRootElement, getSystemId, hasAttribute, main, setNodeTextValue, setSystemId, toDocument, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String PUBLIC_ID_APPLICATION_1_0
public static final String PUBLIC_ID_APPLICATION_1_1
public static final String DTD_APPLICATION_1_0
public static final String DTD_APPLICATION_1_1
public static final String PUBLIC_ID_APPLICATION
public static final String DTD_APPLICATION
| Constructor Detail |
public ApplicationReader(InputSource is)
public ApplicationReader(Document doc)
| Method Detail |
public static void registerPublicIDs()
public String getName()
public int getVersion()
public boolean hasAutoDeploy()
public String getMaintainer()
public List getRequirements()
public Vector getNeededBuilders()
public Vector getNeededRelDefs()
public Vector getAllowedRelations()
public List getDataSources()
public Vector getRelationSources()
public Vector getContextSources()
public String getInstallNotice()
public String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||