|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.ResourceBundle java.util.ListResourceBundle oracle.jbo.common.CheckedListResourceBundle oracle.adf.model.ADFmMessageBundle
Field Summary | |
static java.lang.String |
EXC_ARG_PARAM_COUNT_MISMATCH
JBO-35001: JboException |
static java.lang.String |
EXC_CANNOT_CREATE_DOMAIN
JBO-35003: InvalidOperException |
static java.lang.String |
EXC_CONTROLBINDING_NOT_REUSABLE
JBO-35001: JboException |
static java.lang.String |
EXC_FIND_MODE_NOT_IMPLEMENTED
JBO-35003: InvalidOperException |
static java.lang.String |
EXC_SPEL_ATTRIBUTE_NOT_RESOLVED
JBO-35000: JboException |
static java.lang.String |
MSG_BUNDLE
|
static java.lang.String |
STR_DEF_APPLICATION
|
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
ADFmMessageBundle()
|
Method Summary | |
java.lang.Object[][] |
getContents()
Gets the key-value association table. |
static java.lang.String |
getResString(java.lang.String id)
|
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String STR_DEF_APPLICATION
public static final java.lang.String EXC_SPEL_ATTRIBUTE_NOT_RESOLVED
Cause:: Cannot find the named property in a resolved object from a spel-expression.
Action:: Provide the right name in the spel-expression
public static final java.lang.String EXC_CONTROLBINDING_NOT_REUSABLE
Cause:: A binding is being reused in another view component.
Action:: Create another binding definition for the second component and bind that to the component.
public static final java.lang.String EXC_ARG_PARAM_COUNT_MISMATCH
Cause:: A mismatch occured between the argument count and the number of parameters set into this method action binding to call the bound method.
Action:: Provide the required set of parameters, one for each argument in the bound method.
public static final java.lang.String EXC_FIND_MODE_NOT_IMPLEMENTED
Cause:: FindMode called on an iterator binding which is associated with a datacontrol that does not support find mode.
Action:: Do not set the containing BindingContainer or this iterator binding in find mode.
public static final java.lang.String EXC_CANNOT_CREATE_DOMAIN
Cause:: FindMode called on an iterator binding which is associated with a datacontrol that does not support find mode.
Action:: Do not set the containing BindingContainer or this iterator binding in find mode.
public static final java.lang.String MSG_BUNDLE
Constructor Detail |
public ADFmMessageBundle()
Method Detail |
public java.lang.Object[][] getContents()
getContents
in class CheckedListResourceBundle
public static final java.lang.String getResString(java.lang.String id)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.