Interface ViewResolutionService
- All Known Implementing Classes:
ViewResolutionServiceImpl
public interface ViewResolutionService
Factory service for resolving view names and for creating view instances based on a view specification including view name and namespace.
-
Method Summary
Modifier and TypeMethodDescriptionInstantiates aViewFactoryForge
based on the view namespace and name stored in the view spec.
-
Method Details
-
create
ViewFactoryForge create(String namespace, String name, String optionalCreateNamedWindowName) throws ViewProcessingException Instantiates aViewFactoryForge
based on the view namespace and name stored in the view spec.Does not actually use the view factory object created.
- Parameters:
namespace
- is the view namespacename
- is the view nameoptionalCreateNamedWindowName
- named window name- Returns:
ViewFactoryForge
instance- Throws:
ViewProcessingException
- if the view namespace or name cannot resolve
-