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, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public 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.HttpServlet
javax.servlet.ServletException
java.io.IOException
static org.xml.sax.Parser createParser() throws javax.servlet.ServletException
javax.servlet.ServletException
public static org.xml.sax.InputSource fileInputSource(java.io.File file)
InputSource
from a file name.