net.trajano.twiff
Class Twiff

java.lang.Object
  extended by net.trajano.twiff.Twiff

public final class Twiff
extends Object

This utility class provides string constants used by the application and are exposed for public use.

Author:
Archimedes Trajano

Field Summary
static String CONTAINER_BUILDER_KEY
          Context parameter key to get the component registerer class name.
static String DISPATCH_PATTERN_KEY
          The dispatch pattern.
static String HIBERNATE_CFG_KEY
          Context parameter key to get the hibernate configuration file name.
static String PACKAGE_CONTEXT_KEY
          Context parameter key to get the base package name for the page beans.
static String PAGE_CACHE_MAX_SIZE_KEY
          Context parameter key to get the maximum page cache size.
static String REDIRECT_TIMEOUT
          How many seconds before the redirect page refreshes itself.
static String REDIRECT_WAIT_PAGE
          Which page to display during a redirect.
static String RENDERER_CLASS_KEY
          Servlet init parameter key to get the class name of the renderer for the view.
static String TOKEN_FIELD_NAME
          Context parameter key that sets the token field name to use.
static String TOKEN_RESUBMIT_FIELD_NAME
          Context parameter key that sets the token resubmit field name to use.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINER_BUILDER_KEY

public static final String CONTAINER_BUILDER_KEY
Context parameter key to get the component registerer class name.

See Also:
Constant Field Values

HIBERNATE_CFG_KEY

public static final String HIBERNATE_CFG_KEY
Context parameter key to get the hibernate configuration file name. Otherwise it will default to whatever hibernate uses by default.

See Also:
Constant Field Values

PACKAGE_CONTEXT_KEY

public static final String PACKAGE_CONTEXT_KEY
Context parameter key to get the base package name for the page beans.

See Also:
Constant Field Values

PAGE_CACHE_MAX_SIZE_KEY

public static final String PAGE_CACHE_MAX_SIZE_KEY
Context parameter key to get the maximum page cache size.

See Also:
Constant Field Values

DISPATCH_PATTERN_KEY

public static final String DISPATCH_PATTERN_KEY
The dispatch pattern.

See Also:
Constant Field Values

REDIRECT_TIMEOUT

public static final String REDIRECT_TIMEOUT
How many seconds before the redirect page refreshes itself. This can be put in the context of the RedirectServlet.

See Also:
Constant Field Values

REDIRECT_WAIT_PAGE

public static final String REDIRECT_WAIT_PAGE
Which page to display during a redirect. This can be put in the context of the RedirectServlet.

See Also:
Constant Field Values

RENDERER_CLASS_KEY

public static final String RENDERER_CLASS_KEY
Servlet init parameter key to get the class name of the renderer for the view.

See Also:
Constant Field Values

TOKEN_FIELD_NAME

public static final String TOKEN_FIELD_NAME
Context parameter key that sets the token field name to use.

See Also:
Constant Field Values

TOKEN_RESUBMIT_FIELD_NAME

public static final String TOKEN_RESUBMIT_FIELD_NAME
Context parameter key that sets the token resubmit field name to use. This value is set in the request attribute if the form has been resubmitted.

See Also:
Constant Field Values


Copyright © 2004-2005 trajano.net. All Rights Reserved.