net.sf.sqs_xml.httpd
Class MarkReaderHttpd

java.lang.Object
  extended bynet.sf.sqs_xml.httpd.MicroHttpd
      extended bynet.sf.sqs_xml.httpd.MarkReaderHttpd

public class MarkReaderHttpd
extends MicroHttpd

Author:
hiroya

Field Summary
static java.lang.String UPDATE_URI
           
static java.lang.String VIEW_URI
           
 
Constructor Summary
MarkReaderHttpd()
           
 
Method Summary
 void addContexts()
           
static MarkReaderHttpd getSingleton()
           
 
Methods inherited from class net.sf.sqs_xml.httpd.MicroHttpd
addFileContexts, addJarContext, addListeners, getBase, getURL, showServerStartupErrorMessageDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_URI

public static final java.lang.String UPDATE_URI
See Also:
Constant Field Values

VIEW_URI

public static final java.lang.String VIEW_URI
See Also:
Constant Field Values
Constructor Detail

MarkReaderHttpd

public MarkReaderHttpd()
Method Detail

getSingleton

public static MarkReaderHttpd getSingleton()

addContexts

public void addContexts()
Overrides:
addContexts in class MicroHttpd