Uses of Interface
org.apache.turbine.services.assemblerbroker.util.AssemblerFactory

Packages that use AssemblerFactory
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.assemblerbroker.util.java   
 

Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker with parameters of type AssemblerFactory
 void AssemblerBrokerService.registerFactory(java.lang.String type, AssemblerFactory factory)
          Register an AssemblerFactory class for a given type
 void TurbineAssemblerBrokerService.registerFactory(java.lang.String type, AssemblerFactory factory)
          Register a new AssemblerFactory under a certain type
 

Uses of AssemblerFactory in org.apache.turbine.services.assemblerbroker.util.java
 

Classes in org.apache.turbine.services.assemblerbroker.util.java that implement AssemblerFactory
 class JavaActionFactory
          An action factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaBaseFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaLayoutFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaNavigationFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaPageFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaScheduledJobFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 class JavaScreenFactory
          A screen factory that attempts to load a java class from the module packages defined in the TurbineResource.properties.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.