is it possible to see actionservlet in my system. if yes how
Answer Posted / sekhar babu
Yes we can see only .class file of ActionServlet class in
struts.jar,
If we want to see the class file use any of the decompiles
which converts .class to .java file.
Or we can download source from the apache.org site
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @element annotation annotation?
Which servlet does the struts framework use?
What does modeldriven interceptor?
What is purpose of execandwait interceptor?
Which file is used by controller to get mapping information for request routing?
How can duplicate form submission be handled in struts 2?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is the use of token interceptor in Struts2?
What is front controller in struts2?
What is the purpose of struts.properties in struct2?
Can a reducer dispatch an action?
Why was reload removed from struts (since 1.1)?
What are the benefits of Struts framework?
Where can I get a copy of struts?
how does request processor relates to action mapping?