|
||||||||||
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.ThemeJavaScriptDataSource
public static class VariableResolver.ThemeJavaScriptDataSource
This VariableResolver.DataSource
retrieves the path to a
JavaScript file from the Theme
. The
data portion of the substitution String is the
Theme
key for the JavaScript file.
Constructor Summary | |
---|---|
VariableResolver.ThemeJavaScriptDataSource()
|
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.ThemeJavaScriptDataSource()
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.DataSource
ctx
- The FacesContext
desc
- The LayoutElement
component
- The UIComponent
key
- 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 |