org.codehaus.plexus.summit
Interface SummitConstants


public interface SummitConstants

A set of constants used by Summit.

Version:
$Id: SummitConstants.java 2289 2005-07-11 04:22:34Z jvanzyl $
Author:
Jason van Zyl

Field Summary
static java.lang.String ACTION
          The action for a request.
static java.lang.String APPLICATION_ROOT
          Application root.
static java.lang.String DEFAULT_APPLICATION_VIEW
          Tag for the default application view.
static java.lang.String EXCEPTION_HANDLER
          Configuration key for the ExceptionHandler that Turbine will use.
static java.lang.String LOGGING_ROOT
          Description of the Field
static java.lang.String RESOLVER
          What resolver Turbine will use
static java.lang.String RESULT_MESSAGES
          Tag for result messages.
static java.lang.String RUNDATA
          Rundata
static java.lang.String STACK_TRACE
          Tag for stack trace.
static java.lang.String SUMMIT_VIEW_ID_KEY
          Key used to store the summit view's id in the context.
static java.lang.String SUMMIT_VIEW_KEY
          Key used to store the summit view in the context.
static java.lang.String SUMMIT_VIEW_NAME_KEY
          Key used to store the summit view's name in the context.
static java.lang.String TARGET
          The target for a request.
static java.lang.String VIEW_CONTEXT
          Tag for view context.
static java.lang.String WEB_CONTEXT
          Description of the Field
static java.lang.String WEBAPP_ROOT
          Description of the Field
 

Field Detail

EXCEPTION_HANDLER

public static final java.lang.String EXCEPTION_HANDLER
Configuration key for the ExceptionHandler that Turbine will use.

See Also:
Constant Field Values

RESOLVER

public static final java.lang.String RESOLVER
What resolver Turbine will use

See Also:
Constant Field Values

APPLICATION_ROOT

public static final java.lang.String APPLICATION_ROOT
Application root.

See Also:
Constant Field Values

WEBAPP_ROOT

public static final java.lang.String WEBAPP_ROOT
Description of the Field

See Also:
Constant Field Values

WEB_CONTEXT

public static final java.lang.String WEB_CONTEXT
Description of the Field

See Also:
Constant Field Values

LOGGING_ROOT

public static final java.lang.String LOGGING_ROOT
Description of the Field

See Also:
Constant Field Values

VIEW_CONTEXT

public static final java.lang.String VIEW_CONTEXT
Tag for view context.

See Also:
Constant Field Values

STACK_TRACE

public static final java.lang.String STACK_TRACE
Tag for stack trace.

See Also:
Constant Field Values

RESULT_MESSAGES

public static final java.lang.String RESULT_MESSAGES
Tag for result messages.

See Also:
Constant Field Values

DEFAULT_APPLICATION_VIEW

public static final java.lang.String DEFAULT_APPLICATION_VIEW
Tag for the default application view.

See Also:
Constant Field Values

SUMMIT_VIEW_KEY

public static final java.lang.String SUMMIT_VIEW_KEY
Key used to store the summit view in the context. *

See Also:
Constant Field Values

SUMMIT_VIEW_ID_KEY

public static final java.lang.String SUMMIT_VIEW_ID_KEY
Key used to store the summit view's id in the context. *

See Also:
Constant Field Values

SUMMIT_VIEW_NAME_KEY

public static final java.lang.String SUMMIT_VIEW_NAME_KEY
Key used to store the summit view's name in the context. *

See Also:
Constant Field Values

ACTION

public static final java.lang.String ACTION
The action for a request.

See Also:
Constant Field Values

TARGET

public static final java.lang.String TARGET
The target for a request.

See Also:
Constant Field Values

RUNDATA

public static final java.lang.String RUNDATA
Rundata

See Also:
Constant Field Values


Copyright © 2001-2007 Codehaus. All Rights Reserved.