Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

digester question

Status
Not open for further replies.

floppy2

Programmer
Joined
May 10, 2007
Messages
1
Location
BE
Hi,

In an xml file I have under the tag "impl" a reference to a java class. The name of the class can change here.
Is it possible with digester to read in the value of the "impl"-tag(=com.ihb.component.httpinspector.actions.BlockAction) and create an object of this class?
Is this all possible with digester?

<action>
<impl>
com.ihb.component.httpinspector.actions.BlockAction
</impl>
</action>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top