- Version:
- $Revision: 51 $ $Date: 2006-12-08 11:37:07 +1300 (Fri, 08 Dec 2006) $
- Author:
- Paul Tuckey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
DEFAULT_WEB_CONF_PATH
public static final java.lang.String DEFAULT_WEB_CONF_PATH
- See Also:
- Constant Field Values
UrlRewriteFilter
public UrlRewriteFilter()
init
public void init(javax.servlet.FilterConfig filterConfig)
- Init is called automatically by the application server when it creates this filter.
- Specified by:
init
in interface javax.servlet.Filter
- Parameters:
filterConfig
- The config of the filter
destroy
public void destroy()
- Destroy is called by the application server when it unloads this filter.
- Specified by:
destroy
in interface javax.servlet.Filter
destroyActual
public void destroyActual()
doFilter
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- The main method called for each request that this filter is mapped for.
- Specified by:
doFilter
in interface javax.servlet.Filter
- Parameters:
request
- the request to filterresponse
- the response to filterchain
- the chain for the filtering
- Throws:
java.io.IOException
javax.servlet.ServletException
isConfReloadCheckEnabled
public boolean isConfReloadCheckEnabled()
getConfReloadCheckInterval
public int getConfReloadCheckInterval()
- The amount of seconds between reload checks.
- Returns:
- int number of millis
getConfReloadLastCheck
public java.util.Date getConfReloadLastCheck()
isStatusEnabled
public boolean isStatusEnabled()
getStatusPath
public java.lang.String getStatusPath()
isLoaded
public boolean isLoaded()