Call a servlet method into a util class
I have a servlet with doGet and navigationLogic methods. I need to call this navigationLogic method in my util class. How can I do that as @3214626 is making the servlet and util class unsatisfied? Please suggest something.

