public class XSLServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
XSLServlet() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.xml.sax.Parser |
createParser() |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static org.xml.sax.InputSource |
fileInputSource(java.io.File file)
Generates an
InputSource from a file name. |
void |
init() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionstatic org.xml.sax.Parser createParser()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic static org.xml.sax.InputSource fileInputSource(java.io.File file)
InputSource from a file name.