org.apache.tapestry
Class Constants

java.lang.Object
  extended by org.apache.tapestry.Constants

public final class Constants
extends java.lang.Object

Constant values used inside Tapestry.

Since:
4.0
Author:
Howard Lewis Ship

Field Summary
static java.lang.String INFRASTRUCTURE_KEY
          Key used to store and locate an Infrastructure service instance as a request attribute.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFRASTRUCTURE_KEY

public static final java.lang.String INFRASTRUCTURE_KEY
Key used to store and locate an Infrastructure service instance as a request attribute.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()