Package org.glassfish.jersey.server.gae
Class GaeFeature
- 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
ResourceConfigsubclass in order to be able to run your Jersey application on Google App Engine.- Author:
- Libor Kramolis, Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description GaeFeature()
-
-
-
Method Detail
-
configure
public boolean configure(FeatureContext context)
-
-