This tag provides a mechanism to generate the Command Bean proxy.. This is a method-level doclet 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 will create the qualified Java type within the existing Project. If the class value is a non-qualifed Java name, then the generation will occur 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 |