Uses of Interface
org.apache.tapestry.engine.ISpecificationSource

Packages that use ISpecificationSource
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.resolver   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of ISpecificationSource in org.apache.tapestry
 

Methods in org.apache.tapestry that return ISpecificationSource
 ISpecificationSource IEngine.getSpecificationSource()
          Deprecated. To be removed in 4.1. This value can be injected as "infrastructure:specificationSource".
 

Uses of ISpecificationSource in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return ISpecificationSource
 ISpecificationSource AbstractEngine.getSpecificationSource()
           
 

Uses of ISpecificationSource in org.apache.tapestry.resolver
 

Methods in org.apache.tapestry.resolver that return ISpecificationSource
protected  ISpecificationSource AbstractSpecificationResolver.getSpecificationSource()
          Returns the specification source for the running application.
 

Methods in org.apache.tapestry.resolver with parameters of type ISpecificationSource
 void AbstractSpecificationResolver.setSpecificationSource(ISpecificationSource source)
           
 

Uses of ISpecificationSource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ISpecificationSource
 ISpecificationSource Infrastructure.getSpecificationSource()
          Returns the source of all application, page, component and library specifications.
 

Uses of ISpecificationSource in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ISpecificationSource
 class SpecificationSourceImpl
          Default implementation of ISpecificationSource that expects to use the normal class loader to locate component specifications from within the classpath.
 

Methods in org.apache.tapestry.services.impl that return ISpecificationSource
 ISpecificationSource InfrastructureImpl.getSpecificationSource()
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type ISpecificationSource
NamespaceResourcesImpl(ISpecificationSource source, AssetSource assetSource)