|
ILIAS
trunk Revision v12.0_alpha-1329-g1094ddb0c33
|
Collaboration diagram for ILIAS\StaticURL\Handler\HandlerService:Public Member Functions | |
| __construct (private RequestBuilder $request_builder, private Context $context, private array $handler_instances, private SessionStore $session_store) | |
| initHandler () | |
| performRedirect (URI $base_uri) | |
Private Member Functions | |
| buildCannotReachRedirect (URI $base_uri, Request $request) | |
| Builds the redirect target for a {. More... | |
| appendUnknownParameters (Context $context, string $full_uri) | |
Private Attributes | |
| Factory | $response_factory |
| array | $handlers = [] |
Definition at line 38 of file HandlerService.php.
| ILIAS\StaticURL\Handler\HandlerService::__construct | ( | private RequestBuilder | $request_builder, |
| private Context | $context, | ||
| private array | $handler_instances, | ||
| private SessionStore | $session_store | ||
| ) |
Definition at line 43 of file HandlerService.php.
|
private |
Definition at line 199 of file HandlerService.php.
References ILIAS\StaticURL\Context\http(), and ILIAS\StaticURL\Context\refinery().
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Builds the redirect target for a {.
If the Request carries a ReferenceId, the repository tree is walked upwards until a parent the user can read is found; in that case {
pending_goto so the parent course/group registration flow can show the reg_goto_parent_membership_info message and offer the join action. If no accessible parent is found (or the Request carries no ReferenceId), the user is redirected to their Starting Point / Dashboard. Definition at line 166 of file HandlerService.php.
References ILIAS\StaticURL\Request\Request\getNamespace(), ILIAS\StaticURL\Request\Request\getReferenceId(), and ilUserUtil\getStartingPointAsUrl().
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\StaticURL\Handler\HandlerService::initHandler | ( | ) |
Definition at line 60 of file HandlerService.php.
References $handler.
Referenced by ILIAS\StaticURL\Handler\HandlerService\performRedirect().
Here is the caller graph for this function:| ILIAS\StaticURL\Handler\HandlerService::performRedirect | ( | URI | $base_uri | ) |
Definition at line 81 of file HandlerService.php.
References $handler, $http, $response, ILIAS\StaticURL\Handler\HandlerService\appendUnknownParameters(), ILIAS\StaticURL\Handler\HandlerService\buildCannotReachRedirect(), ILIAS\Data\URI\getPath(), ILIAS\StaticURL\Handler\HandlerService\initHandler(), and ILIAS\Data\URI\withPath().
Here is the call graph for this function:
|
private |
Definition at line 41 of file HandlerService.php.
|
private |
Definition at line 40 of file HandlerService.php.