Class HttpSupportFilter

java.lang.Object
org.javalite.activeweb.HttpSupport
org.javalite.activeweb.controller_filters.HttpSupportFilter
All Implemented Interfaces:
RequestAccess
Direct Known Subclasses:
AbstractLoggingFilter, AppControllerFilter, CSRFFilter, StatisticsFilter

public class HttpSupportFilter extends HttpSupport
Adds support for access to HTTP parameters. Exists for backwards compatibility. Use AppControllerFilter in new projects.
Author:
Igor Polevoy
  • Constructor Details

    • HttpSupportFilter

      public HttpSupportFilter()
  • Method Details

    • before

      public void before()
    • after

      public void after()
    • onException

      public void onException(Exception e)
      To be implemented by application level filters. If there is an exception generated downstream, the filters
      Parameters:
      e - exception.