Source: factory.web/ObjRouteRegistry.py
Route registry resolver backed by def_screen/def_route tables.
| Method | Signature | Description |
|---|---|---|
| resolve | resolve(workspace: str, screen: str, method: str = 'GET', package: str = '') -> Dict[str, Any] |
Resolve workspace + screen to a route/screen definition. |
| resolve_from_path | resolve_from_path(workspace: str, screen: str, method: str = 'GET', package: str = '') -> Dict[str, Any] |
Resolve route from logical path. |
| build_target_params | build_target_params(resolved: Dict[str, Any], path_values: Dict[str, Any] | None = None, query_values: Dict[str, Any] | None = None) -> Dict[str, str] |
Build param1/param2/param3 payload for report/form dispatch. |