Class ShowBeansAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
org.apache.struts2.config_browser.ShowBeansAction
- All Implemented Interfaces:
- Serializable,- Action,- ValidationAware,- LocaleProvider,- TextProvider,- Validateable
Shows the beans loaded by the internal Guice container.  Only shows beans that are recognized by Struts as official
 plugin extension points.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.struts2.config_browser.ActionNamesActionconfigHelperFields inherited from class org.apache.struts2.ActionSupportcontainer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Set<ShowBeansAction.Binding>addBindings(Container container, Class<?> type, String constName) getBeans()voidsetContainer(Container container) Methods inherited from class org.apache.struts2.config_browser.ActionNamesActionexecute, getActionNames, getConfig, getExtension, getNamespace, getNamespaces, index, redirect, setConfigurationHelper, setExtension, setNamespaceMethods inherited from class org.apache.struts2.ActionSupportaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setFieldErrors, toLocale, validate
- 
Constructor Details- 
ShowBeansActionpublic ShowBeansAction()
 
- 
- 
Method Details- 
setContainer- Overrides:
- setContainerin class- ActionSupport
 
- 
getBeans
- 
addBindingsprotected Set<ShowBeansAction.Binding> addBindings(Container container, Class<?> type, String constName) 
 
-