net.java.dev.moskito.webui.action
Class ShowProducersForSubsystemAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by net.java.dev.moskito.web.MoskitoAction
          extended by net.java.dev.moskito.webui.action.BaseMoskitoUIAction
              extended by net.java.dev.moskito.webui.action.BaseShowProducersAction
                  extended by net.java.dev.moskito.webui.action.ShowProducersForSubsystemAction
All Implemented Interfaces:
IStatsProducer

public class ShowProducersForSubsystemAction
extends BaseShowProducersAction


Field Summary
static String PARAM_SUBSYSTEM
           
 
Fields inherited from class net.java.dev.moskito.webui.action.BaseMoskitoUIAction
BEAN_INTERVAL, BEAN_SORT_TYPE_PREFIX, BEAN_SORT_TYPE_SINGLE_PRODUCER_PREFIX, CAPTIONS, DEFAULT_FORWARD, DEFAULT_INTERVAL, LINKS, MENU_ITEM_ALL_PRODUCERS, MENU_ITEM_CATEGORIES, MENU_ITEM_SUBSYSTEMS, MENU_ITEM_USE_CASES, PARAM_FORWARD, PARAM_INTERVAL
 
Fields inherited from class org.apache.struts.action.Action
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
ShowProducersForSubsystemAction()
           
 
Method Summary
 void doCustomProcessing(HttpServletRequest req, HttpServletResponse res)
           
protected  String getActiveMenuCaption(HttpServletRequest req)
           
 String getLinkToCurrentPage(HttpServletRequest req)
           
 String getPageTitle(HttpServletRequest req)
           
protected  List<IStatsProducer> getProducers(HttpServletRequest req)
           
private  String getSubsystemParameter(HttpServletRequest req)
           
 
Methods inherited from class net.java.dev.moskito.webui.action.BaseShowProducersAction
moskitoExecute
 
Methods inherited from class net.java.dev.moskito.webui.action.BaseMoskitoUIAction
getAPI, getCurrentInterval, getDecoratorRegistry, getForward, getProducerId, getSubsystem, postProcessExecute, preProcessExecute
 
Methods inherited from class net.java.dev.moskito.web.MoskitoAction
execute, getCategory, getMonitoringIntervals, getStats
 
Methods inherited from class org.apache.struts.action.Action
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_SUBSYSTEM

public static final String PARAM_SUBSYSTEM
See Also:
Constant Field Values
Constructor Detail

ShowProducersForSubsystemAction

public ShowProducersForSubsystemAction()
Method Detail

getSubsystemParameter

private String getSubsystemParameter(HttpServletRequest req)

getProducers

protected List<IStatsProducer> getProducers(HttpServletRequest req)
Specified by:
getProducers in class BaseShowProducersAction

getPageTitle

public String getPageTitle(HttpServletRequest req)
Specified by:
getPageTitle in class BaseShowProducersAction

getLinkToCurrentPage

public String getLinkToCurrentPage(HttpServletRequest req)
Specified by:
getLinkToCurrentPage in class BaseMoskitoUIAction

doCustomProcessing

public void doCustomProcessing(HttpServletRequest req,
                               HttpServletResponse res)
Overrides:
doCustomProcessing in class BaseShowProducersAction

getActiveMenuCaption

protected String getActiveMenuCaption(HttpServletRequest req)
Overrides:
getActiveMenuCaption in class BaseMoskitoUIAction


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework