Uses of Class
org.apache.cayenne.util.ResourceLocator

Packages that use ResourceLocator
org.apache.cayenne.conf Contains classes dealing with Cayenne configuration files. 
org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. 
org.apache.cayenne.util General utility classes. 
 

Uses of ResourceLocator in org.apache.cayenne.conf
 

Methods in org.apache.cayenne.conf that return ResourceLocator
protected static ResourceLocator ServletUtil.createLocator(ServletContext context)
          A helper method to create default ResourceLocator.
protected abstract  ResourceLocator Configuration.getResourceLocator()
          Returns the resource locator used for finding and loading resources.
protected  ResourceLocator DefaultConfiguration.getResourceLocator()
          Returns the default ResourceLocator configured for CLASSPATH lookups.
 

Methods in org.apache.cayenne.conf with parameters of type ResourceLocator
protected  void DefaultConfiguration.setResourceLocator(ResourceLocator locator)
          Sets the specified ResourceLocator.
 

Constructors in org.apache.cayenne.conf with parameters of type ResourceLocator
DefaultConfiguration(String domainConfigurationName, ResourceLocator locator)
          Creates DefaultConfiguration with specified cayenne project file name and ResourceLocator.
 

Uses of ResourceLocator in org.apache.cayenne.map
 

Methods in org.apache.cayenne.map that return ResourceLocator
protected  ResourceLocator MapLoader.configLocator()
          Creates, configures and returns ResourceLocator object used to lookup DataMap files.
 

Uses of ResourceLocator in org.apache.cayenne.util
 

Subclasses of ResourceLocator in org.apache.cayenne.util
 class WebApplicationResourceLocator
          A ResourceLocator that can find resources relative to web application context.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.