com.jcorporate.expresso.core.servlet
Class Test
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.jcorporate.expresso.core.servlet.StdServlet
com.jcorporate.expresso.core.servlet.DBServlet
com.jcorporate.expresso.core.servlet.Test
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class Test
- extends DBServlet
- Author:
- Michael Nash
- See Also:
- Serialized Form
|
Constructor Summary |
Test()
|
|
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Ancestor calls this function (with super.doGet) to handle
making database connection, getting user login info
and other common tasks |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Ancestor calls this method via super.doPost to handle standard operations |
String |
getTitle()
Ancestors of this class override this method to return a specific title that is
used by the security administration Controllers to describe the servlet |
| Methods inherited from class com.jcorporate.expresso.core.servlet.StdServlet |
getSchema, getServerName, getServerPort, getServletPrefix, getServletPrefix, getString, getString, handleParam, setSchema, showError, showError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Description copied from class:
DBServlet
- Ancestor calls this function (with super.doGet) to handle
making database connection, getting user login info
and other common tasks
- Overrides:
doGet in class DBServlet
- Parameters:
request - response -
- Throws:
ServletException - If an uncaught exception occurs
IOException - If an I/O error communicating with the client occurs
getTitle
public String getTitle()
- Description copied from class:
StdServlet
- Ancestors of this class override this method to return a specific title that is
used by the security administration Controllers to describe the servlet
- Overrides:
getTitle in class StdServlet
- Returns:
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Description copied from class:
DBServlet
- Ancestor calls this method via super.doPost to handle standard operations
- Overrides:
doPost in class DBServlet
- Parameters:
request - response -
- Throws:
ServletException - If an uncaught exception occurs
IOException - If an I/O error occurs communicating with the client
Please see www.jcorporate.com for information about new Expresso releases.