org.glassfish.jersey.linking
Class DeclarativeLinkingFeature
java.lang.Object
org.glassfish.jersey.linking.DeclarativeLinkingFeature
- All Implemented Interfaces:
- javax.ws.rs.core.Feature
@Beta
public class DeclarativeLinkingFeature
- extends Object
- implements javax.ws.rs.core.Feature
A feature to enable the declarative linking functionality
- Author:
- Mark Hadley, Gerard Davison (gerard.davison 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 |
DeclarativeLinkingFeature
public DeclarativeLinkingFeature()
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.