org.apache.struts.faces
Class Constants

java.lang.Object
  extended by org.apache.struts.faces.Constants

public final class Constants
extends Object

Global manifest constants for the Struts-Faces Integration Library.

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $

Field Summary
static 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.
 
Method Summary
 
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 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.