Interface DispatchingEntityViewFactory
- All Superinterfaces:
EntityViewFactory
,com.foreach.across.core.support.ReadableAttributes
- All Known Implementing Classes:
DefaultEntityViewFactory
Extension of the default
EntityViewFactory
interface for implementations that support an EntityViewProcessorRegistry
.
These factories usually dispatch some or all of their calls to the registered EntityViewProcessor
s.
The default EntityViewFactoryBuilder
implementations support configuration
of factories adhering to this interface.
- Since:
- 2.0.0
- Author:
- Arne Vandamme
- See Also:
-
Method Summary
Methods inherited from interface com.foreach.across.modules.entity.views.EntityViewFactory
authorizeRequest, createView, initializeCommandObject, prepareEntityViewContext
Methods inherited from interface com.foreach.across.core.support.ReadableAttributes
attributeMap, attributeNames, getAttribute, getAttribute, getAttribute, hasAttribute, hasAttribute
-
Method Details
-
getProcessorRegistry
EntityViewProcessorRegistry getProcessorRegistry()- Returns:
- the configurable registry of view processors
-