methodParamName added.

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of J. Matthew Pryor
> Sent: Friday, December 28, 2001 8:52 AM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] getting the name of a method parameter
> 
> It looks like the ParameterTagsHandler doesn't expose the name of a
> parameter
> 
> I can say <XDtParameter:methodParamType/> but not
> <XDtParameter:methodParamName/>
> 
> ParamterTagsHandler would seem to need a method like this :
> 
>       /**
>        * Returns the name of the current method parameter, current
method
> parameter
>        * is set inside a forAllMethodParams tag in each iteration.
>        *
>        * @return                      name of the current method
parameter
>        * @exception XDocletException  Description of Exception
>        * @doc:tag                     type="content"
>        */
>       public String methodParamName() throws XDocletException
>       {
>               return currentMethodParameter.name().toString();
>       }
> 
> Is there some other way to get it ?
> 
> Thanks,
> Matthew
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to