Package com.sodius.oslc.server.services
Generic servlets and filters for server implementation.
-
Class Summary Class Description AccessLogFilter Logs all servlet requests and their responses.HttpFilter A filter skeleton that ensures it is executed in an HTTP context.I18nService Provides internationalization facilities.JSPCacheFilter A filter, designed for JSPs, to inform web browsers not to cache the response content.LocalesFilter Makes the incoming request languages available to use from anywhere within the current thread and its children with theLocales
API.OslcServerProviderRegistry A registry of JAX-RS providers for OSLC resources and exceptions dedicated to server-side handling.ProxyService Proxies OSLC requests from a client to a remote server.RootServicesService Provides the root services RDF resource.WhoAmIService Provides the current logged-in OSLC Person.