|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.cabo.ui.DeprecatedUINode
|
+--oracle.cabo.ui.BaseUINode
|
+--oracle.cabo.ui.BaseMutableUINode
|
+--oracle.cabo.ui.beans.BaseWebBean
|
+--oracle.cabo.ui.beans.MarlinBean
|
+--oracle.cabo.ui.beans.include.UrlIncludeBean
The UrlIncludeBean can be used to include HTML loaded from an external source. It does not (currently) perform any post-processing on the HTML, so the included HTML generally should not include HTML tags like <html> or <body>.
The UrlIncludeBean currently passes along the following HTTP headers:
<urlInclude source="http://www.example.org/someHtml.html"/>
| Constructor Summary | |
|
UrlIncludeBean()
Construct an instance of the UrlIncludeBean. |
protected |
UrlIncludeBean(boolean ignored,
java.lang.String localName)
Construct an instance of the UrlIncludeBean. |
| Method Summary | |
java.lang.String |
getSource()
Gets the absolute URL to include. |
static java.lang.String |
getSource(MutableUINode bean)
Gets the absolute URL to include. |
static void |
setSource(MutableUINode bean,
java.lang.String source)
Sets the absolute URL to include. |
void |
setSource(java.lang.String source)
Sets the absolute URL to include. |
void |
setSourceBinding(BoundValue boundValue)
Binds the the absolute URL to include. |
static void |
setSourceBinding(MutableUINode bean,
BoundValue boundValue)
Binds the the absolute URL to include. |
static void |
setSourceBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the the absolute URL to include. |
static void |
setSourceBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the absolute URL to include. |
void |
setSourceBinding(java.lang.Object selectKey)
Binds the the absolute URL to include. |
void |
setSourceBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the absolute URL to include. |
| Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
| Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
| Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
| Constructor Detail |
public UrlIncludeBean()
protected UrlIncludeBean(boolean ignored,
java.lang.String localName)
| Method Detail |
public final java.lang.String getSource()
This is a required property on the bean.
public final void setSource(java.lang.String source)
This is a required property on the bean.
public final void setSourceBinding(BoundValue boundValue)
This is a required property on the bean.
boundValue - a BoundValue implementation to be used
to retrieve the value.public final void setSourceBinding(java.lang.Object selectKey)
This is a required property on the bean.
selectKey - the key to be passed to selectValue() on the
current DataObject, e.g., the DataObject for the current
table row.
public final void setSourceBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
This is a required property on the bean.
dataNamespace - the namespace to be passed to
RenderingContext.getDataObject()dataName - the name to be passed to
RenderingContext.getDataObject()selectKey - the key to be passed to selectValue() on the
DataObject.public static java.lang.String getSource(MutableUINode bean)
This is a required property on the bean.
public static void setSource(MutableUINode bean,
java.lang.String source)
This is a required property on the bean.
public static void setSourceBinding(MutableUINode bean,
BoundValue boundValue)
This is a required property on the bean.
boundValue - a BoundValue implementation to be used
to retrieve the value.
public static void setSourceBinding(MutableUINode bean,
java.lang.Object selectKey)
This is a required property on the bean.
selectKey - the key to be passed to selectValue() on the
current DataObject, e.g., the DataObject for the current
table row.
public static void setSourceBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
This is a required property on the bean.
dataNamespace - the namespace to be passed to
RenderingContext.getDataObject()dataName - the name to be passed to
RenderingContext.getDataObject()selectKey - the key to be passed to selectValue() on the
DataObject.
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||