org.rhq.enterprise.gui.legacy.action
Class BaseActionMapping

java.lang.Object
  extended by org.apache.struts.config.ActionConfig
      extended by org.apache.struts.action.ActionMapping
          extended by org.rhq.enterprise.gui.legacy.action.BaseActionMapping
All Implemented Interfaces:
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
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Constructor Summary
BaseActionMapping()
           
 
Method Summary
 Boolean getIsFirst()
           
 String getTitle()
           
 String getWorkflow()
           
 void setIsFirst(Boolean start)
           
 void setTitle(String title)
           
 void setWorkflow(String workflow)
           
 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, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate
 
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 String getWorkflow()

setWorkflow

public void setWorkflow(String workflow)

getIsFirst

public Boolean getIsFirst()

setIsFirst

public void setIsFirst(Boolean start)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

toString

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


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.