com.tirsen.angkor
Class ApplicationFilter

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

public class ApplicationFilter
extends java.lang.Object
implements javax.servlet.Filter

A servlet filter acting as the main entry point to the Angkor engine, passes the request to RenderContext where the actual engine is implemented.

Version:
$Revision: 1.8 $
Author:
$Author: tirsen $

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

Field Detail

APPLICATION_CLASS_PARAM

public static final java.lang.String APPLICATION_CLASS_PARAM
See Also:
Constant Field Values
Constructor Detail

ApplicationFilter

public ApplicationFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
javax.servlet.ServletException

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
java.io.IOException
javax.servlet.ServletException

destroy

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


Copyright © 2002-2002 . All Rights Reserved.