This tag provides a mechanism to generate the Command Bean
proxy. This tag is a method-level doclet tag.
Scope: method
Multiplicity
(0..1): You can use this tag
zero to one time in the Java™ source file.
Purpose
The j2c.command tag provides a mechanism to generate the Command Bean proxy.
Parameters
The following table lists the valid
parameters for this tag:
| Attribute |
Type |
Description |
Required |
| class |
String |
The name of the Command Bean proxy. If
the class value is a qualified Java name, then the generation creates the qualified Java type within the existing Project. If the
class value is a non-qualified Java name, then the generation occurs in the same package as that of
the Java bean that defines the
doclet tag. |
Yes |
| inputName |
String |
The name of the property on the generated
Command Bean proxy to store the input value. |
No |
| outputName |
String |
The name of the property on the generated
Command Bean proxy to store the output value. |
No |