You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor JSP tag handlers to have duplicated functionality in a common base
class.
What version of the product are you using? On what operating system?
Patch is vs. trunk revision 688
Please provide any additional information below.
* Refactor common encode tag code to BaseEncodeTag
* change tags to extend BaseEncodeTag
* replace tag's implementation of doAfterBody with implementation
of BaseCodeTag's abstract encode method.
* bump tag's serialVersionUIDs again as the superclass has changed.
* add javadoc comments
Original issue reported on code.google.com by schal...@darkmist.net on 15 Oct 2009 at 6:16
Original issue reported on code.google.com by
schal...@darkmist.net
on 15 Oct 2009 at 6:16Attachments:
The text was updated successfully, but these errors were encountered: