java.lang.Object
org.glassfish.jersey.server.gae.GaeFeature
All Implemented Interfaces:
Feature

@ConstrainedTo(SERVER) public final class GaeFeature extends Object implements Feature
Google App Engine integration for Jersey server runtime.

Register this feature in your ResourceConfig subclass in order to be able to run your Jersey application on Google App Engine.

Author:
Libor Kramolis, Marek Potociar
  • Constructor Details

    • GaeFeature

      public GaeFeature()
  • Method Details