Class CMSFilter

java.lang.Object
net.anotheria.maf.MAFFilter
net.anotheria.anosite.gen.shared.filter.CMSFilter
All Implemented Interfaces:
jakarta.servlet.Filter, net.anotheria.moskito.core.producers.IStatsProducer

public class CMSFilter extends net.anotheria.maf.MAFFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<net.anotheria.maf.action.ActionMappingsConfigurator>
     
    void
    init(jakarta.servlet.FilterConfig config)
     

    Methods inherited from class net.anotheria.maf.MAFFilter

    destroy, doFilter, getActionFactory, getCategory, getDefaultActionName, getMonitoringIntervals, getProducerId, getStats, getSubsystem, isPathExcluded, operationAllowed, setActionFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CMSFilter

      public CMSFilter()
  • Method Details

    • init

      public void init(jakarta.servlet.FilterConfig config) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Filter
      Overrides:
      init in class net.anotheria.maf.MAFFilter
      Throws:
      jakarta.servlet.ServletException
    • getConfigurators

      protected List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()
      Overrides:
      getConfigurators in class net.anotheria.maf.MAFFilter