|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.view.ViewFactory
public final class ViewFactory
Static factory for creating view instances based on a view specification and a given parent view.
Constructor Summary | |
---|---|
ViewFactory()
|
Method Summary | |
---|---|
protected static View |
create(Viewable parentView,
ViewSpec spec)
Instantiates a view based on view name and parameters stored in the view spec, and attempts to hook it up with a parent view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewFactory()
Method Detail |
---|
protected static View create(Viewable parentView, ViewSpec spec) throws ViewProcessingException
parentView
- is the parent view to hook the new view intospec
- contains view name and parameters
ViewProcessingException
- if the view name is wrong, parameters don't match view constructors, or
the view refuses to hook up with its parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |