User: ara_e_w 
  Date: 02/05/26 13:29:55

  Modified:    modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb Tag:
                        MODULE_REFACTORING_BRANCH MVCSoftTagsHandler.java
  Log:
  xjavadoc javabeaninifiction refactoring
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +3 -3      
xdoclet/modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/Attic/MVCSoftTagsHandler.java
  
  Index: MVCSoftTagsHandler.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/mvcsoft/src/xdoclet/modules/mvcsoft/ejb/Attic/MVCSoftTagsHandler.java,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -w -r1.1.2.7 -r1.1.2.8
  --- MVCSoftTagsHandler.java   21 May 2002 08:29:07 -0000      1.1.2.7
  +++ MVCSoftTagsHandler.java   26 May 2002 20:29:55 -0000      1.1.2.8
  @@ -42,7 +42,7 @@
        */
       public String methodParamType() throws XDocletException
       {
  -        return currentQueryMethodParameter.type().qualifiedName();
  +        return currentQueryMethodParameter.getType().getQualifiedName();
       }
   
       /**
  @@ -53,7 +53,7 @@
        */
       public void forAllQueryMethodParams(String template) throws XDocletException
       {
  -        XParameter[] parameters = getCurrentMethod().parameters();
  +        XParameter[] parameters = getCurrentMethod().getParameters();
   
           for (int i = 0; i < (parameters.length - 2); i++) {
               currentQueryMethodParameter = parameters[i];
  @@ -230,7 +230,7 @@
        */
       private String getKeyAliases() throws XDocletException
       {
  -        return getCurrentMethod().doc().tagAttributeValue("mvcsoft:relation", 
"key-aliases", false);
  +        return getCurrentMethod().getDoc().getTagAttributeValue("mvcsoft:relation", 
"key-aliases", false);
       }
   
       /**
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to