Get the Newsletter

createFallbackViewStrategy

A Method

createFallbackViewStrategy(origin: Origin): ViewStrategy

Creates a fallback View Strategy. Used when unable to locate a configured strategy. The default implementation returns and instance of ConventionalViewStrategy.

Parameters

origin: Origin
The origin of the view model to return the strategy for.

Returns

The fallback ViewStrategy.