|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectechoxul.view.ViewLocator
echoxul.view.locator.BaseViewLocator
echoxul.view.locator.DelegatingViewLocator
The DelegatingViewLocator loads a View from the first ResourceLocator which can find the resource.
| Field Summary |
| Fields inherited from class echoxul.view.ViewLocator |
ATTRIBUTE_NAME |
| Constructor Summary | |
DelegatingViewLocator(ResourceLocator[] rl)
|
|
| Method Summary | |
View |
lookupView(java.lang.String path)
Looks up a (potentially cached) view from the list of ViewResolvers registered with this instance. |
| Methods inherited from class echoxul.view.locator.BaseViewLocator |
loadXULView, lookupView |
| Methods inherited from class echoxul.view.ViewLocator |
getInstance, setInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DelegatingViewLocator(ResourceLocator[] rl)
| Method Detail |
public View lookupView(java.lang.String path)
throws ViewNotFoundException
ViewLocatorTODO: Fully document this method
lookupView in class ViewLocatorpath - The resolver specific path string
ViewNotFoundException - if the view cannot be foundViewLocator.lookupView(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||