Skip navigation links
A C D E G I L N R S W 

A

addExpiresHeadersBasedOnRequestURI(HttpHeaders, String) - Method in class won.node.web.LinkedDataWebController
If the request URI is the URI of a list page (list of needs, list of connections), or a need uri, it gets the header that says 'already expired' so that crawlers re-download these data.
addHeaders(HttpHeaders) - Method in interface won.node.web.EtagSupportingDataLoader
 

C

createUriForIdentifier(String) - Method in interface won.node.web.EtagSupportingDataLoader
 

D

destroy() - Method in class won.node.web.NeverExpiresFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class won.node.web.NeverExpiresFilter
Sets the Date and Expires header fields such that the response will be treated as 'never expires' (and will therefore be cached forever)

E

EtagSupportingDataLoader<T> - Interface in won.node.web
Created by fkleedorfer on 01.12.2016.

G

getNodeResourceURIPrefix() - Method in class won.node.web.LinkedDataWebController
 

I

init(FilterConfig) - Method in class won.node.web.NeverExpiresFilter
 

L

LinkedDataWebController - Class in won.node.web
TODO: check the working draft here and see to conformance: http://www.w3.org/TR/ldp/ TODO: edit according to the latest version of the spec Not met yet:
LinkedDataWebController() - Constructor for class won.node.web.LinkedDataWebController
 
listConnectionURIs(HttpServletRequest, Integer, String, String, String, String, boolean) - Method in class won.node.web.LinkedDataWebController
 
listNeedURIs(HttpServletRequest, HttpServletResponse, Integer, String, String, String, String) - Method in class won.node.web.LinkedDataWebController
 
loadDataWithEtag(URI, String) - Method in interface won.node.web.EtagSupportingDataLoader
 

N

NeverExpiresFilter - Class in won.node.web
Servlet filter that adds response headers indicating that the response never expires.
NeverExpiresFilter() - Constructor for class won.node.web.NeverExpiresFilter
 

R

readAttachment(HttpServletRequest, String) - Method in class won.node.web.LinkedDataWebController
 
readConnection(HttpServletRequest, String) - Method in class won.node.web.LinkedDataWebController
 
readConnectionEvents(HttpServletRequest, String, Integer, String, String, String, boolean) - Method in class won.node.web.LinkedDataWebController
 
readConnectionsOfNeed(HttpServletRequest, String, boolean, Integer, String, String, String, String) - Method in class won.node.web.LinkedDataWebController
Get the RDF for the connections of the specified need.
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.
readNeed(HttpServletRequest, String) - Method in class won.node.web.LinkedDataWebController
 
readNeedDeep(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.
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
 

S

setConnectionResourceURIPath(String) - Method in class won.node.web.LinkedDataWebController
 
setConnectionResourceURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setDataURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setLinkedDataService(LinkedDataService) - Method in class won.node.web.LinkedDataWebController
 
setNeedResourceURIPath(String) - Method in class won.node.web.LinkedDataWebController
 
setNeedResourceURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setNodeResourceURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setPageURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setRegistrationServer(RegistrationServer) - Method in class won.node.web.LinkedDataWebController
 
setResourceURIPrefix(String) - Method in class won.node.web.LinkedDataWebController
 
setResponseHeaders(HttpServletResponse, HttpHeaders) - Method in class won.node.web.LinkedDataWebController
 
setUriService(URIService) - Method in class won.node.web.LinkedDataWebController
 
showAttachmentPage(String, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showConnectionEventsPage(String, Integer, String, String, String, boolean, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showConnectionPage(String, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showConnectionURIListPage(Integer, boolean, String, String, String, HttpServletRequest, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showConnectionURIListPage(String, Integer, boolean, String, String, String, String, HttpServletRequest, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showDeepNeedPage(String, Model, HttpServletResponse, 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.
showEventPage(String, Model, 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.
showIndexPage() - Method in class won.node.web.LinkedDataWebController
 
showNeedPage(String, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showNeedURIListPage(Integer, String, String, String, HttpServletRequest, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 
showNodeInformationPage(HttpServletRequest, Model, HttpServletResponse) - Method in class won.node.web.LinkedDataWebController
 

W

won.node.web - package won.node.web
 
A C D E G I L N R S W 
Skip navigation links

Copyright © 2018. All Rights Reserved.