org.slim3.struts
Interface S3StrutsGlobals


public interface S3StrutsGlobals

An interface to define global constants.

Since:
3.0
Author:
higa

Field Summary
static String ACTION_EXTENSION
          The action extension.
static String SIZE_EXCEPTION_KEY
          The size exception key.
static String VIEW_PREFIX_KEY
          The view prefix key.
 

Field Detail

VIEW_PREFIX_KEY

static final String VIEW_PREFIX_KEY
The view prefix key.

See Also:
Constant Field Values

ACTION_EXTENSION

static final String ACTION_EXTENSION
The action extension.

See Also:
Constant Field Values

SIZE_EXCEPTION_KEY

static final String SIZE_EXCEPTION_KEY
The size exception key.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.