How to Obtain the Requested Model During Development
I. Problem
Is there a ready-made method to obtain the requested model, module, and method name?
II. Solution
Obtain the module:
PamirsSession.getServApp()
Obtain request information: Request information includes the model, method name, etc.
PamirsSession.getRequestVariables().getRequestInfoMap()