com.solidstategroup.filter
Class RobotFilter

java.lang.Object
  extended by com.solidstategroup.filter.RobotFilter
All Implemented Interfaces:
javax.servlet.Filter

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

RobotFilter


Field Summary
static java.lang.String ROBOT_FILTER_IS_BOT
           
 
Constructor Summary
RobotFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
static boolean isRobot(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROBOT_FILTER_IS_BOT

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

RobotFilter

public RobotFilter()
Method Detail

init

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

destroy

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

doFilter

public void doFilter(javax.servlet.ServletRequest servletRequest,
                     javax.servlet.ServletResponse servletResponse,
                     javax.servlet.FilterChain filterChain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

isRobot

public static boolean isRobot(javax.servlet.http.HttpServletRequest request)