com.oroad.stxx.chain
Class StxxConstants

java.lang.Object
  extended bycom.oroad.stxx.chain.StxxConstants

public final class StxxConstants
extends java.lang.Object

Global constants for the Chain of Responsibility Library.


Field Summary
static java.lang.String REQUEST_PROCESSOR_HELPER_KEY
          The default context attribute under which the Action for the current request will be stored.
 
Constructor Summary
StxxConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PROCESSOR_HELPER_KEY

public static final java.lang.String REQUEST_PROCESSOR_HELPER_KEY

The default context attribute under which the Action for the current request will be stored.

See Also:
Constant Field Values
Constructor Detail

StxxConstants

public StxxConstants()