public class TilesDispatchServlet
extends HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINER_KEY_INIT_PARAMETER
Init parameter to define the key of the container to use.
|
| Constructor and Description |
|---|
TilesDispatchServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse res) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res) |
protected java.lang.String |
getDefinitionName(HttpServletRequest request)
Returns the called definition name for the given request.
|
void |
init() |
public static final java.lang.String CONTAINER_KEY_INIT_PARAMETER
public void init()
throws ServletException
ServletExceptionprotected void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionprotected java.lang.String getDefinitionName(HttpServletRequest request)
request - The request to parse.protected void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOException