Class BaseFilter

java.lang.Object
com.softslate.commerce.customer.core.BaseFilter
All Implemented Interfaces:
javax.servlet.Filter
Direct Known Subclasses:
AdministratorFilter, APIFilter, CharacterEncodingFilter, HibernateFilter, SecurityHeadersFilter, SEOFilter

public abstract class BaseFilter extends Object implements javax.servlet.Filter
Methods common to al of the application's servlet filters.
Author:
David Tobey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static org.apache.commons.logging.Log
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    isStaticRequest(javax.servlet.http.HttpServletRequest req)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.servlet.Filter

    destroy, doFilter, init
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • BaseFilter

      public BaseFilter()
  • Method Details

    • isStaticRequest

      protected boolean isStaticRequest(javax.servlet.http.HttpServletRequest req)