|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.trajano.twiff.Twiff
public final class Twiff
This utility class provides string constants used by the application and are exposed for public use.
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 |
---|
public static final String CONTAINER_BUILDER_KEY
public static final String HIBERNATE_CFG_KEY
public static final String PACKAGE_CONTEXT_KEY
public static final String PAGE_CACHE_MAX_SIZE_KEY
public static final String DISPATCH_PATTERN_KEY
public static final String REDIRECT_TIMEOUT
RedirectServlet
.
public static final String REDIRECT_WAIT_PAGE
RedirectServlet
.
public static final String RENDERER_CLASS_KEY
public static final String TOKEN_FIELD_NAME
public static final String TOKEN_RESUBMIT_FIELD_NAME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |