org.dlese.dpc.xml.schema
Class SchemaViewerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dlese.dpc.xml.schema.SchemaViewerServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public final class SchemaViewerServlet
- extends HttpServlet
Servlet to visualize XML Schemas
- Author:
- Jonathan
- See Also:
- Serialized Form
Method Summary |
void |
destroy()
Performs shutdown operations. |
static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and
output to standout: |
void |
init(ServletConfig conf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaViewerServlet
public SchemaViewerServlet()
init
public void init(ServletConfig conf)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
destroy
public void destroy()
- Performs shutdown operations.
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
getDateStamp
public static String getDateStamp()
- Return a string for the current time and date, sutiable for display in log files and
output to standout:
- Returns:
- The dateStamp value