org.glassfish.jersey.server.wadl
Class WadlFeature

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.WadlFeature
All Implemented Interfaces:
javax.ws.rs.core.Feature

public class WadlFeature
extends Object
implements javax.ws.rs.core.Feature

Feature enabling WADL processing. The feature registers providers and binders needed to enable wadl in the jersey application. One of the providers is wadl model processor which enhances current resources by additional wadl resources like /application.wadl and wadl options method.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

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

WadlFeature

public WadlFeature()
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.