com.opensymphony.webwork.config_browser
Class ShowConfigAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.opensymphony.webwork.config_browser.ActionNamesAction
          extended by com.opensymphony.webwork.config_browser.ShowConfigAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable

public class ShowConfigAction
extends ActionNamesAction

ShowConfigAction

Author:
Jason Carreira Created Aug 11, 2003 9:42:12 PM
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ShowConfigAction()
           
 
Method Summary
 String execute()
           
 String getActionName()
           
 Set getActionNames()
           
 com.opensymphony.xwork.config.entities.ActionConfig getConfig()
           
 String getDetailView()
           
 String getNamespace()
           
 PropertyDescriptor[] getProperties()
           
 void setActionName(String actionName)
           
 void setDetailView(String detailView)
           
 void setNamespace(String namespace)
           
 String stripPackage(Class clazz)
           
 
Methods inherited from class com.opensymphony.webwork.config_browser.ActionNamesAction
getConfig, getExtension, getNamespaces
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowConfigAction

public ShowConfigAction()
Method Detail

getDetailView

public String getDetailView()

setDetailView

public void setDetailView(String detailView)

getActionNames

public Set getActionNames()
Overrides:
getActionNames in class ActionNamesAction

getNamespace

public String getNamespace()
Overrides:
getNamespace in class ActionNamesAction

stripPackage

public String stripPackage(Class clazz)

setNamespace

public void setNamespace(String namespace)
Overrides:
setNamespace in class ActionNamesAction

getActionName

public String getActionName()

setActionName

public void setActionName(String actionName)

getConfig

public com.opensymphony.xwork.config.entities.ActionConfig getConfig()

getProperties

public PropertyDescriptor[] getProperties()

execute

public String execute()
               throws Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class ActionNamesAction
Throws:
Exception


Copyright © 2013 OpenSymphony. All Rights Reserved.