Application Integration (On-Premises) : Incorporating web applications : webMethods Tag Library for JSP : webMethods Tag Library Summary
webMethods Tag Library Summary
The following is a summary of the tags in the webMethods tag library. Each tag is described in more detail later in this appendix
Note:  
Tags are case sensitive. In your JSP, you must type them exactly as shown in this appendix (for example, <webm:comment>, not <WEBM:COMMENT> or <Webm:Comment>).
For information about how Integration Server identifies the tag prefix (webm), see About Creating Web Applications.
Use this tag...
To...
<jsp:include>
Insert a text file in the JSP. At run time, Integration Server inserts the contents of the specified file in the JSP and processes any tags the file contains. For more information, see <jsp:include>.
<webm:comment>
Add a comment to the JSP. For more information, see <webm:comment>.

<webm:ifvar>

<webm:then>

<webm:else>
Execute a block of code in the JSP if a specified condition is met. The condition can specify either that a certain variable exists or has a particular value in the Integration Server pipeline. You can also define a different block of code to execute if the specified condition is not met. For more information, see <webm:ifvar>.

<webm:invoke>

<webm:onError>

<webm:onSuccess>
Call an Integration Server service. You can also define a block of code to execute if the service completes without errors and a block of code to execute if the service fails. Integration Server runs the specified service at run time and returns the results of the service to the JSP. For more information, see <webm:invoke>.

<webm:loop>

<webm:loopsep>
Execute a block of code in the JSP once for each element in a specified Document, Document List, or String List in the Integration Server pipeline. You can insert a specified character sequence between results from a <webm:loop> tag in the HTML page produced from the JSP. For more information, see <webm:loop>.
<webm:nl>
Generate a new line character in the HTML page produced from the JSP. For more information, see <webm:nl>.
<webm:rename>
Rename or copy a variable in the Integration Server pipeline. For more information, see <webm:rename>.
<webm:scope>
Limit the variables in the Integration Server pipeline that are available to a specified block of code in the JSP. For more information, see <webm:scope>.

<webm:switch>

<webm:case>
Execute one of multiple blocks of code, based on the value of a variable in the Integration Server pipeline. For more information, see <webm:switch>.
<webm:sysvar>
Insert a special variable or server property into the HTML page produced from the JSP. For more information, see <webm:sysvar>.
<webm:usePipeline>
Make the current Integration Server pipeline available in Java code as an IData variable called webm_pipe. For more information, see <webm:usePipeline>.
<webm:value>
Insert the values of one or more variables from the Integration Server pipeline into the HTML page produced from the JSP. For more information, see <webm:value>.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback