|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.html | |
oracle.jbo.html.jsp.datatags | |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
Uses of DataSource in oracle.jbo.html |
Classes in oracle.jbo.html that implement DataSource | |
Type | Name |
---|---|
class |
DataSourceImpl
|
Methods in oracle.jbo.html with parameters of type DataSource | |
Type | Name |
---|---|
void |
DataWebBeanImpl.initialize(javax.servlet.jsp.PageContext page,
DataSource dsFromTag)
|
static void |
HtmlServices.updateRowAttributesFromRequestParameters(DataSource ds,
Row row,
RequestParameters params)
Internal: Applications should not use this method. |
void |
DataWebBean.initialize(javax.servlet.jsp.PageContext page,
DataSource dsFromTag)
|
Uses of DataSource in oracle.jbo.html.jsp.datatags |
Fields in oracle.jbo.html.jsp.datatags declared as DataSource | |
Type | Name |
---|---|
protected DataSource |
DataTagBase.ds
|
protected DataSource |
AttributeIterateTag.ds
|
protected DataSource |
ShowTagBase.ds
|
protected DataSource |
RowsetIterateTag.ds
|
protected DataSource |
RowTag.ds
|
Methods in oracle.jbo.html.jsp.datatags that return DataSource | |
Type | Name |
---|---|
DataSource |
AttributeIterateTag.getDataSource()
|
static DataSource |
Utils.getDataSourceFromContext(javax.servlet.jsp.PageContext pageCtx,
java.lang.String dsName)
|
static DataSource |
Utils.getDataSourceFromAncestor(javax.servlet.jsp.tagext.Tag from)
|
DataSource |
RowsetIterateTag.getDataSource()
|
DataSource |
RowTag.getDataSource()
|
DataSource |
DataBinder.getDataSource()
|
Methods in oracle.jbo.html.jsp.datatags with parameters of type DataSource | |
Type | Name |
---|---|
static Row |
DataTagBase.getRowFromContext(javax.servlet.jsp.tagext.Tag from,
java.lang.String dataSourceName,
DataSource dsIn)
|
protected Row |
RowTag.getRowFromRequestParameters(DataSource ds,
RequestParameters params)
|
protected void |
RowTag.updateRowAttributesFromRequestParameters(DataSource ds,
RequestParameters params)
|
static void |
RowTag.updateRowAttributesFromRequestParameters(DataSource ds,
Row row,
javax.servlet.jsp.PageContext page,
RequestParameters params)
|
Uses of DataSource in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as DataSource | |
Type | Name |
---|---|
protected DataSource |
DataWebBeanImpl.ds
|
protected DataSource |
HTMLFieldRendererImpl.ds
|
Methods in oracle.jdeveloper.html that return DataSource | |
Type | Name |
---|---|
DataSource |
HTMLFieldRendererImpl.getDatasource()
|
DataSource |
HTMLFieldRenderer.getDatasource()
|
Methods in oracle.jdeveloper.html with parameters of type DataSource | |
Type | Name |
---|---|
void |
HTMLFieldRendererImpl.setDatasource(DataSource dataSource)
|
void |
HTMLFieldRenderer.setDatasource(DataSource dataSource)
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |