Question
What is interceptor in Struts2

Answers

Interceptors are the backbone of Struts2 Framework. Struts2 interceptors are responsible for most of the processing done by the framework, such as passing request params to action classes, making Servlet API request, response, session available to Action classes, validation, i18n support, etc.

ActionInvocation is responsible to incapsulate Action classes and interceptors and to fire them in order. The most important method for use in ActionInvocation is invoke() method that keeps track of the interceptor chain and invokes the next interceptor or action. This is one of the best example of Chain of Responsibility pattern in Java EE frameworks.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What are the advantages of waterfall model?
  • Q Does each cell have unique address?
  • Q What is internal interrupts?
  • Q What is centralised air system?
  • Q What is tsq and tdq?
  • Q How can administrator assign java ee 5 security permissions to actual users in websphere application server?
  • Q Is there anything like an ifdef for typedefs?
  • Q What are the major constraints on relevant and reliable financial statements?
  • Q Find the next three terms of the series; 1, 4, 9, 18, 35 - - - - -
  • Q In which African country is Lake Turkana?
  • Q What is the program structure of WMLScript?