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.portlet Core portlet services. 
org.apache.tapestry.services.impl Service implementations. 
 

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.portlet
 

Methods in org.apache.tapestry.portlet with parameters of type ISpecificationParser
 void PortletApplicationSpecificationInitializer.setParser(ISpecificationParser parser)
           
 

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)
           
 



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