org.apache.tiles
Interface Constants

Package class diagram package Constants
All Known Implementing Classes:
AddAttributeTag, AddListAttributeTag, PutAttributeTag, PutListAttributeTag

public interface Constants

Constants used by Tiles.


Field Summary
static java.lang.String ATTRIBUTE_CONTEXT_STACK
          Name used to store attribute context stack.
static java.lang.String LOCALE_KEY
          The attribute name that is used to store the current locale.
 

Field Detail

ATTRIBUTE_CONTEXT_STACK

static final java.lang.String ATTRIBUTE_CONTEXT_STACK
Name used to store attribute context stack.

See Also:
Constant Field Values

LOCALE_KEY

static final java.lang.String LOCALE_KEY
The attribute name that is used to store the current locale.

See Also:
Constant Field Values