Is it possible to get the invoked method name in JSF other than using PhaseListener? What i want is to log the invoke listener name and the url from the dao class. ie,
Bean --calls--> Service --calls--> Repository (executes query and need to write the invoked url and the invoked bean method name to log file).
Is this possible?