Is it possible to access a context param in a helper class write in java?
The object i am trying to access is an array list of category choices and i need to search it. I have created the category array and set it as a servlet context variable with a Servlet Context Listener. I know how to access this in a jsp page, but how can I access it in a java class?