Uses of Class
com.geekologue.md4j.generators.AbstractXsltBasedGenerator

Packages that use AbstractXsltBasedGenerator
com.geekologue.md4j.generators   
 

Uses of AbstractXsltBasedGenerator in com.geekologue.md4j.generators
 

Subclasses of AbstractXsltBasedGenerator in com.geekologue.md4j.generators
 class Ejb21Generator
          Context parameters: singletonDaos: Whether to use JVM Singleton DAOs
 class HibernateDaoGenerator
          Context parameters: singletonDaos: Whether to use JVM Singleton DAOs Please not that if singletonDaos is set to true, your Hibernate configuration file should include the following line: <property name="current_session_context_class">thread</property>
 class StrutsAction1NestedCrudActionGenerator
          Creates Create or Update Struts 1.x create/update Actions depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedFormBeanGenerator
          Creates Search or CRUD Struts 1.x Action Form Beans depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedJsp2Generator
          Creates View, Create or Update JSP 2.0 pages depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedLoadOrSearchActionGenerator
          Creates Create or Update Struts 1.x load/search Actions depending on the "actionType" XSLT param (see constructor.
 



Copyright © 2003-2007 Manos Batsis. All Rights Reserved.