Uses of Class
echoxul.view.ViewLocator

Packages that use ViewLocator
echoxul.view   
echoxul.view.locator   
 

Uses of ViewLocator in echoxul.view
 

Methods in echoxul.view that return ViewLocator
static ViewLocator ViewLocator.getInstance(nextapp.echo.EchoInstance echoInstance)
          Return the singleton instance, creating a default one if necessary
 

Methods in echoxul.view with parameters of type ViewLocator
static void ViewLocator.setInstance(nextapp.echo.EchoInstance echoInstance, ViewLocator viewCache)
          Call at application startup to initialize an EchoInstance with a singleton ViewCache.
 

Uses of ViewLocator in echoxul.view.locator
 

Subclasses of ViewLocator in echoxul.view.locator
 class BaseViewLocator
          Provides basic implementations common to all echoxul implementation.
 class CachingViewLocator
          An extension of DelegatingViewLocator which caches all returned Views.
 class DelegatingViewLocator
          The DelegatingViewLocator loads a View from the first ResourceLocator which can find the resource.
 class DynamicViewLocator
          A ViewLocator which is not backed by any physical resources.
 



Copyright © 2004 Terry Laurenzo. All Rights Reserved.