Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • delight delight
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • delight
  • delightdelight
  • Wiki
  • DocuFeature

DocuFeature · Changes

Page history
embedded server methods renamed authored May 20, 2019 by Andreas Lauer's avatar Andreas Lauer
Hide whitespace changes
Inline Side-by-side
DocuFeature.md
View page @ 3323ba02
This feature generates online documentation
This feature generates online documentation. This documentation is available in two versions.
* /_api: A list of all registered handlers and the methods provided by them. Special annotations
can be used to augment/modify method descriptions.
* `@Documentation`: prints an extra comment in front of the method signature.
* more?
* /_help: Prints an overview how to use the configured RequestHandler and the registered features.
Also includes the API-section.
Documentation accepts content negotiation, i.e., by adding a `.txt` or setting the HTTP header `Accept: text/plain`
you can force a plain text description.
This, for example, makes the API description machine-readable.
## Maven
<dependency>
<groupId>dfki.sds.delight</groupId>
<artifactId>docu-delight-feature</artifactId>
<version>4.0-SNAPSHOT</version>
</depencency>
<dependency>
<groupId>dfki.sds.delight</groupId>
<artifactId>docu-delight-feature</artifactId>
<version>4.0-SNAPSHOT</version>
</depencency>
Clone repository
  • DocuFeature
  • ExampleServer
  • ExampleWebApp
  • Home
  • ServerSentEventsFeature
  • StatsFeature
  • people
  • xmlrpc
    • Documentation
    • ExampleUsingConverterRegistry
    • ExampleUsingOwnConceteTypes
    • ExampleUsingOwnInterfaceTypes
    • ExampleUsingThirdPartyTypes
    • ExampleUsingXmlRpcBeans
    • ExampleUsingXmlRpcCompliantTypes

Legal Notice, Imprint, Privacy Policy