Class WadlFeature

java.lang.Object
org.glassfish.jersey.server.wadl.WadlFeature
All Implemented Interfaces:
Feature

public class WadlFeature extends Object implements 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
  • Constructor Details

    • WadlFeature

      public WadlFeature()
  • Method Details