public class FrontPage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FrontPage.Root |
| Modifier and Type | Field and Description |
|---|---|
static String |
dap4TestServer |
protected dap4.servlet.DapRequest |
drq |
protected static String[] |
expatterns |
protected static boolean |
NO_VLEN |
protected List<FrontPage.Root> |
roots |
protected static dap4.d4ts.FrontPage.FileSource[] |
SOURCES |
| Constructor and Description |
|---|
FrontPage(List<FrontPage.Root> rootinfo,
dap4.servlet.DapRequest req) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFileList(FrontPage.Root rootinfo) |
protected String |
buildPage() |
static void |
sendtext(dap4.servlet.DapRequest drq,
String s) |
static void |
sendtrace(dap4.servlet.DapRequest drq,
Exception e) |
protected static final boolean NO_VLEN
protected static final String[] expatterns
protected static final dap4.d4ts.FrontPage.FileSource[] SOURCES
public static String dap4TestServer
protected dap4.servlet.DapRequest drq
protected List<FrontPage.Root> roots
public FrontPage(List<FrontPage.Root> rootinfo, dap4.servlet.DapRequest req) throws dap4.core.util.DapException
rootinfo - the file directory rootsdap4.core.util.DapExceptionprotected void buildFileList(FrontPage.Root rootinfo) throws dap4.core.util.DapException
dap4.core.util.DapExceptionprotected String buildPage() throws dap4.core.util.DapException
dap4.core.util.DapExceptionpublic static void sendtrace(dap4.servlet.DapRequest drq,
Exception e)
public static void sendtext(dap4.servlet.DapRequest drq,
String s)