Uses of Interface
org.apache.tapestry5.ioc.Resource

Packages that use Resource
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.test   
 

Uses of Resource in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc that return Resource
 Resource Resource.forFile(java.lang.String relativePath)
          Returns a Resource based on a relative path, relative to the folder containing the resource.
 Resource Resource.forLocale(java.util.Locale locale)
          Returns a localized version of the resource.
 Resource Location.getResource()
          The resource from which the object tagged with a location was derived.
 Resource Resource.withExtension(java.lang.String extension)
          Returns a new Resource with the extension changed (or, if the resource does not have an extension, the extension is added).
 

Uses of Resource in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services that return Resource
 Resource StringLocation.getResource()
          Returns null; we don't know where the file really is (it's probably a class on the class path).
 

Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type Resource
ResourceSymbolProvider(Resource resource)
           
 

Uses of Resource in org.apache.tapestry5.ioc.internal.util
 

Classes in org.apache.tapestry5.ioc.internal.util that implement Resource
 class AbstractResource
          Abstract implementation of Resource.
 class ClasspathResource
          Implementation of Resource for files on the classpath (as defined by a ClassLoader).
 

Methods in org.apache.tapestry5.ioc.internal.util that return Resource
 Resource AbstractResource.forFile(java.lang.String relativePath)
           
 Resource AbstractResource.forLocale(java.util.Locale locale)
           
 Resource LocationImpl.getResource()
           
protected  Resource ClasspathResource.newResource(java.lang.String path)
           
protected abstract  Resource AbstractResource.newResource(java.lang.String path)
          Factory method provided by subclasses.
 Resource AbstractResource.withExtension(java.lang.String extension)
           
 

Constructors in org.apache.tapestry5.ioc.internal.util with parameters of type Resource
LocationImpl(Resource resource)
           
LocationImpl(Resource resource, int line)
           
LocationImpl(Resource resource, int line, int column)
           
 

Uses of Resource in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return Resource
protected  Resource IOCTestCase.mockResource()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type Resource
protected  void IOCTestCase.train_forFile(Resource resource, java.lang.String relativePath, Resource file)
           
protected  void IOCTestCase.train_forLocale(Resource base, java.util.Locale locale, Resource resource)
           
protected  void IOCTestCase.train_getPath(Resource r, java.lang.String path)
           
protected  void IOCTestCase.train_toURL(Resource resource, java.net.URL url)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.