You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by TM...@gcre.com on 2001/01/31 15:55:07 UTC

Tag Library Definition Inheritence

Just as functionality can be inherited as you subclass the tag handlers, is
it also possible to inherit the corresponding tag interface definitions in
the library file?  The TLD files are growing unnecessarily large.  Thanks.


Re: Tag Library Definition Inheritence

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
TMalvos@gcre.com wrote:

> Just as functionality can be inherited as you subclass the tag handlers, is
> it also possible to inherit the corresponding tag interface definitions in
> the library file?  The TLD files are growing unnecessarily large.  Thanks.

Unfortunately, it is not.  There is no way to say that "this tag has all the
same attributes as that tag, plus a few more."

Craig McClanahan