Package com.bowstreet.builders.webapp.methods

Provides runtime support for WebApp builders.

See:
          Description

Interface Summary
BreadcrumbsDataProvider Interface which defines a DataProvider class for use with the Breadcrumbs Builder.
CollectionDataRetriever Interface defining DataRetriever objects which can return subsets of a java.util.Collection.
DataRetriever Interface defining objects which can return chunks of XML data.
ModelContainer Public Linked Java object implementing the Model Container API
RestructureFeedData Interface used to restructure feed data from a Rest Service Call builder.
SortableData Implemented by data that can be sorted based on the data in some column.
SqlDataSource Interface for all builder helper classes that implement runtime functionality to allocate JDBC Connections from a JDBC DataSource.
SqlStatement Interface for all builder helper classes that implement runtime functionality to create and prepare a JDBC Statement for execution.
SqlTransaction Interface for all builder helper classes that implement runtime functionality to execute a series of named JDBC Statements as a transaction.
SqlTransform Interface for all builder helper classes that implement runtime functionality to transform a JDBC Statement's results into some other form.
SqlTransformForCaching Interface for all XML transform helper classes that generate transform results which are cachable by the Factory.
VariableDataStore Used by the Shared Variable builder's runtime to load/store variable values.
WebAppAccessConsumer Marker interface defining builer objects which require a WebAppAccess instance to complete their work (typically because they need to access WebApp resources such as Variables and Methods at runtime).
 

Class Summary
BeanCollectionDataRetriever Helper class providing an implementation of the CollectionDataRetriever interface.
BreadcrumbsAssistant A Linked Java Object to an instance of this class will be put in your WebApp when you use the Breadcrumbs Builder.
BuilderHelper Base class for Helper LJO's, to get indirect reference and properties support.
BuilderHelperUtil Builder helper utility class.
ContentHelper Methods used to work with servable content.
CustomDataRetriever  
JsonRestructureHandler RestructureFeedData for REST Service Call builder to convert JSON to XML.
PagingAssistant Linked Java Object to aid paged access to tabular data.
PortletContainer The Portlet Container builder's runtime helper class.
PortletContainer.EventOrigin Details on the originator of a portlet button action event.
ServiceCallMethods This is the LJO for the WebApp ServiceCall.
ServiceCallMethodsData This class encapsulates the request data required by a ServiceCall invoke method.
ServiceCallMethodsDataArg This class encapsulates the request data required by a ServiceCall invoke method.
SortUtility  
SqlBuilderComm Implementation of methods used by the Sql builders to communicate amongst themselves during design-time, regen, and runtime.
SqlBuilderComm.Constants Class defining all of the constants used in Sql builder communication.
VariableCache Base class for variable cache implementations.
VariableCacheManager  
XmlDataRetriever Data retriever implementation which accesses XML data.
 

Package com.bowstreet.builders.webapp.methods Description

Provides runtime support for WebApp builders.



Copyright © 2009 IBM. All Rights Reserved.