Uses of Interface
org.apache.tapestry.services.BSFManagerFactory

Packages that use BSFManagerFactory
org.apache.tapestry.binding Implementations of IBinding
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.services.impl   
 

Uses of BSFManagerFactory in org.apache.tapestry.binding
 

Constructors in org.apache.tapestry.binding with parameters of type BSFManagerFactory
ListenerBinding(java.lang.String description, ValueConverter valueConverter, org.apache.hivemind.Location location, IComponent component, java.lang.String language, java.lang.String script, BSFManagerFactory managerFactory)
           
 

Uses of BSFManagerFactory in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type BSFManagerFactory
 void PageLoader.setManagerFactory(BSFManagerFactory managerFactory)
           
 

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

Classes in org.apache.tapestry.services.impl that implement BSFManagerFactory
 class BSFManagerFactoryImpl