org.apache.commons.scaffold.lang
Class Tokens

java.lang.Object
  extended by org.apache.commons.scaffold.lang.Tokens

public final class Tokens
extends Object

Language and programming tokens.

Version:
$Revision: 155464 $ $Date: 2005-02-26 13:26:54 +0000 (Sat, 26 Feb 2005) $
Author:
Ted Husted, Steve Raeburn

Field Summary
static String ABSTRACT_EXCEPTION
           
static String ACTION_EXCEPTION
          Prefix for logging exceptions.
static String ACTION_FORM_EXCEPTION
          Prefix for logging exceptions.
static String ALLOCATE_KEY_EXCEPTION
          Default message for throwing exception (en).
static String APPLICATION
           
static String BASE_LOGIC_EXECUTING
          Executing base logic.
static String CANCEL
           
static String CLASS
          Partial string for assembling a message.
static String CONTINUE
           
static String CREATE_OBJECT_ERROR
          Error creating object
static String DATA_ACCESS_DENIED
           
static String DATA_ACCESS_EMPTY
           
static String DATA_ACCESS_ERROR
           
static String DATA_ACCESS_EXCEPTION
          Default message for throwing exception (en).
static String DATA_RECORD_DELETED
           
static String DATA_RECORD_DUPLICATE
           
static String DATA_RECORD_INSERTED
           
static String DATA_RECORD_RECYCLED
           
static String DATA_RECORD_RESTORED
           
static String DATA_RECORD_RETRIEVED
           
static String DATA_RECORD_UPDATED
           
static String DATA_TRANSFER_ERROR
           
static String DISPATCH
           
static String DONE
           
static String EMPTY
           
static String ERROR
           
static String ERROR_CANCEL
           
static String ERROR_DETAIL
           
static String ERROR_DISPATCH
           
static String ERROR_DISPATCH_RETURN
           
static String ERROR_GENERAL
           
static String ERROR_TOKEN
           
static String ERRORS_REQUIRED
           
static String EXIT
           
static String FAILURE
           
static String FORWARD
           
static String GET_TOKEN
           
static String HELPER_ACCESS_ERROR
           
static String HELPER_CREATED
          Helper created.
static String HELPER_CREATING
          Creating Helper.
static String HELPER_EXECUTING
          Executing helpers.
static String HELPER_OUTCOME
          Checking outcome of helper
static String HELPER_POPULATE
          Populating helper
static String HELPER_PROCESSING
          Helper processing.
static String INSERT_EXCEPTION
          Default message for throwing exception (en).
static String INVALID_QUERY_EXCEPTION
          Default message for throwing exception (en).
static String INVALID_SCOPE
           
static String LIST_KEY
          Default key for a result or list object.
static String LOGOFF
           
static String LOGON
           
static String MENU
           
static String NAME
          Partial string for assembling a message.
static String NEXT
           
static String NOT_FOUND
          Partial string for assembling a message.
static String NOT_IMPLEMENTED_EXCEPTION
          Default message for throwing exception (en).
static String OK
           
static String PARAM_ANY
          The wild card character to represent a blank select.
static String PARAM_EQUALS
          The equality indicator to represent name = value.
static String PATH
           
static String PATH_MSG
          Partial string for assembling a message.
static String PREVIOUS
           
static String PROCESS_BEAN_NULL_SCOPE
          Bean helper
static String PROCESS_COMPLETE
           
static String PROCESS_MISSING_PARAMETER
           
static String PROCESS_RESULT_NULL
          Process action - Business method should not return null.
static String PROPERTIES_KEY
          Default key for application properties.
static String REQUEST
           
static String RESULT
           
static String SELECT_EXCEPTION
          Default message for throwing exception (en).
static String SESSION
           
static String SET_TOKEN
           
static String SPACE
          Partial string for assembling a message.
static String STORE_EXCEPTION
          Default message for throwing exception (en).
static String SUCCESS
           
static String TEXT_PLAIN
          Plain text MIME type.
static String TOKENS_PARSING
          Parsing tokens.
