Package | Description |
---|---|
org.glassfish.jersey.server.wadl.config |
Jersey server-side WADL configuration classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
WadlGeneratorLoader.CallbackList |
Modifier and Type | Field and Description |
---|---|
(package private) WadlGeneratorLoader.Callback |
WadlGeneratorLoader.WadlGeneratorControl.callback |
Modifier and Type | Method and Description |
---|---|
private static WadlGeneratorLoader.Callback |
WadlGeneratorLoader.setProperty(java.lang.Object generator,
java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Class<?> osgiConfigClass)
Set the object (generator) property with the given name to the specified value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WadlGeneratorLoader.CallbackList.add(WadlGeneratorLoader.Callback e)
Appends the specified element to the end of the list, if the element is not null.
|
Constructor and Description |
---|
WadlGeneratorControl(WadlGenerator wadlGenerator,
WadlGeneratorLoader.Callback callback)
The constructor.
|