net.anotheria.moskitodemo
Class MoskitoDemoFilter

java.lang.Object
  extended by net.anotheria.maf.MAFFilter
      extended by net.anotheria.moskitodemo.MoskitoDemoFilter
All Implemented Interfaces:
javax.servlet.Filter, IStatsProducer

public class MoskitoDemoFilter
extends net.anotheria.maf.MAFFilter

MoskitoUI Filter is the main entering point of the Moskito Web User Interface.

Author:
lrosenberg

Field Summary
 
Fields inherited from interface net.anotheria.moskito.core.producers.IStatsProducer
SUBSYSTEM_BUILTIN
 
Constructor Summary
MoskitoDemoFilter()
           
 
Method Summary
 String getCategory()
           
protected  List<net.anotheria.maf.action.ActionMappingsConfigurator> getConfigurators()
           
 String getProducerId()
           
 String getSubsystem()
           
 void init(javax.servlet.FilterConfig config)
           
 
Methods inherited from class net.anotheria.maf.MAFFilter
destroy, doFilter, getActionFactory, getDefaultActionName, getMonitoringIntervals, getStats, isPathExcluded, operationAllowed, setActionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoskitoDemoFilter

public MoskitoDemoFilter()
Method Detail

init

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

getProducerId

public String getProducerId()
Specified by:
getProducerId in interface IStatsProducer
Overrides:
getProducerId in class net.anotheria.maf.MAFFilter

getSubsystem

public String getSubsystem()
Specified by:
getSubsystem in interface IStatsProducer
Overrides:
getSubsystem in class net.anotheria.maf.MAFFilter

getCategory

public String getCategory()
Specified by:
getCategory in interface IStatsProducer
Overrides:
getCategory in class net.anotheria.maf.MAFFilter

getConfigurators

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


Copyright © 2010-2012 anotheria.net. All Rights Reserved.