Class 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
      CMSFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()  
      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 Detail

      • CMSFilter

        public CMSFilter()
    • Method Detail

      • 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 java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()
        Overrides:
        getConfigurators in class net.anotheria.maf.MAFFilter