Interface FeatureDescriptor
- All Known Implementing Classes:
AccountSettingsMenuDescriptor
,AdminPanelItemsDescriptor
,DatabaseMigrationsDescriptor
,DynamicAssetsDescriptor
,EventListenersDescriptor
,FeatureModuleDescriptor
,HandlerMappingDescriptor
,I18NextResourceDescriptor
,I18NextTransformerDescriptor
,PluginFilterMappingDescriptor
,PluginSecurityFilterMappingDescriptor
,PluginServletMappingDescriptor
,ResourceResolverDescriptor
,ServletMapping
,TemplateResolverDescriptor
,UiFragmentsDescriptor
,ViewResolverDescriptor
public interface FeatureDescriptor
Base interface for all FeatureDescriptors.
Each feature descriptor needs to implement this interface in order to be recognized by system.
-
Method Summary
-
Method Details
-
getName
Unique name for descriptor in scope of plugin. If descriptor can repeat, then different names need to be returned for each one.- Returns:
- unique name of feature descriptor
-