com.tirsen.angkor.jsp
Class PrerenderApplicationFilter

java.lang.Object
  |
  +--com.tirsen.angkor.ApplicationFilter
        |
        +--com.tirsen.angkor.jsp.PrerenderApplicationFilter
All Implemented Interfaces:
javax.servlet.Filter

public class PrerenderApplicationFilter
extends ApplicationFilter

A filter doing both ApplicationFilter and PrerenderFilter.

Version:
$Revision: 1.4 $
Author:
$Author: tirsen $

Field Summary
 
Fields inherited from class com.tirsen.angkor.ApplicationFilter
APPLICATION_CLASS_PARAM
 
Constructor Summary
PrerenderApplicationFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest sRequest, javax.servlet.ServletResponse sResponse, javax.servlet.FilterChain chain)
           
 
Methods inherited from class com.tirsen.angkor.ApplicationFilter
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrerenderApplicationFilter

public PrerenderApplicationFilter()
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest sRequest,
                     javax.servlet.ServletResponse sResponse,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Overrides:
doFilter in class ApplicationFilter
java.io.IOException
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter
Overrides:
destroy in class ApplicationFilter


Copyright © 2002-2002 . All Rights Reserved.