com.easyjf.web
Class ActionServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.easyjf.web.ActionServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class ActionServlet
- extends javax.servlet.http.HttpServlet
Title:EasyJWeb核心Servlet
Description: EasyJWeb核心Servlet,所有的.ejf访问都将由该Servlet处理
用户必须在web.xml文件指定扩展名为.ejf的访问都指向该类或其子类。
Copyright: Copyright (c) 2006
Company: www.easyjf.com
- Version:
- 1.0
- Author:
- 蔡世友
- See Also:
- Serialized Form
|
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static org.apache.velocity.util.SimplePool |
getWriterPool()
|
void |
init(javax.servlet.ServletConfig config)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_OUTPUT_ENCODING
public static final java.lang.String DEFAULT_OUTPUT_ENCODING
- See Also:
- Constant Field Values
SERVLET_CONTEXT_KEY
public static final java.lang.String SERVLET_CONTEXT_KEY
ActionServlet
public ActionServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
getWriterPool
public static org.apache.velocity.util.SimplePool getWriterPool()