Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui.action
Class BaseActionMapping

java.lang.Object
  extended by org.apache.struts.config.BaseConfig
      extended by org.apache.struts.config.ActionConfig
          extended by org.apache.struts.action.ActionMapping
              extended by org.hyperic.hq.ui.action.BaseActionMapping
All Implemented Interfaces:
java.io.Serializable

public class BaseActionMapping
extends org.apache.struts.action.ActionMapping

An ActionMapping subclass that adds fields for participating in a workflow struts-config.xml To use: The value is used as a key into a HashMap of Queues of URLs to participate in a workflow.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ActionConfig
actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Fields inherited from class org.apache.struts.config.BaseConfig
configured
 
Constructor Summary
BaseActionMapping()
           
 
Method Summary
 java.lang.Boolean getIsFirst()
           
 java.lang.String getTitle()
           
 java.lang.String getWorkflow()
           
 void setIsFirst(java.lang.Boolean start)
           
 void setTitle(java.lang.String title)
           
 void setWorkflow(java.lang.String workflow)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForward
 
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, processExtends, removeExceptionConfig, removeForwardConfig, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate
 
Methods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseActionMapping

public BaseActionMapping()
Method Detail

getWorkflow

public java.lang.String getWorkflow()

setWorkflow

public void setWorkflow(java.lang.String workflow)

getIsFirst

public java.lang.Boolean getIsFirst()

setIsFirst

public void setIsFirst(java.lang.Boolean start)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

toString

public java.lang.String toString()
Overrides:
toString in class org.apache.struts.config.ActionConfig

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.