public class IndexTemplate extends FileWritingTemplate implements WaveformMonitor
| Constructor and Description |
|---|
IndexTemplate() |
IndexTemplate(java.lang.String dirName) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCopiedConfigFileLocation() |
static java.lang.String |
getHtmlConfigFileName() |
protected java.lang.Object |
getTemplate(java.lang.String tagName,
org.w3c.dom.Element el)
if this class has an template for this tag, it creates it using the
passed in element and returns it.
|
protected void |
initExceptionHandler() |
void |
performRegistration()
Exists so IndexTemplate can be created before arms, in order for
exceptions in initialization to be in the status pages.
|
void |
update(EventChannelPair ecp) |
void |
update(EventNetworkPair ecp) |
void |
update(EventStationPair ecp) |
void |
update(EventVectorPair ecp) |
getBaseDirectoryName, getFilename, getOutputDirectory, getOutputLocation, getResult, run, testOutputLoc, textTemplate, toString, write, writegetCommonTemplate, parse, parse, setUppublic IndexTemplate()
throws java.io.IOException
java.io.IOExceptionpublic IndexTemplate(java.lang.String dirName)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String getCopiedConfigFileLocation()
public static java.lang.String getHtmlConfigFileName()
public void update(EventNetworkPair ecp)
update in interface WaveformMonitorpublic void update(EventStationPair ecp)
update in interface WaveformMonitorpublic void update(EventChannelPair ecp)
update in interface WaveformMonitorpublic void update(EventVectorPair ecp)
update in interface WaveformMonitorpublic void performRegistration()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Object getTemplate(java.lang.String tagName,
org.w3c.dom.Element el)
throws ConfigurationException
TemplategetTemplate in class FileWritingTemplateConfigurationExceptionprotected void initExceptionHandler()
throws java.io.IOException
java.io.IOException