Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.html
Interface DataWebBean

All Superinterfaces:
DataWebBean, WebBean
All Known Implementing Classes:
DataWebBeanImpl

public interface DataWebBean
extends DataWebBean

Defines the base methods for a Data Web Bean. Implement this interface when you define a Web Bean that must access a data source.


Field Summary

 

Fields inherited from interface oracle.jdeveloper.html.WebBean
contentFrameName, defaultCaboBase, defaultCaboImageBase, defaultImageBase, defaultJSPBase, defaultNLSFormat, JS_LIBRARIES, JS_NAMEID, JSButtonConstructorLib, JSCalendarConstructorLib, JSContainerConstructorLib, JSDataConstructLib, JSModalPageConstructorLib, JSTableConstructLib, JSToolbarConstructorLib, JSTreeConstructLib, JSUtilitiesLib

 

Method Summary
 void initialize(javax.servlet.jsp.PageContext page, DataSource dsFromTag)
           

 

Methods inherited from interface oracle.jdeveloper.html.DataWebBean
clearDisplayAttributes, getApplicationName, getDisplayAttributeDefs, getDisplayAttributes, getDisplayFieldRenderer, getEditFieldRenderer, getRowSet, getViewObjectName, handleCommit, initialize, initialize, isAppStateful, setDisplayAttributes, setDisplayFieldRenderer, setDisplayFieldRenderer, setEditFieldRenderer, setEditFieldRenderer, setReleaseApplicationResources, setRowSet, shouldDisplayAttribute

 

Methods inherited from interface oracle.jdeveloper.html.WebBean
initialize, initialize, internalInitialize, render, render

 

Method Detail

initialize

public void initialize(javax.servlet.jsp.PageContext page,
                       DataSource dsFromTag)
                throws java.lang.Exception
Throws:
java.lang.Exception

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.