BBjspCommandConfig::addForward (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.20 and higher, this method returns a new BBjspCommandForward and adds it to the BBjspCommandConfig
Syntax
Return Value |
Method |
addForward(string name, string path, boolean redirect) |
|
addForward(string name, string path, string pipeline, boolean redirect) |
Parameters
Variable |
Description |
name |
the name of the forward |
path |
the path part of the forwards URI |
pipeline |
the pipeline to execute when command completes. |
redirect |
should the forward redirect to the new page |
Return Value
Remarks
None.
Example
|