Interface ConfigurableEntityViewRegistry
- All Superinterfaces:
EntityViewRegistry
- All Known Subinterfaces:
MutableEntityAssociation
,MutableEntityConfiguration<T>
- All Known Implementing Classes:
EntityAssociationImpl
,EntityConfigurationImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerView
(String viewName, EntityViewFactory viewFactory) void
removeView
(String viewName) Remove a view from the registry.Methods inherited from interface com.foreach.across.modules.entity.registry.EntityViewRegistry
getViewFactory, getViewNames, hasView
-
Method Details
-
registerView
-
removeView
Remove a view from the registry.- Parameters:
viewName
- name of the view
-