Package echoxul.view.locator

Interface Summary
ResourceLocator Implementations of this interface are responsible for taking a String (path) and returning an InputSource that can be used to load an XML file.
 

Class Summary
BaseViewLocator Provides basic implementations common to all echoxul implementation.
CachingViewLocator An extension of DelegatingViewLocator which caches all returned Views.
DelegatingViewLocator The DelegatingViewLocator loads a View from the first ResourceLocator which can find the resource.
DynamicResourceLocator Implements a ResourceLocator which will only find resources that are programatically inserted.
DynamicViewLocator A ViewLocator which is not backed by any physical resources.
FileResourceLocator ResourceLocator which reads resources from the file system.
JavaResourceLocator A ResourceLocator that loads resources from the Java classpath.
ServerResourceLocator A ResourceLocator which reads resources from a ServletContext
 



Copyright © 2004 Terry Laurenzo. All Rights Reserved.