public class TilesDispatchServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONTAINER_KEY_INIT_PARAMETERInit parameter to define the key of the container to use. | 
| Constructor and Description | 
|---|
| TilesDispatchServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse res) | 
| protected void | doPost(javax.servlet.http.HttpServletRequest req,
      javax.servlet.http.HttpServletResponse res) | 
| protected String | getDefinitionName(javax.servlet.http.HttpServletRequest request)Returns the called definition name for the given request. | 
| void | init() | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String CONTAINER_KEY_INIT_PARAMETER
public void init()
          throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse res)
doGet in class javax.servlet.http.HttpServletprotected String getDefinitionName(javax.servlet.http.HttpServletRequest request)
request - The request to parse.protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
doPost in class javax.servlet.http.HttpServletCopyright © 2000–2025 Apache Software Foundation. All rights reserved.