Uses of Class
echoxul.view.ViewNotFoundException

Packages that use ViewNotFoundException
echoxul.view   
echoxul.view.locator   
 

Uses of ViewNotFoundException in echoxul.view
 

Methods in echoxul.view that throw ViewNotFoundException
abstract  View ViewLocator.lookupView(java.lang.String path)
          Looks up a (potentially cached) view from the list of ViewResolvers registered with this instance.
abstract  View ViewLocator.lookupView(java.lang.Class clazz)
          Similar to lookupView(String) except that it converts the given class into a path and looks up the view with that path.
 

Uses of ViewNotFoundException in echoxul.view.locator
 

Methods in echoxul.view.locator that throw ViewNotFoundException
 View BaseViewLocator.lookupView(java.lang.Class clazz)
          Takes the class name and replaces all periods with slashes and prepending a slash.
 View CachingViewLocator.lookupView(java.lang.String path)
           
 View DelegatingViewLocator.lookupView(java.lang.String path)
           
 View DynamicViewLocator.lookupView(java.lang.String path)
           
 



Copyright © 2004 Terry Laurenzo. All Rights Reserved.