Class ShowBeansAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ActionNamesAction
org.apache.struts2.config_browser.ShowBeansAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ShowBeansAction extends ActionNamesAction
Shows the beans loaded by the internal Guice container. Only shows beans that are recognized by Struts as official plugin extension points.
See Also:
  • Constructor Details

    • ShowBeansAction

      public ShowBeansAction()
  • Method Details

    • setContainer

      public void setContainer(com.opensymphony.xwork2.inject.Container container)
      Overrides:
      setContainer in class com.opensymphony.xwork2.ActionSupport
    • getBeans

      public Map<String,Set<ShowBeansAction.Binding>> getBeans()
    • addBindings

      protected Set<ShowBeansAction.Binding> addBindings(com.opensymphony.xwork2.inject.Container container, Class<?> type, String constName)