|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JsfLookupExt
This interface defines the contract that must be used for looking up JSF (Java Server Faces) beans. The implementing class can be found inside the jsf-dep project. As you can see we return an Object, this is to keep things independent, so that the core can be used independently if you do not use JSF.
The default implementation class can be found in the jsf-dep project, if you wish to provide a custom implementation, feel free and specify in the jv-config.xml file.
| 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). |
| Method Detail |
|---|
java.lang.Object getJsfBean(java.lang.String jsfExpression)
jsfExpression - A valid jsf expression, which will be resolved. Make sure to include the jsf tags:
#{myBackingBeanName} for instance.
void setJvConfigurationWrapper(JvConfigurationWrapper jvConfigWrapper)
jvConfigWrapper - 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 | ||||||||