A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractEntityFacade<E,I> - Class in com.googlecode.jinahya.persistence
Abstract implementation.
AbstractEntityFacade(Class<E>) - Constructor for class com.googlecode.jinahya.persistence.AbstractEntityFacade
Creates a new instance.
AbstractFilter - Class in com.googlecode.jinahya.servlet
Abstract implementation of Filter.
AbstractFilter() - Constructor for class com.googlecode.jinahya.servlet.AbstractFilter
 
AbstractStatusType - Class in com.googlecode.jinahya.ws.core.response
 
AbstractStatusType(Response.Status.Family, int, String) - Constructor for class com.googlecode.jinahya.ws.core.response.AbstractStatusType
Creates a new instance.
AbstractStatusType(Response.Status, String) - Constructor for class com.googlecode.jinahya.ws.core.response.AbstractStatusType
Creates a new instance with given status and reasonPhrase.

B

BadRequest400 - Class in com.googlecode.jinahya.ws.core.response
 
BadRequest400(String) - Constructor for class com.googlecode.jinahya.ws.core.response.BadRequest400
 
BufferedHttpServletResponseWrapper - Class in com.googlecode.jinahya.servlet.http
 
BufferedHttpServletResponseWrapper(HttpServletResponse) - Constructor for class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
Creates a new instance.
BufferedServletOutputStream - Class in com.googlecode.jinahya.servlet
Buffered implementation of ServletOutputStream.
BufferedServletOutputStream() - Constructor for class com.googlecode.jinahya.servlet.BufferedServletOutputStream
Creates a new instance.
buildable(int, String) - Static method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new response builder for given arguments.
buildable() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new response builder for this status type.
built(int, String) - Static method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new response for given arguments.
built() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new response for this status type.

C

cassword(byte[]) - Static method in class com.googlecode.jinahya.persistence.MappedMorton
Converts given bassword into a char[].
CollapsedStringSize - Annotation Type in com.googlecode.jinahya.validation.constraints
 
CollapsedStringSizeValidator - Class in com.googlecode.jinahya.validation
 
CollapsedStringSizeValidator() - Constructor for class com.googlecode.jinahya.validation.CollapsedStringSizeValidator
 
com.googlecode.jinahya.persistence - package com.googlecode.jinahya.persistence
 
com.googlecode.jinahya.servlet - package com.googlecode.jinahya.servlet
 
com.googlecode.jinahya.servlet.http - package com.googlecode.jinahya.servlet.http
 
com.googlecode.jinahya.validation - package com.googlecode.jinahya.validation
 
com.googlecode.jinahya.validation.constraints - package com.googlecode.jinahya.validation.constraints
 
com.googlecode.jinahya.ws.core - package com.googlecode.jinahya.ws.core
 
com.googlecode.jinahya.ws.core.response - package com.googlecode.jinahya.ws.core.response
 
com.googlecode.jinahya.ws.rs.core - package com.googlecode.jinahya.ws.rs.core
 
Conflict409 - Class in com.googlecode.jinahya.ws.core.response
 
Conflict409(String) - Constructor for class com.googlecode.jinahya.ws.core.response.Conflict409
Creates a new instance.

D

DENSITY_MAX - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The maximum value of density.
DENSITY_MIN - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The minimum value of density.
destroy() - Method in class com.googlecode.jinahya.servlet.AbstractFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.googlecode.jinahya.servlet.http.HttpFilter

Overridden to invoke HttpFilter.doFilter(HttpServletRequest, HttpServletResponse, FilterChain) when request is an instance of HttpServletRequest and response is an instance of HttpServletResponse.

doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.googlecode.jinahya.servlet.http.HttpFilter
Does filtering on given arguments.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.googlecode.jinahya.servlet.http.JAXBSchemaGeneratorServlet
 

E

entityClass - Variable in class com.googlecode.jinahya.persistence.AbstractEntityFacade
entity class.
EntityFacade<E,I> - Interface in com.googlecode.jinahya.persistence
 
EntityFacadeSupport - Class in com.googlecode.jinahya.persistence
 
