Package org.apache.struts.faces
Class Constants
java.lang.Object
org.apache.struts.faces.Constants
Global manifest constants for the Struts-Faces Integration Library.
- Version:
- $Rev$ $Date$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Request attribute key under which theActionEvent
from JavaServer Faces is recorded. -
Constructor Summary
ModifierConstructorDescriptionprotected
Protected constructor to disable instantiation. -
Method Summary
-
Field Details
-
ACTION_EVENT_KEY
Request attribute key under which the
ActionEvent
from JavaServer Faces is recorded.- See Also:
-
-
Constructor Details
-
Constants
protected Constants()Protected constructor to disable instantiation.
-