- readAtom(HttpServletRequest, String) - Method in class won.node.web.LinkedDataWebController
-
- readAtomDeep(HttpServletRequest, String, Integer) - Method in class won.node.web.LinkedDataWebController
-
This request URL should be protected by WebID filter because the result
contains events data - which is data with restricted access.
- readAttachment(HttpServletRequest, String) - Method in class won.node.web.LinkedDataWebController
-
- readConnection(HttpServletRequest, String, String) - Method in class won.node.web.LinkedDataWebController
-
- readConnectionEvents(HttpServletRequest, String, String, Integer, String, String, String, boolean) - Method in class won.node.web.LinkedDataWebController
-
- readConnectionsOfAtom(HttpServletRequest, String, String, String, boolean, Integer, String, String, String, String) - Method in class won.node.web.LinkedDataWebController
-
Get the RDF for the connections of the specified atom.
- readEvent(String, HttpServletRequest, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
-
This request URL should be protected by WebID filter because the result
contains events data - which is data with restricted access.
- readNode(HttpServletRequest) - Method in class won.node.web.LinkedDataWebController
-
- readUnreadInformationGet(String, List<URI>) - Method in class won.node.web.LinkedDataWebController
-
- readUnreadInformationPost(String, List<URI>) - Method in class won.node.web.LinkedDataWebController
-
- redirectToData(HttpServletRequest, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
-
If the HTTP 'Accept' header is an RDF MIME type (as listed in the 'produces'
value of the RequestMapping annotation), a redirect to a data uri is sent.
- redirectToPage(HttpServletRequest, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
-
If the HTTP 'Accept' header is 'text/html' (as listed in the 'produces' value
of the RequestMapping annotation), a redirect to a page uri is sent.
- register(String, HttpServletRequest) - Method in class won.node.web.LinkedDataWebController
-