| javax.servlet.http.HttpServlet dlog4j.EmbedPageServlet
EmbedPageServlet | public class EmbedPageServlet extends HttpServlet (Code) | | author: Liudong author: 用来处理.jspe的请求 author: show_log.jspe=>index.jsp?main=show_log.jspe |
registrations | protected String registrations(Code) | | The set of public identifiers, and corresponding resource names, for
the versions of the configuration file DTDs that we know about. There
MUST be an even number of Strings in this list!
|
addServletMapping | public void addServletMapping(String servletName, String urlPattern)(Code) | | Remember a servlet mapping from our web application deployment
descriptor, if it is for this servlet.
Parameters: servletName - The name of the servlet being mapped Parameters: urlPattern - The URL pattern to which this servlet is mapped |
destroy | public void destroy()(Code) | | |
initServlet | protected void initServlet() throws ServletException(Code) | | Initialize the servlet mapping under which our controller servlet
is being accessed. This will be used in the &html:form>
tag to generate correct destination URLs for form submissions.
throws: ServletException - if error happens while scanning web.xml |
isJspExists | protected boolean isJspExists(String jsp)(Code) | | 判断某个JSP文件是否存在
Parameters: jsp - |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|