|
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.ServletIncludeBean
The ServletIncludeBean can be used to include HTML loaded from a local Servlet or JSP. It functions equivalently to the JSP <jsp:include> directive.
<servletInclude source="foo.jsp"/>
| Constructor Summary | |
|
ServletIncludeBean()
Construct an instance of the ServletIncludeBean. |
protected |
ServletIncludeBean(boolean ignored,
java.lang.String localName)
Construct an instance of the ServletIncludeBean. |
| Method Summary | |
java.lang.String |
getSource()
Gets a relative URL to the JSP or Servlet to include. |
static java.lang.String |
getSource(MutableUINode bean)
Gets a relative URL to the JSP or Servlet to include. |
static void |
setSource(MutableUINode bean,
java.lang.String source)
Sets a relative URL to the JSP or Servlet to include. |
void |
setSource(java.lang.String source)
Sets a relative URL to the JSP or Servlet to include. |
void |
setSourceBinding(BoundValue boundValue)
Binds the a relative URL to the JSP or Servlet to include. |
static void |
setSourceBinding(MutableUINode bean,
BoundValue boundValue)
Binds the a relative URL to the JSP or Servlet to include. |
static void |
setSourceBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the a relative URL to the JSP or Servlet to include. |
static void |
setSourceBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the a relative URL to the JSP or Servlet to include. |
void |
setSourceBinding(java.lang.Object selectKey)
Binds the a relative URL to the JSP or Servlet to include. |
void |
setSourceBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the a relative URL to the JSP or Servlet 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 ServletIncludeBean()
protected ServletIncludeBean(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 | ||||||||