WebObjects 5.2.3

Uses of Interface
com.webobjects.directtoweb.QueryPageInterface

Packages that use QueryPageInterface
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
 

Uses of QueryPageInterface in com.webobjects.directtoweb
 

Subinterfaces of QueryPageInterface in com.webobjects.directtoweb
 interface QueryAllPageInterface
          This interface is the return value for the D2W queryAllPage method that creates a query-all page.
 

Classes in com.webobjects.directtoweb that implement QueryPageInterface
 class BASQueryAllEntitiesPage
           
 class BASQueryPage
           
 class D2WQueryAllEntitiesPage
          The D2WQueryAllEntitiesPage class provides the behavior for the query-all page Direct to Web templates, specifically BASQueryAllEntitesPage, NEUQueryAllPage, and WOLQueryAllPage.
 class D2WQueryPage
          The D2WQueryPage class provides the behavior for the query page Direct to Web templates: BASQueryPage, NEUQueryPage, and WOLQueryPage.
 class NEUQueryAllPage
           
 class NEUQueryPage
           
 class WOLQueryAllPage
           
 class WOLQueryPage
           
 

Methods in com.webobjects.directtoweb that return QueryPageInterface
 QueryPageInterface D2W.queryPageForEntityNamed(String entityName, WOSession session)
          Returns a query page as a WOComponent object implementing the QueryPageInterface for the entity identified by entityName.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.