Class PopulateEvent

java.lang.Object
org.apache.struts.config.PopulateEvent

public abstract class PopulateEvent extends Object
Constants relating to the reset and population events of action forms.
Since:
Struts 1.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Specifies that population must always occur.
    static final String
    Specifies that population occurs when the form is cancelled.
    static final String
    Specifies that population occurs when the current executing action has been forwarded by another action.
    static final String
    Specifies that population occurs when the current requested is part of a forwarded request.
    static final String
    Specifies that population occurs when the current requested is part of any included request.
    static final String
    Specifies that population must never occur.
    static final String
    Specifies that population occurs for an ordinary client request.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait