public class GHBPersistence
extends org.mycore.frontend.servlets.MCRServlet
Constructor and Description |
---|
GHBPersistence() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.String> |
listFiles()
lists all the available systematik files
|
static org.jdom2.Element |
loadFile(java.lang.String filename)
loads the xml file from the disk and provides the corresponding
org.jdom2.element
|
doGet, doPost, encodeURL, getLayoutService, getProperty, getServletBaseURL, getSession, init
public static org.jdom2.Element loadFile(java.lang.String filename) throws java.io.IOException, org.jdom2.JDOMException
filename
- the filename of the file to be loadedjava.io.IOException
- exception while reading fileorg.jdom2.JDOMException
- exception while parsing file to JDOM objectpublic static java.util.ArrayList<java.lang.String> listFiles()