@j2c.command

This tag provides a mechanism to generate the Command Bean proxy.. This 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 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
Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.