Uses of Interface
org.apache.tapestry.parse.ISpecificationParser

Packages that use ISpecificationParser
org.apache.tapestry.parse Classes used when parsing templates, application and component specifications. 
org.apache.tapestry.services.impl   
 

Uses of ISpecificationParser in org.apache.tapestry.parse
 

Classes in org.apache.tapestry.parse that implement ISpecificationParser
 class SpecificationParser
          Parses the different types of Tapestry specifications.
 

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

Methods in org.apache.tapestry.services.impl with parameters of type ISpecificationParser
 void ApplicationSpecificationInitializer.setParser(ISpecificationParser parser)
           
 void SpecificationSourceImpl.setParser(ISpecificationParser parser)