WEB4J Development Tools 4.10.0.0

hirondelle.web4jtools.logview.parsedview
Class ParsedViewAction

Object
  extended by ActionImpl
      extended by ActionTemplateSearch
          extended by hirondelle.web4jtools.logview.parsedview.ParsedViewAction
All Implemented Interfaces:
Action

public final class ParsedViewAction
extends ActionTemplateSearch

List parsed logger records, according to given criteria.


Field Summary
static RequestParameter LEVEL
           
static RequestParameter LOG_FOR
           
static RequestParameter LOGGER_STARTS_WITH
           
static RequestParameter MAX_DATE
           
static RequestParameter MESSAGE_CONTAINS
           
static RequestParameter METHOD_NAME
           
static RequestParameter MIN_DATE
           
static RequestParameter REVERSE_ORDER
           
 
Fields inherited from class ActionTemplateSearch
SUPPORTED_OPERATION
 
Fields inherited from class ActionImpl
DATA, ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID
 
Constructor Summary
ParsedViewAction(RequestParser aRequestParser)
           
 
Method Summary
protected  void listSearchResults()
          List the log records matching the given criteria.
protected  void validateUserInput()
          Check that user input can create a ParsedCriteria object.
 
Methods inherited from class ActionTemplateSearch
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

LOG_FOR

public static final RequestParameter LOG_FOR

LEVEL

public static final RequestParameter LEVEL

MIN_DATE

public static final RequestParameter MIN_DATE

MAX_DATE

public static final RequestParameter MAX_DATE

LOGGER_STARTS_WITH

public static final RequestParameter LOGGER_STARTS_WITH

METHOD_NAME

public static final RequestParameter METHOD_NAME

MESSAGE_CONTAINS

public static final RequestParameter MESSAGE_CONTAINS

REVERSE_ORDER

public static final RequestParameter REVERSE_ORDER
Constructor Detail

ParsedViewAction

public ParsedViewAction(RequestParser aRequestParser)
Method Detail

validateUserInput

protected void validateUserInput()
                          throws AppException
Check that user input can create a ParsedCriteria object.

Specified by:
validateUserInput in class ActionTemplateSearch
Throws:
AppException

listSearchResults

protected void listSearchResults()
                          throws AppException
List the log records matching the given criteria.

Specified by:
listSearchResults in class ActionTemplateSearch
Throws:
AppException

WEB4J Development Tools 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26