|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
org.apache.struts2.config_browser.ShowConfigAction
public class ShowConfigAction
ShowConfigAction
Field Summary |
---|
Fields inherited from class org.apache.struts2.config_browser.ActionNamesAction |
---|
configHelper |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ShowConfigAction()
|
Method Summary | |
---|---|
String |
execute()
|
String |
getActionName()
|
Set<String> |
getActionNames()
|
com.opensymphony.xwork2.config.entities.ActionConfig |
getConfig()
|
String |
getDetailView()
|
String |
getNamespace()
|
PropertyDescriptor[] |
getProperties()
|
void |
setActionName(String actionName)
|
void |
setDetailView(String detailView)
|
void |
setNamespace(String namespace)
|
void |
setObjectFactory(com.opensymphony.xwork2.ObjectFactory fac)
|
void |
setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
|
String |
stripPackage(Class clazz)
|
Methods inherited from class org.apache.struts2.config_browser.ActionNamesAction |
---|
getConfig, getExtension, getNamespaces, index, redirect, setConfigurationHelper, setExtension |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShowConfigAction()
Method Detail |
---|
public String getDetailView()
public void setDetailView(String detailView)
public Set<String> getActionNames()
getActionNames
in class ActionNamesAction
public String getNamespace()
getNamespace
in class ActionNamesAction
public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory fac)
public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
public String stripPackage(Class clazz)
public void setNamespace(String namespace)
setNamespace
in class ActionNamesAction
public String getActionName()
public void setActionName(String actionName)
public com.opensymphony.xwork2.config.entities.ActionConfig getConfig()
public PropertyDescriptor[] getProperties()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class ActionNamesAction
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |