org.apache.struts.faces
Class Constants

java.lang.Object
  extended byorg.apache.struts.faces.Constants

public final class Constants
extends java.lang.Object

Global manifest constants for the Struts-Faces Integration Library.

Version:
$Rev: 54934 $ $Date: 2004-10-16 18:07:50 +0100 (Sat, 16 Oct 2004) $

Field Summary
static java.lang.String ACTION_EVENT_KEY
          Request attribute key under which the ActionEvent from JavaServer Faces is recorded.
 
Constructor Summary
protected Constants()
          Protected constructor to disable instantiation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_EVENT_KEY

public static final java.lang.String ACTION_EVENT_KEY

Request attribute key under which the ActionEvent from JavaServer Faces is recorded.

See Also:
Constant Field Values
Constructor Detail

Constants

protected Constants()

Protected constructor to disable instantiation.



Copyright ? 2003-2004 - The Apache Software Foundation