public interface ViewResolutionService
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. |
ViewFactoryForge create(String namespace, String name, String optionalCreateNamedWindowName) throws ViewProcessingException
ViewFactoryForge
based on the view namespace and name stored in the view spec.
Does not actually use the view factory object created.
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.