public class ViewResolutionServiceImpl extends Object implements ViewResolutionService
Constructor and Description |
---|
ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects) |
Modifier and Type | Method and Description |
---|---|
ViewFactoryForge |
create(String nameSpace,
String name,
String optionalCreateNamedWindowName)
Instantiates a
ViewFactoryForge based on the view namespace and name stored in the view spec. |
public ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects)
public ViewFactoryForge create(String nameSpace, String name, String optionalCreateNamedWindowName) throws ViewProcessingException
ViewResolutionService
ViewFactoryForge
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 nameoptionalCreateNamedWindowName
- named window nameViewFactoryForge
instanceViewProcessingException
- if the view namespace or name cannot resolveCopyright © 2005–2018. All rights reserved.