public interface ViewResolutionService
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. |
ViewFactory create(String namespace, String name) throws ViewProcessingException
ViewFactory
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 nameViewFactory
instanceViewProcessingException
- if the view namespace or name cannot resolve