User: pathoss 
  Date: 02/05/12 08:21:15

  Modified:    modules/apache/src/xdoclet/modules/apache/struts/ejb Tag:
                        MODULE_REFACTORING_BRANCH StrutsFormSubTask.java
  Log:
  Refactored. Now all the modules compile.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +4 -17     
xdoclet/modules/apache/src/xdoclet/modules/apache/struts/ejb/Attic/StrutsFormSubTask.java
  
  Index: StrutsFormSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/ejb/Attic/StrutsFormSubTask.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -w -r1.1.2.6 -r1.1.2.7
  --- StrutsFormSubTask.java    2 May 2002 20:20:31 -0000       1.1.2.6
  +++ StrutsFormSubTask.java    12 May 2002 15:21:15 -0000      1.1.2.7
  @@ -17,7 +17,7 @@
   import xjavadoc.XClass;
   import xjavadoc.XTag;
   
  -import org.apache.log4j.Category;
  +import org.apache.commons.logging.Log;
   import xdoclet.modules.ejb.AbstractEjbCodeGeneratorSubTask;
   
   /**
  @@ -29,7 +29,7 @@
    *
    * @author Dmitri Colebatch ([EMAIL PROTECTED])
    * @created September 3, 2001
  - * @version $Revision: 1.1.2.6 $
  + * @version $Revision: 1.1.2.7 $
    */
   public class StrutsFormSubTask extends AbstractEjbCodeGeneratorSubTask {
   
  @@ -42,9 +42,7 @@
         * Form tag being processed right now
         */
        protected XTag currentFormTag;
  -     /**
  -      * @todo-javadoc Describe the field
  -      */
  +
        public final static String SUBTASK_NAME = "strutsForm";
   
        /**
  @@ -52,7 +50,6 @@
         */
        protected static String DEFAULT_TEMPLATE_FILE = "resources/struts_form.xdt";
   
  -
        /**
         * Describe what the StrutsFormSubTask constructor does
         *
  @@ -64,7 +61,6 @@
                setOfType("javax.ejb.EntityBean");
        }
   
  -
        /**
         * Sets the CurrentFormTag attribute of the StrutsFormSubTask object
         *
  @@ -74,7 +70,6 @@
                this.currentFormTag = t;
        }
   
  -
        /**
         * Sets the Pattern attribute of the StrutsFormSubTask object
         *
  @@ -84,7 +79,6 @@
                formClassPattern = new_pattern;
        }
   
  -
        /**
         * Gets the CurrentFormTag attribute of the StrutsFormSubTask object
         *
  @@ -94,7 +88,6 @@
                return currentFormTag;
        }
   
  -
        /**
         * Gets the SubTaskName attribute of the StrutsFormSubTask object
         *
  @@ -104,7 +97,6 @@
                return SUBTASK_NAME;
        }
   
  -
        /**
         * Return the class pattern.
         *
  @@ -119,7 +111,6 @@
                }
        }
   
  -
        /**
         * Called to validate configuration parameters.
         *
  @@ -140,7 +131,6 @@
                }
        }
   
  -
        /**
         * Gets the GeneratedFileName attribute of the StrutsFormSubTask object
         *
  @@ -154,7 +144,6 @@
                return 
PackageTagsHandler.packageNameAsPathFor(StrutsFormTagsHandler.getStrutsFormClassFor(getCurrentClass()))
 + ".java";
        }
   
  -
        /**
         * Returns whether struts form[s] shall be generated for this class
         *
  @@ -176,7 +165,6 @@
                }
        }
   
  -
        /**
         * iterate through all
         *
  @@ -196,7 +184,6 @@
                }
        }
   
  -
        /**
         * Describe what the method does
         *
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to