|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.onemind.jxp.servlet.JxpServlet
public class JxpServlet
TODO comment
| Field Summary | |
|---|---|
private java.util.Properties |
_config
jxp configuration * |
private java.lang.String |
_configFile
the configuration file |
private static java.util.logging.Logger |
_logger
the logger |
private JxpProcessor |
_processor
the processor |
private org.apache.commons.fileupload.DiskFileUpload |
_uploadRepository
the upload |
| Constructor Summary | |
|---|---|
JxpServlet()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
private void |
dumpDebugInfo(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.util.Map env)
Output the debugging information |
private java.util.Properties |
getConfig()
Return the config |
private JxpProcessor |
getProcessor(javax.servlet.http.HttpServletRequest req)
Get the processor |
void |
init(javax.servlet.ServletConfig config)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.util.logging.Logger _logger
private java.util.Properties _config
private JxpProcessor _processor
private java.lang.String _configFile
private org.apache.commons.fileupload.DiskFileUpload _uploadRepository
| Constructor Detail |
|---|
public JxpServlet()
| Method Detail |
|---|
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletException
java.io.IOExceptionprivate java.util.Properties getConfig()
private JxpProcessor getProcessor(javax.servlet.http.HttpServletRequest req)
throws java.lang.Exception
req - the request
java.lang.Exception
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletException
java.io.IOException
private void dumpDebugInfo(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.util.Map env)
throws java.io.IOException
req - the requestresp - the resoibseenv - the environment
java.io.IOException - io exceptions
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||