Fish & Chips Club 4.10.0.0

hirondelle.fish.webmaster.logging
Class EditLoggerLevels

Object
  extended by ActionImpl
      extended by ActionTemplateListAndEdit
          extended by hirondelle.fish.webmaster.logging.EditLoggerLevels
All Implemented Interfaces:
Action

public final class EditLoggerLevels
extends ActionTemplateListAndEdit

List all JRE loggers, and allow changes to logging levels.

View :

Field Summary
static RequestParameter LEVEL
           
static RequestParameter LOGGER_NAME
           
 
Fields inherited from class ActionTemplateListAndEdit
SupportedOperation
 
Fields inherited from class ActionImpl
DATA, ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID
 
Constructor Summary
EditLoggerLevels(RequestParser aRequestParser)
          Constructor.
 
Method Summary
protected  void attemptAdd()
          Not supported.
protected  void attemptChange()
          Update the logging level for a single Logger.
protected  void attemptDelete()
          Not supported.
protected  void attemptFetchForChange()
          Fetch a Logger in preparation for editing its level.
protected  void doList()
          List all JRE Loggers.
protected  void validateUserInput()
          Ensure user input makes sense.
 
Methods inherited from class ActionTemplateListAndEdit
addDynamicParameterToRedirectPage, execute
 
Methods inherited from class ActionImpl
addError, addError, addError, addMessage, addMessage, addToRequest, addToSession, copyFromSessionToRequest, createSessionAndCsrfToken, endSession, getErrors, getExistingSession, getFromSession, getIdParam, getIdParams, getLocale, getLoggedInUserName, getMessages, getOperation, getOrderBy, getParam, getParamUnsafe, getRequestParser, getResponsePage, getTimeZone, getUserId, hasErrors, removeFromSession, setResponsePage
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final RequestParameter LOGGER_NAME

LEVEL

public static final RequestParameter LEVEL
Constructor Detail

EditLoggerLevels

public EditLoggerLevels(RequestParser aRequestParser)
Constructor.

Method Detail

doList

protected void doList()
               throws DAOException
List all JRE Loggers.

Specified by:
doList in class ActionTemplateListAndEdit
Throws:
DAOException

validateUserInput

protected void validateUserInput()
Ensure user input makes sense.

Specified by:
validateUserInput in class ActionTemplateListAndEdit

attemptFetchForChange

protected void attemptFetchForChange()
                              throws DAOException
Fetch a Logger in preparation for editing its level.

Specified by:
attemptFetchForChange in class ActionTemplateListAndEdit
Throws:
DAOException

attemptChange

protected void attemptChange()
                      throws DAOException
Update the logging level for a single Logger.

Specified by:
attemptChange in class ActionTemplateListAndEdit
Throws:
DAOException

attemptAdd

protected void attemptAdd()
                   throws DAOException
Not supported.

Specified by:
attemptAdd in class ActionTemplateListAndEdit
Throws:
DAOException

attemptDelete

protected void attemptDelete()
                      throws DAOException
Not supported.

Specified by:
attemptDelete in class ActionTemplateListAndEdit
Throws:
DAOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26