Moduleurn:org:ten60:netkernel:tpt:http
The
HTTPRedirect
accessor is exported by the urn:org:ten60:netkernel:tpt:http module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operator | Mandatory | the uri to redirect to |
Example UsageDPML<instr> <type>HTTPRedirect</type> <operator> <uri>http://www.1060.org</uri> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest();
req.setURI("active:HTTPRedirect");
req.addArgument("operator", "http://www.1060.org");
result=context.issueSubRequest(req);
Purpose |