I have noticed that http://localhost:8080/apps.tidy.5.json produces a
list of all the sevlets (and scripts) registered with Sling. At the
moment this list only contains the names of the servlets. Presumably
if I added a suitable AdapterFactroy for a ServletResource adapting To
a PropertiesMap, ValueMap or plain old Map I could query the class to
get some developer documentation direct from the Servlet
Does that sound possible ?
Our UI developers are hungry for documentation and don't like reading
code. ( strangely when asked if they write documentation, they tell me
the are only capable of reading it :))
Ian