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 CMSFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator>getConfigurators()voidinit(jakarta.servlet.FilterConfig config)
-
-
-
Method Detail
-
init
public void init(jakarta.servlet.FilterConfig config) throws jakarta.servlet.ServletException- Specified by:
initin interfacejakarta.servlet.Filter- Overrides:
initin classnet.anotheria.maf.MAFFilter- Throws:
jakarta.servlet.ServletException
-
getConfigurators
protected java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()
- Overrides:
getConfiguratorsin classnet.anotheria.maf.MAFFilter
-
-