org.glassfish.jersey.server.gae
Class GaeFeature
java.lang.Object
org.glassfish.jersey.server.gae.GaeFeature
- All Implemented Interfaces:
- javax.ws.rs.core.Feature
@ConstrainedTo(value=SERVER)
public final class GaeFeature
- extends Object
- implements javax.ws.rs.core.Feature
Google App Engine JAX-RS Feature implementation.
It helps to setup JAX-RS runtime to support GAE environment.
Register this class in your ResourceConfig subclass.
- Author:
- Libor Kramolis (libor.kramolis at oracle.com)
|
Method Summary |
boolean |
configure(javax.ws.rs.core.FeatureContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GaeFeature
public GaeFeature()
configure
public boolean configure(javax.ws.rs.core.FeatureContext context)
- Specified by:
configure in interface javax.ws.rs.core.Feature
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.