Added WSF_ROUTER.pre_route_execution_actions: ACTION_SEQUENCE [like route]

This way, one can add logger hook to router, to see which "route" was taken by the request.
This commit is contained in:
Jocelyn Fiat
2012-04-13 16:40:19 +02:00
parent 0bd2d16c12
commit 21b03a05fd
6 changed files with 25 additions and 7 deletions

View File

@@ -24,8 +24,7 @@ note
revision: "$Revision$"
deferred class
WSF_ROUTING_HANDLER [H -> WSF_HANDLER [C],
C -> WSF_HANDLER_CONTEXT]
WSF_ROUTING_HANDLER [H -> WSF_HANDLER [C], C -> WSF_HANDLER_CONTEXT]
inherit
WSF_HANDLER [C]