|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WadlRepresentation | |
|---|---|
| net.craftforge.essential.controller.documentation.jaxb | |
| net.craftforge.essential.controller.managers | |
| Uses of WadlRepresentation in net.craftforge.essential.controller.documentation.jaxb |
|---|
| Methods in net.craftforge.essential.controller.documentation.jaxb that return types with arguments of type WadlRepresentation | |
|---|---|
List<WadlRepresentation> |
WadlResponse.getRepresentations()
|
List<WadlRepresentation> |
WadlRequest.getRepresentations()
|
| Method parameters in net.craftforge.essential.controller.documentation.jaxb with type arguments of type WadlRepresentation | |
|---|---|
void |
WadlResponse.setRepresentations(List<WadlRepresentation> representations)
|
void |
WadlRequest.setRepresentations(List<WadlRepresentation> representations)
|
| Uses of WadlRepresentation in net.craftforge.essential.controller.managers |
|---|
| Methods in net.craftforge.essential.controller.managers that return types with arguments of type WadlRepresentation | |
|---|---|
protected List<WadlRepresentation> |
DocumentationManager.getRepresentations(List<String> supportedMediaTypes)
Gets a list of representations from a list of supported media types. |
protected List<WadlRepresentation> |
DocumentationManager.getRequestRepresentations(Method method,
Configuration configuration)
Gets a request representation from a Java method and a controller configuration. |
protected List<WadlRepresentation> |
DocumentationManager.getResponseRepresentations(Method method,
Configuration configuration)
Gets a response representation from a Java method and a controller configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||