Actions
Bug #63
closedmethods in MetaCatServlet should be private not protected
Status:
Resolved
Priority:
Normal
Assignee:
Category:
metacat
Target version:
Start date:
08/18/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
63
Description
Many of the helper methods in MetaCatServlet have been changed to "protected"
from their original "private" state. Most of these should be changed back to
"private" because they are not intended to be overridden by subclasses (for
example, handleGetOrPost). A couple should remain "protected", but only when
the method id specifically intended to be overridden (e.g., decodeMouseAction).
Updated by Matt Jones about 24 years ago
reassigned to berkley (I think he already handled this bug.)
Updated by Chad Berkley about 24 years ago
Extraneous methods were changed, the protected, overridable methods are:
decodeMouseAction
handleSQuery
handleQuery
transformQuery
transformResultSet
createResultDocument
Actions