|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.external.jsf.lookup.JsfLookupExtImpl
public class JsfLookupExtImpl
Implements JsfLookupExt, which allows access to JSF beans.
Changes for 1.0.1:
| Constructor Summary | |
|---|---|
JsfLookupExtImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getJsfBean(java.lang.String jsfExpression)
This method locates given bean and returns it. |
void |
setJvConfigurationWrapper(JvConfigurationWrapper jvConfigWrapper)
Called by the jv framework when initializing the implementation class (right after constructing an instance). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsfLookupExtImpl()
| Method Detail |
|---|
public java.lang.Object getJsfBean(java.lang.String jsfExpression)
JsfLookupExt
getJsfBean in interface JsfLookupExtjsfExpression - A valid jsf expression, which will be resolved. Make sure to include the jsf tags:
#{myBackingBeanName} for instance.
public void setJvConfigurationWrapper(JvConfigurationWrapper jvConfigWrapper)
JsfLookupExt
setJvConfigurationWrapper in interface JsfLookupExtjvConfigWrapper - The configuration of the framework, allowing access to
the current configuration.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||