Project

General

Profile

Actions

Bug #63

closed

methods in MetaCatServlet should be private not protected

Added by Matt Jones over 23 years ago. Updated about 22 years ago.

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).

Actions #1

Updated by Matt Jones over 23 years ago

reassigned to berkley (I think he already handled this bug.)

Actions #2

Updated by Chad Berkley over 23 years ago

Extraneous methods were changed, the protected, overridable methods are:
decodeMouseAction
handleSQuery
handleQuery
transformQuery
transformResultSet
createResultDocument

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 63

Actions

Also available in: Atom PDF