com.ibm.portal.propertybroker.property
Class ActionType

java.lang.Object
  extended by com.ibm.portal.propertybroker.property.ActionType
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use JSR 286 eventing instead of propertybroker

public class ActionType
extends java.lang.Object
implements java.io.Serializable

Typesafe enum pattern that encapsulates the type of an Action. This class defines built in constants which are recognized in the WebSphere Portal environment. Third parties may extend this class to create new action types for other environments.

Since:
5.1.0.1
See Also:
Action, ActionType, Serialized Form

Field Summary
protected  java.lang.String iDescription
          Deprecated.  
static ActionType STANDARD_PORTLET_ACTION
          Deprecated.  
static ActionType STANDARD_STRUTS_ACTION
          Deprecated. STANDARD_STRUTS_ACTION is the value defined for struts actions implemented by standard (i.e, JSR-168 compliant) portlets.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_PORTLET_ACTION

public static final ActionType STANDARD_PORTLET_ACTION
Deprecated. 

STANDARD_STRUTS_ACTION

public static final ActionType STANDARD_STRUTS_ACTION
Deprecated. 
STANDARD_STRUTS_ACTION is the value defined for struts actions implemented by standard (i.e, JSR-168 compliant) portlets.


iDescription

protected final java.lang.String iDescription
Deprecated.