static String UPDATE_EXCEPTION
          Default message for throwing exception (en).
static String WELCOME
           
 
Constructor Summary
Tokens()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_ANY

public static String PARAM_ANY
The wild card character to represent a blank select.


PARAM_EQUALS

public static String PARAM_EQUALS
The equality indicator to represent name = value.


LIST_KEY

public static final String LIST_KEY
Default key for a result or list object.

See Also:
Constant Field Values

PROPERTIES_KEY

public static final String PROPERTIES_KEY
Default key for application properties.

See Also:
Constant Field Values

ABSTRACT_EXCEPTION

public static final String ABSTRACT_EXCEPTION
See Also:
Constant Field Values

INVALID_SCOPE

public static final String INVALID_SCOPE
See Also:
Constant Field Values

CANCEL

public static final String CANCEL
See Also:
Constant Field Values

CONTINUE

public static final String CONTINUE
See Also:
Constant Field Values

DISPATCH

public static final String DISPATCH
See Also:
Constant Field Values

DONE

public static final String DONE
See Also:
Constant Field Values

EMPTY

public static final String EMPTY
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values

EXIT

public static final String EXIT
See Also:
Constant Field Values

FAILURE

public static final String FAILURE
See Also:
Constant Field Values

FORWARD

public static final String FORWARD
See Also:
Constant Field Values

GET_TOKEN

public static final String GET_TOKEN
See Also:
Constant Field Values

LOGON

public static final String LOGON
See Also:
Constant Field Values

LOGOFF

public static final String LOGOFF
See Also:
Constant Field Values

MENU

public static final String MENU
See Also:
Constant Field Values

NEXT

public static final String NEXT
See Also:
Constant Field Values

PREVIOUS

public static final String PREVIOUS
See Also:
Constant Field Values

SET_TOKEN

public static final String SET_TOKEN
See Also:
Constant Field Values

SUCCESS

public static final String SUCCESS
See Also:
Constant Field Values

WELCOME

public static final String WELCOME
See Also:
Constant Field Values

APPLICATION

public static final String APPLICATION
See Also:
Constant Field Values

RESULT

public static final String RESULT
See Also:
Constant Field Values

REQUEST

public static final String REQUEST
See Also:
Constant Field Values

SESSION

public static final String SESSION
See Also:
Constant Field Values

PATH

public static final String PATH
See Also:
Constant Field Values

OK

public static final String OK
See Also:
Constant Field Values

ERROR_GENERAL

public static final String ERROR_GENERAL
See Also:
Constant Field Values

ERROR_DETAIL

public static final String ERROR_DETAIL
See Also:
Constant Field Values

ERROR_CANCEL

public static final String ERROR_CANCEL
See Also:
Constant Field Values

ERROR_TOKEN

public static final String ERROR_TOKEN
See Also:
Constant Field Values

ERROR_DISPATCH

public static final String ERROR_DISPATCH
See Also:
Constant Field Values

ERROR_DISPATCH_RETURN

public static final String ERROR_DISPATCH_RETURN
See Also:
Constant Field Values

ERRORS_REQUIRED

public static final String ERRORS_REQUIRED
See Also:
Constant Field Values

HELPER_ACCESS_ERROR

public static final String HELPER_ACCESS_ERROR
See Also:
Constant Field Values

DATA_ACCESS_DENIED

public static final String DATA_ACCESS_DENIED
See Also:
Constant Field Values

DATA_ACCESS_ERROR

public static final String DATA_ACCESS_ERROR
See Also:
Constant Field Values

DATA_ACCESS_EMPTY

public static final String DATA_ACCESS_EMPTY
See Also:
Constant Field Values

DATA_RECORD_INSERTED

public static final String DATA_RECORD_INSERTED
See Also:
Constant Field Values

DATA_RECORD_UPDATED

public static final String DATA_RECORD_UPDATED
See Also:
Constant Field Values

DATA_RECORD_DELETED

public static final String DATA_RECORD_DELETED
See Also:
Constant Field Values

DATA_RECORD_RECYCLED

public static final String DATA_RECORD_RECYCLED
See Also:
Constant Field Values

DATA_RECORD_RESTORED

public static final String DATA_RECORD_RESTORED
See Also:
Constant Field Values

DATA_RECORD_RETRIEVED

public static final String DATA_RECORD_RETRIEVED
See Also:
Constant Field Values

DATA_RECORD_DUPLICATE

public static final String DATA_RECORD_DUPLICATE
See Also:
Constant Field Values

PROCESS_COMPLETE

public static final String PROCESS_COMPLETE
See Also:
Constant Field Values

DATA_TRANSFER_ERROR

public static final String DATA_TRANSFER_ERROR
See Also:
Constant Field Values

PROCESS_MISSING_PARAMETER

public static final String PROCESS_MISSING_PARAMETER
See Also:
Constant Field Values

TEXT_PLAIN

public static final String TEXT_PLAIN
Plain text MIME type. Good for XML.

See Also:
Constant Field Values

ALLOCATE_KEY_EXCEPTION

public static final String ALLOCATE_KEY_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

STORE_EXCEPTION

public static final String STORE_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

SELECT_EXCEPTION

public static final String SELECT_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

INSERT_EXCEPTION

public static final String INSERT_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

UPDATE_EXCEPTION

public static final String UPDATE_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

NOT_IMPLEMENTED_EXCEPTION

public static final String NOT_IMPLEMENTED_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

INVALID_QUERY_EXCEPTION

public static final String INVALID_QUERY_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

DATA_ACCESS_EXCEPTION

public static final String DATA_ACCESS_EXCEPTION
Default message for throwing exception (en).

See Also:
Constant Field Values

CLASS

public static final String CLASS
Partial string for assembling a message.

See Also:
Constant Field Values

PATH_MSG

public static final String PATH_MSG
Partial string for assembling a message.

See Also:
Constant Field Values

NAME

public static final String NAME
Partial string for assembling a message.

See Also:
Constant Field Values

SPACE

public static final String SPACE
Partial string for assembling a message.

See Also:
Constant Field Values

NOT_FOUND

public static final String NOT_FOUND
Partial string for assembling a message.

See Also:
Constant Field Values

CREATE_OBJECT_ERROR

public static final String CREATE_OBJECT_ERROR
Error creating object

See Also:
Constant Field Values

ACTION_EXCEPTION

public static final String ACTION_EXCEPTION
Prefix for logging exceptions.

See Also:
Constant Field Values

ACTION_FORM_EXCEPTION

public static final String ACTION_FORM_EXCEPTION
Prefix for logging exceptions.

See Also:
Constant Field Values

BASE_LOGIC_EXECUTING

public static final String BASE_LOGIC_EXECUTING
Executing base logic.

See Also:
Constant Field Values

TOKENS_PARSING

public static final String TOKENS_PARSING
Parsing tokens.

See Also:
Constant Field Values

HELPER_CREATING

public static final String HELPER_CREATING
Creating Helper.

See Also:
Constant Field Values

HELPER_CREATED

public static final String HELPER_CREATED
Helper created.

See Also:
Constant Field Values

HELPER_PROCESSING

public static final String HELPER_PROCESSING
Helper processing.

See Also:
Constant Field Values

HELPER_EXECUTING

public static final String HELPER_EXECUTING
Executing helpers.

See Also:
Constant Field Values

HELPER_POPULATE

public static final String HELPER_POPULATE
Populating helper

See Also:
Constant Field Values

HELPER_OUTCOME

public static final String HELPER_OUTCOME
Checking outcome of helper

See Also:
Constant Field Values

PROCESS_BEAN_NULL_SCOPE

public static final String PROCESS_BEAN_NULL_SCOPE
Bean helper

See Also:
Constant Field Values

PROCESS_RESULT_NULL

public static final String PROCESS_RESULT_NULL
Process action - Business method should not return null.

See Also:
Constant Field Values
Constructor Detail

Tokens

public Tokens()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.