org.apache.tiles.web.util
public class TilesDecorationFilter extends java.lang.Object
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 |
---|
TilesDecorationFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest req,
ServletResponse res,
FilterChain filterChain) |
FilterConfig |
getFilterConfig()
Returns the filter configuration object.
|
ServletContext |
getServletContext()
Returns the servlet context.
|
void |
init(FilterConfig config) |
protected java.util.Map<java.lang.String,java.lang.String> |
parseAlternateDefinitions()
Creates the alternate definitions map, to map a mask of definition names
to a configured definition.
|
public static final java.lang.String CONTAINER_KEY_INIT_PARAMETER
public FilterConfig getFilterConfig()
public ServletContext getServletContext()
public void init(FilterConfig config) throws ServletException
ServletException
protected java.util.Map<java.lang.String,java.lang.String> parseAlternateDefinitions()
public void destroy()
public void doFilter(ServletRequest req, ServletResponse res, FilterChain filterChain) throws java.io.IOException, ServletException
java.io.IOException
ServletException