|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.ViewResolutionServiceImpl
public class ViewResolutionServiceImpl
Resolves view namespace and name to view factory class, using configuration.
Constructor Summary | |
---|---|
ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects,
java.lang.String optionalNamedWindowName,
java.lang.Class virtualDataWindowViewFactory)
Ctor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewResolutionServiceImpl(PluggableObjectRegistry viewObjects, java.lang.String optionalNamedWindowName, java.lang.Class virtualDataWindowViewFactory)
viewObjects
- is the view objects to use for resolving views, can be both built-in and plug-in views.Method Detail |
---|
public ViewFactory create(java.lang.String nameSpace, java.lang.String name) throws ViewProcessingException
ViewResolutionService
ViewFactory
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 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 |