|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewResolutionService
Factory service for resolving view names and for creating view instances based on a view specification including view name and namespace.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 name
ViewFactory
instance
ViewProcessingException
- if the view namespace or name cannot resolve
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |