Aaron Smuts wrote:
To just get a list you could do something like this, I guess:
In an Action class put the getServlet, else omit if in the servlet.
Enumeration enum =
getServlet().getServletConfig().getInitParameterNames()
Then you could look for the ones that start with "config/"
A more ro
To just get a list you could do something like this, I guess:
In an Action class put the getServlet, else omit if in the servlet.
Enumeration enum =
getServlet().getServletConfig().getInitParameterNames()
Then you could look for the ones that start with "config/"
This doesn't tell you much.
A
2 matches
Mail list logo