cdk
Tag call


Arbitrary method invocation statement. Should be used within cc:implementation element.

Note: method return value is ignored.



Attributes
NameRequiredRequest-timeTypeDescription
expressionfalsetruejava.lang.String

Method invocation expression. If this attribute is ommitted, body of the tag is used instead.

Examples:

  • <cdk:call expression="responseWriter.writeAttribute(&quot;id&quot;, clientId, &quot;id&quot;)" ...>
  • <cdk:call>responseWriter.writeAttribute("id", clientId, "id")</cdk:call>



Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.