public class ViewResolutionServiceImpl extends Object implements ViewResolutionService
Constructor and Description |
---|
ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects,
String optionalNamedWindowName,
Class virtualDataWindowViewFactory) |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
create(String nameSpace,
String name)
Instantiates a
ViewFactory based on the view namespace and name stored in the view spec. |
public ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects, String optionalNamedWindowName, Class virtualDataWindowViewFactory)
public ViewFactory create(String nameSpace, String name) throws ViewProcessingException
ViewResolutionService
ViewFactory
based on the view namespace and name stored in the view spec.
Does not actually use the view factory object created.
create
in interface ViewResolutionService
nameSpace
- is the view namespacename
- is the view nameViewFactory
instanceViewProcessingException
- if the view namespace or name cannot resolve