org.glassfish.jersey.server.gae
Class GaeFeature

java.lang.Object
  extended by 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)

Constructor Summary
GaeFeature()
           
 
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
 

Constructor Detail

GaeFeature

public GaeFeature()
Method Detail

configure

public boolean configure(javax.ws.rs.core.FeatureContext context)
Specified by:
configure in interface javax.ws.rs.core.Feature


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.