|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewCapability
Interface for use by expression nodes to indicate view resource requirements allowing inspection and modification of view factories.
Method Summary | |
---|---|
boolean |
inspect(int streamNumber,
List<ViewFactory> viewFactories,
StatementContext statementContext)
Inspect view factories returning false to indicate that view factories do not meet view resource requirements, or true to indicate view capability and view factories can be compatible. |
Method Detail |
---|
boolean inspect(int streamNumber, List<ViewFactory> viewFactories, StatementContext statementContext)
streamNumber
- is the number of the streamviewFactories
- is a list of view factories that originate the final viewsstatementContext
- is the statement-level services
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |