net.trajano.twiff.internal
Class TwiffInternal

java.lang.Object
  extended by net.trajano.twiff.internal.TwiffInternal

public class TwiffInternal
extends Object

This utility class provides string constants used by the framework internally.

Author:
Archimedes Trajano

Field Summary
static String APP_CONTAINER_KEY
          Attribute key to get the application level container.
static String HTTP_SESSION_CONTAINER_KEY
          Attribute key to get the session level container.
static String REQUEST_CONTAINER_KEY
          Attribute key to get the request level container.
static String SESSION_FACTORY_KEY
          Attribute key to get the Hibernate SessionFactory object from the servlet context.
static String TWIFF_DEFAULTS
          Resource bundle lookup key to get the defaults used in the framework.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_CONTAINER_KEY

public static final String APP_CONTAINER_KEY
Attribute key to get the application level container. This should be moved to an internal package class.

See Also:
Constant Field Values

HTTP_SESSION_CONTAINER_KEY

public static final String HTTP_SESSION_CONTAINER_KEY
Attribute key to get the session level container. This should be moved to an internal package class.

See Also:
Constant Field Values

REQUEST_CONTAINER_KEY

public static final String REQUEST_CONTAINER_KEY
Attribute key to get the request level container. This should be moved to an internal package class.

See Also:
Constant Field Values

SESSION_FACTORY_KEY

public static final String SESSION_FACTORY_KEY
Attribute key to get the Hibernate SessionFactory object from the servlet context.

See Also:
Constant Field Values

TWIFF_DEFAULTS

public static final String TWIFF_DEFAULTS
Resource bundle lookup key to get the defaults used in the framework. You may look at the properties file to see the defaults, the name portion is equivalent to the value of the keys listed here. If there is no default value it will not be listed in the properties file specified.

See Also:
Constant Field Values


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