Uses of Interface
echoxul.view.locator.ResourceLocator

Packages that use ResourceLocator
echoxul.view.locator   
 

Uses of ResourceLocator in echoxul.view.locator
 

Classes in echoxul.view.locator that implement ResourceLocator
 class DynamicResourceLocator
          Implements a ResourceLocator which will only find resources that are programatically inserted.
 class FileResourceLocator
          ResourceLocator which reads resources from the file system.
 class JavaResourceLocator
          A ResourceLocator that loads resources from the Java classpath.
 class ServerResourceLocator
          A ResourceLocator which reads resources from a ServletContext
 

Constructors in echoxul.view.locator with parameters of type ResourceLocator
CachingViewLocator(ResourceLocator[] rl)
          Equivilent to the two-arg ctor with "false" passed for disableCaching
CachingViewLocator(ResourceLocator[] rl, boolean disableCaching)
          A ViewLocator which searches the list of ResourceLocators.
DelegatingViewLocator(ResourceLocator[] rl)
           
 



Copyright © 2004 Terry Laurenzo. All Rights Reserved.