|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.rave.web.ui.util.VariableResolver.ResourceBundleDataSource
public static class VariableResolver.ResourceBundleDataSource
This VariableResolver.DataSource allows access to resource
bundle keys. It expects the key to be a resource bundle key plus a
'.' then the actual resouce bundle key Example:
$resource{bundleID.bundleKey}
The bundleID should not contain '.' characters. The bundleKey may.
| Constructor Summary | |
|---|---|
VariableResolver.ResourceBundleDataSource()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue(javax.faces.context.FacesContext ctx,
LayoutElement desc,
javax.faces.component.UIComponent component,
java.lang.String key)
See class JavaDoc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableResolver.ResourceBundleDataSource()
| Method Detail |
|---|
public java.lang.Object getValue(javax.faces.context.FacesContext ctx,
LayoutElement desc,
javax.faces.component.UIComponent component,
java.lang.String key)
See class JavaDoc.
getValue in interface VariableResolver.DataSourcectx - The FacesContextdesc - The LayoutElementcomponent - The UIComponentkey - The key used to obtain information from this
DataSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||