Hi
Is it possible to use Spring IDE with custom tags? Say I have a new tag
<sb:showbean>
<sb:class>xyz.abc.Foo</sb:class>
<sb:showmethod name="getSubscribers"/>
</sb:showbean>
So every time a sb:showmethod tab is added, I want the name attribute
to show content assist containing all public methods in class
xyz.abc.Foo (like for name attribute of property tag in bean namespace
it shows all properties in the class)
Is this doable with Spring IDE, possibly using the tools tags?
Thanks in advance!
Regards,
Ashish Vashisht
|