|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.rave.designtime.faces.ResolveResult
This class wraps the return value from FacesDesignContext.resolveBindingExprToBean(String expr). The passed expression will be resolved to the deepest DesignBean instance within the context. Any remaining expression will be returned in the 'remainder' property of this object.
FacesDesignContext.resolveBindingExprToBean(String)| Field Summary | |
protected DesignBean |
designBean
protected storage for the 'designBean' property |
protected java.lang.String |
remainder
protected storage for the 'remainder' property |
| Constructor Summary | |
ResolveResult(DesignBean designBean,
java.lang.String remainder)
Constructs a ResolveResult with the specified DesignBean and remainder expression. |
|
ResolveResult(java.lang.String remainder)
Constructs a ResolveResult with the specified remainder expression. |
|
| Method Summary | |
DesignBean |
getDesignBean()
Rertuns the deepest resolved DesignBean |
java.lang.String |
getRemainder()
Rertuns the remaining expression that did could not be resolved to a DesignBean |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected DesignBean designBean
protected java.lang.String remainder
| Constructor Detail |
public ResolveResult(DesignBean designBean,
java.lang.String remainder)
designBean - The deepest resolved DesignBeanremainder - The remaining expression from the resolving processpublic ResolveResult(java.lang.String remainder)
remainder - The remaining expression from the resolving process| Method Detail |
public DesignBean getDesignBean()
public java.lang.String getRemainder()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||