Page History
| Anchor | ||||
|---|---|---|---|---|
|
| Panel | ||
|---|---|---|
| ||
A simple component class that associates a path string with the Visual LANSA Web View class that is to be displayed when the route's FullPath matches the path component of the current URL |
...
The Route class associates a path string with the Visual LANSA web view component.
It is displayed when the path string matches the current URL path component.
...
The Access property of the PRIM_WEB.Route primwebroute class flags protected routes. Visual LANSA does not apply meaning to protected routes.
The application code is responsible for the appropriate actions to ensure route integrity. Usually, it requires to Sign In to the route if the user is not signed in at the time the route is accessed.
...
Name | Description |
|---|---|
CreateInstance is signalled signaled when an instance of a component is created [Inherited from PRIM_WEB.Route (PRIM_WEB.Route) | |
DestroyInstance is signalled signaled when an instance of a component is about to be destroyed [Inherited from PRIM_WEB.Route (PRIM_WEB.Route) |
Methods
Name | Description |
|---|---|
Method to support creation of a route when building a dynamic router Inherited from PRIM_WEB.Routable (PRIM_WEB.Routable) Result, Path, View, Parent |
...