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

NameTypeData TypeDescription
Result*Result (Optional)PRIM_WEB.RouteAn instance of PRIM_WEB.Route created by this method
Path*InputUnicode StringA 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)StringA string identifying the LANSA view component to be created when this route becomes active
Parent*Input (Optional)PRIM_WEB.RoutableA reference to a PRIM_WEB.Routable that is the parent of the new route

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference