public interface ViewResolutionService
Modifier and Type | Method and Description |
---|---|
ViewFactory |
create(java.lang.String namespace,
java.lang.String name)
Instantiates a
ViewFactory based on the view namespace and name stored in the view spec. |
ViewFactory create(java.lang.String namespace, java.lang.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