It will explain a concept
|
|
|
|
|
|
|
|
|
|
ShowEntityInfo.do
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
StrutsPrepareAndExecuteFilter in web.xml
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
struts.xml
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
struts-default.xml
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
ShowEntityInfo.do
--> ShowEntityInfoAction.java
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
ShowEntityInfoAction.execute() method
returns result String
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|
forwards to mapped result page in struts-default.xml based on result String
|
| |
| |
| |
| |
|
|
|
|
|
|
|
|
|