|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISpecificationSource | |
---|---|
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
org.apache.tapestry.engine | Implementations of the IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.pages | Basic pages used for errors, stale links and stale sessions. |
org.apache.tapestry.resolver | Namespace resolution of pages/components/etc.. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | Service implementations. |
Uses of ISpecificationSource in org.apache.tapestry.contrib.inspector |
---|
Methods in org.apache.tapestry.contrib.inspector that return ISpecificationSource | |
---|---|
abstract ISpecificationSource |
Selector.getSpecificationSource()
|
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.pages |
---|
Methods in org.apache.tapestry.pages that return ISpecificationSource | |
---|---|
abstract ISpecificationSource |
Exception.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |