Date: 2004-07-16T11:36:45
Editor: TravisStevens <[EMAIL PROTECTED]>
Wiki: Jakarta Commons Wiki
Page: ImplementsInterface
URL: http://wiki.apache.org/jakarta-commons/ImplementsInterface
no comment
New Page:
== Name ==
Implements Interface
== Intent ==
There are multiple implementations of a particular interface and more implementation
to come. New classes should be able to be instantiated without changing the
configuration rules.
== Sample Code ==
{{{
<chain-element
className="com.package.ThirdChainElement"
visible="true"
length="1" />
}}}
{{{
digester.addObjectCreate("chain-element", "com.package.BaseChainElement", "className";
digester.addSetProperties("chain-element");
}}}
}}}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]