Index

A B C D E F H L O R 
All Classes and Interfaces|All Packages|Serialized Form

A

ApplicationConfig - Interface in com.qubitpi.ws.jersey.template.config
ApplicationConfig provides an interface for retrieving configuration values, allowing for implicit type conversion, defaulting, and use of a runtime properties interface to override configured settings.

B

BinderFactory - Class in com.qubitpi.ws.jersey.template.application
A binder factory builds a custom binder for the Jersey application.
BinderFactory() - Constructor for class com.qubitpi.ws.jersey.template.application.BinderFactory
 
buildBinder() - Method in class com.qubitpi.ws.jersey.template.application.BinderFactory
Builds a hk2 Binder instance.

C

com.qubitpi.ws.jersey.template.application - package com.qubitpi.ws.jersey.template.application
 
com.qubitpi.ws.jersey.template.cache - package com.qubitpi.ws.jersey.template.cache
 
com.qubitpi.ws.jersey.template.config - package com.qubitpi.ws.jersey.template.config
 
com.qubitpi.ws.jersey.template.web.endpoints - package com.qubitpi.ws.jersey.template.web.endpoints
 
com.qubitpi.ws.jersey.template.web.filters - package com.qubitpi.ws.jersey.template.web.filters
 
CorsFilter - Class in com.qubitpi.ws.jersey.template.web.filters
CorsFilter is a Jersey pre-matching filter handling CORS.
CorsFilter() - Constructor for class com.qubitpi.ws.jersey.template.web.filters.CorsFilter
 

D

DataServlet - Class in com.qubitpi.ws.jersey.template.web.endpoints
Endpoint that contains a basic sanity-check.
DataServlet() - Constructor for class com.qubitpi.ws.jersey.template.web.endpoints.DataServlet
Constructor for dependency injection.

E

exampleConfigKey() - Method in interface com.qubitpi.ws.jersey.template.config.ApplicationConfig
Example config definition.

F

filter(ContainerRequestContext) - Method in class com.qubitpi.ws.jersey.template.web.filters.CorsFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class com.qubitpi.ws.jersey.template.web.filters.CorsFilter
 

H

healthcheck() - Method in class com.qubitpi.ws.jersey.template.web.endpoints.DataServlet
A webservice sanity-check endpoint.

L

LruCache<K,V> - Class in com.qubitpi.ws.jersey.template.cache
LRU Cache.

O

ofSize(int) - Static method in class com.qubitpi.ws.jersey.template.cache.LruCache
Creates a new instance of LruCache with the provided maximum number of entries hold in the cache.

R

removeEldestEntry(Map.Entry<K, V>) - Method in class com.qubitpi.ws.jersey.template.cache.LruCache
 
ResourceConfig - Class in com.qubitpi.ws.jersey.template.application
The resource configuration for the web applications.
ResourceConfig() - Constructor for class com.qubitpi.ws.jersey.template.application.ResourceConfig
DI Constructor that allows for finer dependency injection control.
A B C D E F H L O R 
All Classes and Interfaces|All Packages|Serialized Form