org.oXML.extras.http
Class ObjectBox
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.oXML.extras.http.ObjectBox
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class ObjectBox
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
|
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
protected Node |
getSession(javax.servlet.http.HttpServletRequest req)
|
protected java.lang.String |
getXMLParameter(javax.servlet.http.HttpServletRequest req)
|
void |
init(javax.servlet.ServletConfig servletConfig)
|
protected void |
log(ObjectBoxException exc)
|
protected void |
log(java.lang.Throwable exc)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, 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 |
ObjectBox
public ObjectBox()
throws ObjectBoxException
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
getXMLParameter
protected java.lang.String getXMLParameter(javax.servlet.http.HttpServletRequest req)
getSession
protected Node getSession(javax.servlet.http.HttpServletRequest req)
doGet
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
log
protected void log(ObjectBoxException exc)
log
protected void log(java.lang.Throwable exc)