EntityFacadeSupport() - Constructor for class com.googlecode.jinahya.persistence.EntityFacadeSupport
Creates a new instance.

F

FILE_SUFFIX_EXPRESSION - Static variable in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
A regular expression for file suffix.
FILE_SUFFIX_PATTERN - Static variable in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
FileSuffixToMediaTypeDispatcher - Class in com.googlecode.jinahya.servlet.http
 
FileSuffixToMediaTypeDispatcher() - Constructor for class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
 
find(I) - Method in class com.googlecode.jinahya.persistence.AbstractEntityFacade
 
find(I) - Method in interface com.googlecode.jinahya.persistence.EntityFacade
 
find(EntityManager, Class<E>, I) - Static method in class com.googlecode.jinahya.persistence.EntityFacadeSupport
Finds an entity instance.
flushBuffer() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
 
Forbidden403 - Class in com.googlecode.jinahya.ws.core.response
 
Forbidden403(String) - Constructor for class com.googlecode.jinahya.ws.core.response.Forbidden403
 

G

getBytes() - Method in class com.googlecode.jinahya.servlet.BufferedServletOutputStream
Returns buffered bytes.
getBytes() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
Returns buffered bytes.
getEntityManager() - Method in class com.googlecode.jinahya.persistence.AbstractEntityFacade
Returns entity manager.
getFamily() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
 
getFilterConfig() - Method in class com.googlecode.jinahya.servlet.AbstractFilter
Returns filterConfig.
getHeader(String) - Method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
getHeaderNames() - Method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
getHeaders(String) - Method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
getJAXBContext() - Method in class com.googlecode.jinahya.servlet.http.JAXBSchemaGeneratorServlet
Creates the JAXBContex for generating schema.
getOutputCharacterEncoding() - Method in class com.googlecode.jinahya.servlet.http.XML2HTMLFilter
Returns output character encoding.
getOutputCharacterEncoding() - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Returns output character encoding.
getOutputContentType() - Method in class com.googlecode.jinahya.servlet.http.XML2HTMLFilter
Returns output content type.
getOutputContentType() - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Returns output content type.
getOutputStream() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
 
getReasonPhrase() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
 
getServletContext() - Method in class com.googlecode.jinahya.servlet.AbstractFilter
Returns servletContext.
getStatusCode() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
 
getStylesheetResource() - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Returns stylesheet resource.
getTransformerFactory() - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Returns a TransformerFactory instance.
getTransformerOutputProperties(Properties) - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Fills output properties for the Transformer.
getTransformerParameters(Map<String, Object>) - Method in class com.googlecode.jinahya.servlet.http.XSLTFilter
Fills parameters for the Transformer.
getWriter() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
 
Gone410 - Class in com.googlecode.jinahya.ws.core.response
 
Gone410(String) - Constructor for class com.googlecode.jinahya.ws.core.response.Gone410
 

H

HttpFilter - Class in com.googlecode.jinahya.servlet.http
 
HttpFilter() - Constructor for class com.googlecode.jinahya.servlet.http.HttpFilter
 

I

init(FilterConfig) - Method in class com.googlecode.jinahya.servlet.AbstractFilter
 
init(FilterConfig) - Method in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
 
INITIAL_VALUE - Static variable in class com.googlecode.jinahya.persistence.Pkv
initial value.
initialize(CollapsedStringSize) - Method in class com.googlecode.jinahya.validation.CollapsedStringSizeValidator
 
initialize(NormalizedStringSize) - Method in class com.googlecode.jinahya.validation.NormalizedStringSizeValidator
 
InternalServerError500 - Class in com.googlecode.jinahya.ws.core.response
 
InternalServerError500(String) - Constructor for class com.googlecode.jinahya.ws.core.response.InternalServerError500
 
isValid(String, ConstraintValidatorContext) - Method in class com.googlecode.jinahya.validation.CollapsedStringSizeValidator
 
isValid(String, ConstraintValidatorContext) - Method in class com.googlecode.jinahya.validation.NormalizedStringSizeValidator
 
iterationCount(int, byte[]) - Static method in class com.googlecode.jinahya.persistence.MappedMorton
 

