|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
tot.servlet.SendCategory
public class SendCategory
| 构造函数摘要 | |
|---|---|
SendCategory()
|
|
| 方法摘要 | |
|---|---|
void |
createCategoryList(java.util.Locale locale,
int categoryId,
int pagesizes,
java.lang.String savePath,
java.lang.String template)
create category list file |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP POST method. |
java.lang.String |
getServletInfo()
Returns a short description of the servlet. |
void |
init(javax.servlet.ServletConfig config)
|
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes requests for both HTTP GET and POST methods. |
java.lang.String |
showPage(java.util.Locale locale,
int currentpage,
int totalnum,
int pagenum)
|
| 从类 javax.servlet.http.HttpServlet 继承的方法 |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| 从类 javax.servlet.GenericServlet 继承的方法 |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造函数详细信息 |
|---|
public SendCategory()
| 方法详细信息 |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
javax.servlet.Servlet 中的 initjavax.servlet.GenericServlet 中的 initjavax.servlet.ServletException
protected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
GET and POST methods.
request - servlet requestresponse - servlet response
javax.servlet.ServletException
java.io.IOException
public void createCategoryList(java.util.Locale locale,
int categoryId,
int pagesizes,
java.lang.String savePath,
java.lang.String template)
public java.lang.String showPage(java.util.Locale locale,
int currentpage,
int totalnum,
int pagenum)
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
GET method.
javax.servlet.http.HttpServlet 中的 doGetrequest - servlet requestresponse - servlet response
javax.servlet.ServletException
java.io.IOException
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
POST method.
javax.servlet.http.HttpServlet 中的 doPostrequest - servlet requestresponse - servlet response
javax.servlet.ServletException
java.io.IOExceptionpublic java.lang.String getServletInfo()
javax.servlet.Servlet 中的 getServletInfojavax.servlet.GenericServlet 中的 getServletInfo
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 | |||||||||