google-nomulus/java/google/registry/module/pubapi
guyben 3f6585fccc Reduce duplicate code in the servlets
Currently, all 4 servlets (backend, frontend, pubapi, tools) have duplicates of
the same exact code.

That's an anti-pattern!

Created a ServletBase they can all extend which has the duplicate code.

As a bonus, the tools servlet now runs the metric reporter, meaning tool
related metrics will now be reported!

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219792176
2018-11-02 14:44:22 -04:00
..
BUILD Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00
package-info.java Add "pubapi" App Engine service for check API, WHOIS, and RDAP 2018-05-30 12:18:54 -04:00
PubApiComponent.java Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00
PubApiRequestComponent.java Start using non-EPP-flow-wrapping implementation in CheckAPI 2018-06-27 15:28:52 -04:00
PubApiRequestHandler.java Add "pubapi" App Engine service for check API, WHOIS, and RDAP 2018-05-30 12:18:54 -04:00
PubApiServlet.java Reduce duplicate code in the servlets 2018-11-02 14:44:22 -04:00