org.apache.struts.tiles

Class TilesServlet


public class TilesServlet
extends HttpServlet

A simple servlet initializing and loading Tiles factory. This servlet can be declared in web.xml, as well as all initialization parameters available with the specified factory. This servlet is intended to be used in application using Tiles without Struts.

Author:
Cedric Dumoulin

Field Summary

protected static Log
log
Commons Logging instance.

Method Summary

void
init()
Initialize this servlet

Field Details

log

protected static Log log
Commons Logging instance.

Method Details

init

public void init()
            throws ServletException
Initialize this servlet


Copyright B) 2000-2005 - Apache Software Foundation