public class MoskitoUIFilter
extends net.anotheria.maf.MAFFilter
| Constructor and Description |
|---|
MoskitoUIFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
Checks user authorization if it enabled in config
|
java.lang.String |
getCategory() |
protected java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator> |
getConfigurators() |
protected java.lang.String |
getDefaultActionName() |
java.lang.String |
getProducerId() |
java.lang.String |
getSubsystem() |
void |
init(javax.servlet.FilterConfig config) |
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
doFilter in interface javax.servlet.FilterdoFilter in class net.anotheria.maf.MAFFilterjava.io.IOExceptionjavax.servlet.ServletExceptionpublic void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterinit in class net.anotheria.maf.MAFFilterjavax.servlet.ServletExceptionpublic java.lang.String getProducerId()
getProducerId in interface IStatsProducergetProducerId in class net.anotheria.maf.MAFFilterpublic java.lang.String getSubsystem()
getSubsystem in interface IStatsProducergetSubsystem in class net.anotheria.maf.MAFFilterpublic java.lang.String getCategory()
getCategory in interface IStatsProducergetCategory in class net.anotheria.maf.MAFFilterprotected java.util.List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()
getConfigurators in class net.anotheria.maf.MAFFilterprotected java.lang.String getDefaultActionName()
getDefaultActionName in class net.anotheria.maf.MAFFilterCopyright © 2010-2020 anotheria.net. All Rights Reserved.