how to write my own Action servlet by extending
pre-defined Action servlet in struts config.
Answer Posted / kans
am not sure but folloing is the answer for this
we can write our own action servlet by extending
requestprocessor,requestprocessor is the class where u
define ur own methods,like processpreprocess().isUserinRole
()
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Will the struts tags support other markup languages such as wml ?
how does request processor relates to action mapping?
Can you explain aware interfaces in struts2?
What is the design role played by struts?
What is the purpose of @results?
Explain design patterns which is used in struts?
Why it called struts?
What are the 5 constants of action interface?
What do you mean by struts.dev mode?
What is Custom Type Converter in Struts2?
Are the struts tags xhtml compliant ?
What is execute method in struts?
What is the purpose of @typeconversion annotation annotation?
What is the naming convention for a resource bundle file in struts2?
What is actionform in struts?