public class WadlModelProcessorFeature extends Object implements Feature
model processor. The feature registers model processor
which enhance the resource model with WADL resource extensions.| Constructor and Description |
|---|
WadlModelProcessorFeature() |
| 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)
Featuretrue 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-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.