PRIM_WEB.Routable - CreateRoute Method
Method to support creation of a route when building a dynamic router
Member of PRIM_WEB.Routable (PRIM_WEB.Routable)
Parameters
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
An instance of PRIM_WEB.Route created by this method |
|
Path |
*Input |
Unicode String |
A string that defines the values to be used to match against the current URL path component. Use the '{name}' format for a path segment should the segment need to identify a variable. Use the form '/name/partialname*' for a wildcard path. The asterisk must be at the end of the path segment. |
View |
*Input (Optional) |
String |
A string identifying the LANSA view component to be created when this route becomes active |
Parent |
*Input (Optional) |
A reference to a PRIM_WEB.Routable that is the parent of the new route |
Details
No detailed help is available for this feature