Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / sudhakar
The Digester class parser the XML document. The Digester
framework comes with 10 prepackaged "rules," which cover
most of the required tasks when unmarshalling XML (such as
creating a bean or setting a bean property), but each user
is free to define and implement his or her own rules, as
necessary.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is execute method in struts?
What are the struts2 configuration properties that control file uploading process?
What are the conditions for actionform to work correctly?
What configuration changes are required to use Tiles in Struts?
What is the purpose of execute method of action class?
What is the purpose of @stringlengthfieldvalidator annotation?
What is struts actionmapping?
What do you mean by struts.dev mode?
How to combine the struts with velocity template?
What is action support class in struts2?
What are construction struts?
What is controller in struts ?
Can we have more than one struts-config.xml file for a single struts application?
How is declarative handling of exceptions done in struts ?
What do you mean by actionservlet?