|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.wadl.WadlFeature
public class WadlFeature
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.
| Constructor Summary | |
|---|---|
WadlFeature()
|
|
| Method Summary | |
|---|---|
boolean |
configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given runtime configuration scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WadlFeature()
| Method Detail |
|---|
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.
configure in interface Featurecontext - configurable context in which the feature should be enabled.
true if the feature was successfully enabled, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||