BBjspPageContext::runPipelineByName (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
in BBj 17.0 and higher, this method executes the named pipeline.
Syntax
Return Value |
Method |
void |
runPipelineByName(string name) |
Parameters
Variable |
Description |
name |
the name of the pipeline to run |
Return Value
None.
Remarks
None.
Example
This example demonstrates how this works in a BBJSP web-page
<%@ taglib uri='/WEB-CFG/tld/core.tld' prefix='c' %> |
This example demonstrates how this works in a BBJSP widget
REM === |