Uses of Interface
org.apache.struts2.config.BeanSelectionProvider
Packages that use BeanSelectionProvider
Package
Description
Classes for Struts configuration and property handling.
Configuration entity classes.
-
Uses of BeanSelectionProvider in org.apache.struts2.config
Classes in org.apache.struts2.config that implement BeanSelectionProviderModifier and TypeClassDescriptionclassBase implementation ofBeanSelectionProviderthat provides bean aliasing functionality.classSelects the implementations of key framework extension points, using the loaded property constants. -
Uses of BeanSelectionProvider in org.apache.struts2.config.entities
Methods in org.apache.struts2.config.entities that return types with arguments of type BeanSelectionProviderModifier and TypeMethodDescriptionClass<? extends BeanSelectionProvider>BeanSelectionConfig.getClazz()Constructor parameters in org.apache.struts2.config.entities with type arguments of type BeanSelectionProviderModifierConstructorDescriptionBeanSelectionConfig(Class<? extends BeanSelectionProvider> clazz) BeanSelectionConfig(Class<? extends BeanSelectionProvider> clazz, String name)