Uses of Interface
org.apache.tapestry.resolver.ISpecificationResolverDelegate

Packages that use ISpecificationResolverDelegate
org.apache.tapestry.resolver   
 

Uses of ISpecificationResolverDelegate in org.apache.tapestry.resolver
 

Methods in org.apache.tapestry.resolver that return ISpecificationResolverDelegate
 ISpecificationResolverDelegate AbstractSpecificationResolver.getDelegate()
          Returns the ISpecificationResolverDelegateinstance registered in the application specification as extension Tapestry#SPECIFICATION_RESOLVER_DELEGATE_EXTENSION_NAME, or null if no such extension exists.
 

Methods in org.apache.tapestry.resolver with parameters of type ISpecificationResolverDelegate
 void AbstractSpecificationResolver.setDelegate(ISpecificationResolverDelegate delegate)