J

JAXBSchemaGeneratorServlet - Class in com.googlecode.jinahya.servlet.http
 
JAXBSchemaGeneratorServlet() - Constructor for class com.googlecode.jinahya.servlet.http.JAXBSchemaGeneratorServlet
 

L

log(String) - Method in class com.googlecode.jinahya.servlet.AbstractFilter
Logs given message.
log(String, Throwable) - Method in class com.googlecode.jinahya.servlet.AbstractFilter
Logs given message with specified cause.

M

MAPPED_DENSITY - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The default value for density.
MAPPED_SODIUM_LENGTH - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The default length of sodium.
MappedMorton - Class in com.googlecode.jinahya.persistence
MappedMorton(int, byte[]) - Constructor for class com.googlecode.jinahya.persistence.MappedMorton
Creates a new instance.
MappedMorton() - Constructor for class com.googlecode.jinahya.persistence.MappedMorton
Creates a new instance.
MEDIA_TYPE_APPLICATION_XHTML_XML - Static variable in class com.googlecode.jinahya.servlet.http.XML2HTMLFilter
Preferred Media Type for XHTML.
MEDIA_TYPE_EXPRESSION - Static variable in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
A regular expression for media type.
MEDIA_TYPE_PATTERN - Static variable in class com.googlecode.jinahya.servlet.http.FileSuffixToMediaTypeDispatcher
MEDIA_TYPE_TEXT_HTML - Static variable in class com.googlecode.jinahya.servlet.http.XML2HTMLFilter
Preferred Media Type for HTML.
merge(E) - Method in class com.googlecode.jinahya.persistence.AbstractEntityFacade
 
merge(E) - Method in interface com.googlecode.jinahya.persistence.EntityFacade
 
merge(EntityManager, Class<E>, E) - Static method in class com.googlecode.jinahya.persistence.EntityFacadeSupport
Merges an entity instance.

N

newInstance(int, String) - Static method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Creates a new instance of this status type for given arguments.
newPrecedingInstance(HttpServletRequest, Map<String, List<String>>) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
newPrecedingInstance(HttpServletRequest, String, List<String>) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
newPrecedingInstance(HttpServletRequest, String, String) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
newSuccedingInstance(HttpServletRequest, Map<String, List<String>>) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
newSucceedingInstance(HttpServletRequest, String, List<String>) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
newSucceedingInstance(HttpServletRequest, String, String) - Static method in class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
 
NormalizedStringSize - Annotation Type in com.googlecode.jinahya.validation.constraints
 
NormalizedStringSizeValidator - Class in com.googlecode.jinahya.validation
 
NormalizedStringSizeValidator() - Constructor for class com.googlecode.jinahya.validation.NormalizedStringSizeValidator
 
NotAcceptable406 - Class in com.googlecode.jinahya.ws.core.response
 
NotAcceptable406(String) - Constructor for class com.googlecode.jinahya.ws.core.response.NotAcceptable406
 
NotFound404 - Class in com.googlecode.jinahya.ws.core.response
 
NotFound404(String) - Constructor for class com.googlecode.jinahya.ws.core.response.NotFound404
 

O

OrphanStatusType - Class in com.googlecode.jinahya.ws.core.response
 
OrphanStatusType(Response.Status.Family, int, String) - Constructor for class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Creates a new instance with given arguments.

P

pbkdf2(char[], byte[], int, int) - Static method in class com.googlecode.jinahya.persistence.MappedMorton
Does PBKDF2.
persist(E) - Method in class com.googlecode.jinahya.persistence.AbstractEntityFacade
 
persist(E) - Method in interface com.googlecode.jinahya.persistence.EntityFacade
 
persist(EntityManager, Class<E>, E) - Static method in class com.googlecode.jinahya.persistence.EntityFacadeSupport
Persists an entity instance.
PK_COLUMN_NAME - Static variable in class com.googlecode.jinahya.persistence.Pkv
primary key colum name.
Pkv - Class in com.googlecode.jinahya.persistence
 
PreconditionFailed412 - Class in com.googlecode.jinahya.ws.core.response
 
PreconditionFailed412(String) - Constructor for class com.googlecode.jinahya.ws.core.response.PreconditionFailed412
 
PREFERRED_CHARACTER_ENCODING - Static variable in class com.googlecode.jinahya.servlet.http.XSLTFilter
Preferred character encoding.

R

remove(I) - Method in class com.googlecode.jinahya.persistence.AbstractEntityFacade
 
remove(I) - Method in interface com.googlecode.jinahya.persistence.EntityFacade
 
remove(EntityManager, Class<E>, I) - Static method in class com.googlecode.jinahya.persistence.EntityFacadeSupport
Removes an entity instance.
RequestHeaderWrapper - Class in com.googlecode.jinahya.servlet.http
 
RequestHeaderWrapper(HttpServletRequest, Map<String, List<String>>, Map<String, List<String>>) - Constructor for class com.googlecode.jinahya.servlet.http.RequestHeaderWrapper
Creates a new instance with request and additional headers.
reset() - Method in class com.googlecode.jinahya.servlet.BufferedServletOutputStream
Reset this OutputStream.
reset() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
 
resetBuffer() - Method in class com.googlecode.jinahya.servlet.http.BufferedHttpServletResponseWrapper
 

S

salty(byte[]) - Method in class com.googlecode.jinahya.persistence.MappedMorton
Makes given bland salty.
SchemaStreamingOutput - Class in com.googlecode.jinahya.ws.rs.core
An implementation for generating an XML Schema from a JAXBContext.
SchemaStreamingOutput(JAXBContext) - Constructor for class com.googlecode.jinahya.ws.rs.core.SchemaStreamingOutput
Creates a new instance.
ServletResponseResult - Class in com.googlecode.jinahya.servlet
 
ServletResponseResult(HttpServletResponse) - Constructor for class com.googlecode.jinahya.servlet.ServletResponseResult
Creates a new instance.
setSystemId(HttpServletRequest) - Method in class com.googlecode.jinahya.servlet.ServletResponseResult
Sets systemId with given request's getRequestURL() value.
sodium(int) - Static method in class com.googlecode.jinahya.persistence.MappedMorton
Generates a sodium.
SODIUM_SIZE_MAX - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The maximum length of sodium.
SODIUM_SIZE_MIN - Static variable in class com.googlecode.jinahya.persistence.MappedMorton
The minimum length of sodium.

T

TABLE - Static variable in class com.googlecode.jinahya.persistence.Pkv
table name.
throwable(int, String) - Static method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new web application exception for given arguments.
throwable() - Method in class com.googlecode.jinahya.ws.core.response.OrphanStatusType
Returns a new web application exception for this status type.
toSchemaOutputResolver() - Method in class com.googlecode.jinahya.servlet.ServletResponseResult
Returns self as a SchemaOutputResolver.

U

Unauthorized401 - Class in com.googlecode.jinahya.ws.core.response
 
Unauthorized401(String) - Constructor for class com.googlecode.jinahya.ws.core.response.Unauthorized401
 
UnsupportedMediaType415 - Class in com.googlecode.jinahya.ws.core.response
 
UnsupportedMediaType415(String) - Constructor for class com.googlecode.jinahya.ws.core.response.UnsupportedMediaType415
 

V

VALUE_COLUMN_NAME - Static variable in class com.googlecode.jinahya.persistence.Pkv
primary key value column name.

W

write(int) - Method in class com.googlecode.jinahya.servlet.BufferedServletOutputStream
 
write(OutputStream) - Method in class com.googlecode.jinahya.ws.rs.core.SchemaStreamingOutput
 

X

XML2HTMLFilter - Class in com.googlecode.jinahya.servlet.http
Filter for transforming XML to (X)HTML.
XML2HTMLFilter() - Constructor for class com.googlecode.jinahya.servlet.http.XML2HTMLFilter
 
XSLTFilter - Class in com.googlecode.jinahya.servlet.http
XSLT Filter.
XSLTFilter() - Constructor for class com.googlecode.jinahya.servlet.http.XSLTFilter
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2011-2013. All Rights Reserved.