public class WadlFeature extends Object implements Feature
wadl model processor
which enhances
current resources by additional wadl resources like /application.wadl
and wadl options method.Constructor and Description |
---|
WadlFeature() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
|
public boolean configure(FeatureContext context)
Feature
true
if the feature was successfully enabled or false
otherwise.
Note that under some circumstances the feature may decide not to enable itself, which is indicated by returning
false
. In such case the configuration context does not add the feature to the collection of enabled features
and a subsequent call to Configuration.isEnabled(Feature)
or Configuration.isEnabled(Class)
method
would return false
.
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.