@jws:control Tag

Specifies that the object annotated by this tag is a WebLogic Workshop control. Causes the object to be displayed as a control in Design View and causes WebLogic Server to connect the control to its underlying infrastructure.

Syntax

@jws:control

Attributes

none

Remarks

The following rules apply to this tag's use:

If the @jws:control tag is not present on a control instance declaration, the control will not be connected to its underlying infrastructure and therefore the control will not operate. Attempts to invoke control methods will result in Null Pointer Exceptions (NPEs).

Note: All @jws tags are Javadoc tags. Javadoc tags are not recognized unless they are in a Javadoc comment, which must begin with /** (two asterisks).

Related Topics

Controls: Using Resources from a Web Service

Structure of a JWS File