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

A

AbstractCrafterPropertyFilter - Class in org.craftercms.commons.jackson.mvc
 
AbstractCrafterPropertyFilter() - Constructor for class org.craftercms.commons.jackson.mvc.AbstractCrafterPropertyFilter
 
AbstractI10nException - Exception in org.craftercms.commons.i10n
Root exception for any Exception that wants to be localized.
AbstractI10nException() - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
 
AbstractI10nException(String, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
 
AbstractI10nException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
 
AbstractI10nException(Throwable) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nException
 
AbstractI10nRuntimeException - Exception in org.craftercms.commons.i10n
Root runtime exception for any Exception that wants to be localized.
AbstractI10nRuntimeException() - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
AbstractI10nRuntimeException(String, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
AbstractI10nRuntimeException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
AbstractI10nRuntimeException(Throwable) - Constructor for exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
AbstractRestClientBase - Class in org.craftercms.commons.rest
Base class for all Crafter REST clients.
AbstractRestClientBase() - Constructor for class org.craftercms.commons.rest.AbstractRestClientBase
 
actualLogger - Variable in class org.craftercms.commons.i10n.I10nLogger
 
addCookie(String, String, HttpServletResponse) - Method in class org.craftercms.commons.http.CookieManager
Add a new cookie, using the configured domain, path and max age, to the response.
addQueryParams(String, MultiValueMap<String, String>, boolean) - Static method in class org.craftercms.commons.rest.RestClientUtils
Converts a map of params to a query string, and adds it to the specified URL.
addValue(String, Object, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.rest.RestClientUtils
Adds a param value to a params map.
addValues(String, Collection<String>, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.rest.RestClientUtils
Adds a collection of param values to a params map.
addValues(String, String[], MultiValueMap<String, String>) - Static method in class org.craftercms.commons.rest.RestClientUtils
Adds an array of param values to a params map.
AES_CIPHER_ALGORITHM - Static variable in class org.craftercms.commons.crypto.CipherUtils
 
AES_KEY_BYTE_SIZE - Static variable in class org.craftercms.commons.crypto.CipherUtils
 
AesTextEncryptor - Class in org.craftercms.commons.crypto.impl
Implementation of TextEncryptor that uses AES as it's cipher algorithm and Base 64 to encode raw bytes.
AesTextEncryptor(Key) - Constructor for class org.craftercms.commons.crypto.impl.AesTextEncryptor
 
alias - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
aliasParsedCache - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
ALLOW_CREDENTIALS - Static variable in class org.craftercms.commons.web.CORSFilter
 
ALLOW_HEADERS - Static variable in class org.craftercms.commons.web.CORSFilter
 
ALLOW_METHODS - Static variable in class org.craftercms.commons.web.CORSFilter
 
ALLOW_ORIGIN - Static variable in class org.craftercms.commons.web.CORSFilter
 
allSupportedMediaTypes - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
args - Variable in exception org.craftercms.commons.i10n.AbstractI10nException
 
args - Variable in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
asSet(T...) - Static method in class org.craftercms.commons.collections.SetUtils
Creates a set from the array elements.

B

Base64 - Class in org.craftercms.commons.crypto
Deprecated.
Base64.InputStream - Class in org.craftercms.commons.crypto
Deprecated.
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.craftercms.commons.crypto
Deprecated.
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
baseUrl - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
 
BUNDLE_NAME - Static variable in exception org.craftercms.commons.crypto.CryptoException
 
BUNDLE_NAME - Static variable in exception org.craftercms.commons.mail.EmailException
 

C

checkProperty(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
checkPropertyAgainstPattern(List<String>, String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
CipherUtils - Class in org.craftercms.commons.crypto
Utility methods for encryption/decryption.
clear() - Static method in class org.craftercms.commons.http.RequestContext
Removes the context from the current thread.
close() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Flushes and closes (I think, in the superclass) the stream.
contentNegotiationManager - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
CookieManager - Class in org.craftercms.commons.http
Utility class to create and delete cookies with common domain, path and max age.
CookieManager() - Constructor for class org.craftercms.commons.http.CookieManager
 
CORSFilter - Class in org.craftercms.commons.web
 
CORSFilter() - Constructor for class org.craftercms.commons.web.CORSFilter
 
count(Iterable<T>) - Static method in class org.craftercms.commons.collections.IterableUtils
Returns the number of elements the iterable contains.
CrafterJackson2MessageConverter - Class in org.craftercms.commons.jackson.mvc
 
CrafterJackson2MessageConverter() - Constructor for class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
CrafterJacksonAnnotationIntrospector - Class in org.craftercms.commons.jackson.mvc
Extends JacksonAnnotationIntrospector so it will always a filter (so @JsonFilter) annotation is not needed.
CrafterJacksonAnnotationIntrospector() - Constructor for class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
createInstance() - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
createMessage(String, String[], String[], String[], String, String, boolean) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
createModule(List<JsonSerializer<?>>, Map<Class<?>, JsonDeserializer<?>>) - Static method in class org.craftercms.commons.jackson.JacksonUtils
Creates a module from a set of serializers and deserializes.
createQueryStringFromParams(MultiValueMap<String, String>, boolean) - Static method in class org.craftercms.commons.rest.RestClientUtils
Converts a map of params to a query string.
createRequestContext(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
Returns a new RequestContext, using the specified HttpServletRequest and HttpServletResponse.
CryptoException - Exception in org.craftercms.commons.crypto
General error thrown when a crypto related error occurs.
CryptoException(String, Object...) - Constructor for exception org.craftercms.commons.crypto.CryptoException
 
CryptoException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.crypto.CryptoException
 
CryptoUtils - Class in org.craftercms.commons.crypto
Utility methods that can be used both for cipher and message digest operations.
CryptoUtils() - Constructor for class org.craftercms.commons.crypto.CryptoUtils
 
CustomSerializationObjectMapper - Class in org.craftercms.commons.jackson
Extended ObjectMapper that lets you provide your own serializers/deserializers.
CustomSerializationObjectMapper() - Constructor for class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 

D

debug(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
debug(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
DECODE - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Attempts to decode Base64 data and deserialize a Java Object within.
decrypt(String) - Method in class org.craftercms.commons.crypto.impl.AesTextEncryptor
 
decrypt(String) - Method in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
 
decrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
Deprecated.
 
decrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
decrypt(String) - Method in interface org.craftercms.commons.crypto.TextEncryptor
Decrypts the specified encrypted text.
decryptBase64(String) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
deepMerge(Map, Map) - Static method in class org.craftercms.commons.collections.MapUtils
Deep merges two maps
DEFAULT_AES_CIPHER_TRANSFORMATION - Static variable in class org.craftercms.commons.crypto.CipherUtils
 
DEFAULT_ALGORITHM - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
DEFAULT_ENCODING - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
DEFAULT_HTTP_PORT - Static variable in class org.craftercms.commons.http.HttpUtils
 
DEFAULT_HTTPS_PORT - Static variable in class org.craftercms.commons.http.HttpUtils
 
DEFAULT_ITERATIONS - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
DEFAULT_SALT_SIZE - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
defaultKeyAlgorithm - Variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
deleteCookie(String, HttpServletResponse) - Method in class org.craftercms.commons.http.CookieManager
Add a "delete" cookie to the response to indicate the that the stored cookie should be deleted.
deserialize(JsonParser, DeserializationContext) - Method in class org.craftercms.commons.jackson.ObjectIdDeserializer
 
deserializers - Variable in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
destroy() - Method in class org.craftercms.commons.http.RequestContextBindingFilter
 
destroy() - Method in class org.craftercms.commons.web.CORSFilter
 
digest(byte[]) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
digestBase64(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
Binds a new RequestContext to the current thread, and after the the filter chain has finished executing, removes it from the current thread.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.craftercms.commons.web.CORSFilter
 
DONT_BREAK_LINES - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Don't break lines when encoding (violates strict Base64 specification)

E

EhCacheFactoryBean - Class in org.craftercms.commons.cache
Spring FactoryBean used to create EhCache caches as beans.
EhCacheFactoryBean() - Constructor for class org.craftercms.commons.cache.EhCacheFactoryBean
 
Email - Interface in org.craftercms.commons.mail
Represents an email (possibly with from, to, body, etc., depending of the implementation).
EMAIL_PATTERN - Static variable in class org.craftercms.commons.mail.EmailUtils
 
EmailAddressException - Exception in org.craftercms.commons.mail
Thrown when an email address in wrong format is encountered.
EmailAddressException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailAddressException
 
EmailException - Exception in org.craftercms.commons.mail
Thrown when an email can't be sent for some reason.
EmailException(String, Object...) - Constructor for exception org.craftercms.commons.mail.EmailException
 
EmailException(String, Throwable, Object...) - Constructor for exception org.craftercms.commons.mail.EmailException
 
EmailFactory - Interface in org.craftercms.commons.mail
Factory for creating Emails.
EmailFactoryImpl - Class in org.craftercms.commons.mail.impl
Default implementation of EmailFactory.
EmailFactoryImpl() - Constructor for class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
EmailImpl - Class in org.craftercms.commons.mail.impl
Default implementation of Email, which uses Spring Mail to send a message.
EmailImpl(JavaMailSender, MimeMessage) - Constructor for class org.craftercms.commons.mail.impl.EmailImpl
 
EmailPreparationException - Exception in org.craftercms.commons.mail
Thrown when an email message couldn't be prepared properly.
EmailPreparationException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailPreparationException
 
EmailSendException - Exception in org.craftercms.commons.mail
Thrown when an email couldn't be sent for some reason.
EmailSendException(Throwable) - Constructor for exception org.craftercms.commons.mail.EmailSendException
 
EmailUtils - Class in org.craftercms.commons.mail
Utility methods for email related stuff.
ENCODE - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Specify encoding.
encodeBytes(byte[]) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Convenience method for encoding data to a file.
encrypt(String) - Method in class org.craftercms.commons.crypto.impl.AesTextEncryptor
 
encrypt(String) - Method in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
 
encrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
Deprecated.
 
encrypt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
encrypt(String) - Method in interface org.craftercms.commons.crypto.TextEncryptor
Encrypts the specified clear text.
encryptBase64(String) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
error(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
error(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
ERROR_KEY_DEC_ERROR - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
ERROR_KEY_ENC_ERROR - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
ERROR_KEY_GET_KEY_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
ERROR_KEY_INVALID_ALG - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
ERROR_KEY_IV_NOT_SET - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
ERROR_KEY_KEY_NOT_SET - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
ERROR_KEY_KEY_STORE_LOAD_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
ERROR_KEY_KEY_STORE_STORE_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
ERROR_KEY_SAVE_KEY_ERROR - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
ERROR_KEY_TEMPLATE_CONFIG_MISSING - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
errorDetails - Variable in exception org.craftercms.commons.rest.RestServiceException
 
errorResponseType - Variable in class org.craftercms.commons.rest.RestTemplate
 
Exclude - Annotation Type in org.craftercms.commons.jackson.mvc.annotations
Exclude (Suppress) the Annotated field from been process it will be ignore.
extension - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
 

F

FileUtils - Class in org.craftercms.commons.file
General file manipulation utilities.
filter - Variable in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
findFilterId(Annotated) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
flushBase64() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Method added by PHIL.
freeMarkerConfig - Variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 

G

GDataPropertyFilter - Class in org.craftercms.commons.jackson.mvc
A Gdata like property filter (aka selector) gets the information from .
GDataPropertyFilter() - Constructor for class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
generateAesIv() - Static method in class org.craftercms.commons.crypto.CipherUtils
Generates a random initialization vector for an AES cipher.
generateAesKey() - Static method in class org.craftercms.commons.crypto.CipherUtils
Generates a random AES encryption key.
generateKey(String) - Static method in class org.craftercms.commons.crypto.CipherUtils
Generates a random encryption key.
generateRandomBytes(int) - Static method in class org.craftercms.commons.crypto.CryptoUtils
Generates a random array of bytes, using the singleton SecureRandom.
get(String) - Method in class org.craftercms.commons.properties.OverrideProperties
Gets the Query with the given name.
getAbsoluteUrl(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
 
getAcceptableMediaTypes(HttpServletRequest) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
Return the acceptable media types from the request.
getActualLogger() - Method in class org.craftercms.commons.i10n.I10nLogger
 
getAllSupportedMediaTypes(List<HttpMessageConverter<?>>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
Return the media types supported by all provided message converters sorted by specificity via MediaType.sortBySpecificity(List).
getBase64Salt() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
getBaseRequestUrl(HttpServletRequest, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the portion from the URL that includes the scheme, server name and port number, without the server path.
getCipher() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
getCookie(String, HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the cookie with the given name for the given request
getCookieValue(String, HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the cookie value with the given name for the given request
getCurrent() - Static method in class org.craftercms.commons.http.RequestContext
Returns the context for the current thread.
getDigest() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
getEmail(String, String[], String[], String[], String, String, boolean) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, Object, boolean) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, boolean) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
getEmail(String, String[], String[], String[], String, String, Object, boolean) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
getErrorDetails() - Method in exception org.craftercms.commons.rest.RestServiceException
 
getFilterName() - Method in class org.craftercms.commons.jackson.mvc.AbstractCrafterPropertyFilter
 
getFilterName() - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
getFullUrl(HttpServletRequest, String) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the full URL for the relative URL based in the specified request.
getIterations() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
getIv() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
getJsonPrefix() - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
getKey(String, boolean) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
getKey(String, boolean) - Method in interface org.craftercms.commons.crypto.SecretKeyRepository
Returns the secret key for the specified key name
getKey() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
getLocalizedMessage(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
getLocalizedMessage(ResourceBundle, String, Object...) - Static method in class org.craftercms.commons.i10n.I10nUtils
Returns a formatted, localized message according to the specified resource bundle and key.
getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nException
 
getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
getMessageConverters() - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
getMostSpecificMediaType(MediaType, MediaType) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
Return the more specific of the acceptable and the producible media types with the q-value of the former.
getMostSuperClassName(Class<?>) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
getObject() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
getObject() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
getObjectFor(Class<T>, Object, String, Object) - Method in interface org.craftercms.commons.jackson.mvc.annotations.InjectValueFactory
 
getObjectType() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
getObjectType() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
getObjectType() - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
getProducibleMediaTypes(Class<?>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
Returns the media types that can be produced: Media types of configured converters that can write the specific return value, or MediaType.ALL
getRequest() - Method in class org.craftercms.commons.http.RequestContext
 
getRequestUriWithoutContextPath(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the request URI without the context path.
getResourceBundle() - Method in exception org.craftercms.commons.crypto.CryptoException
 
getResourceBundle() - Method in exception org.craftercms.commons.i10n.AbstractI10nException
 
getResourceBundle() - Method in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
getResourceBundle() - Method in exception org.craftercms.commons.mail.EmailException
 
getResponse() - Method in class org.craftercms.commons.http.RequestContext
 
getResponseBodyAsString(ClientHttpResponse) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
getResponseStatus() - Method in exception org.craftercms.commons.rest.RestServiceException
 
getResponseType() - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
getSalt() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
GZIP - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Specify that data should be gzip-compressed.

H

handledType() - Method in class org.craftercms.commons.jackson.ObjectIdSerializer
 
handleError(ClientHttpResponse) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
hasCreatorAnnotation(Annotated) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
hasError(ClientHttpResponse) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
hasError(HttpStatus) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
hashPassword(String) - Static method in class org.craftercms.commons.crypto.CipherUtils
Hashes a password using a SimpleDigest.
hasIgnoreMarker(AnnotatedMember) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
HTTP_SCHEME - Static variable in class org.craftercms.commons.http.HttpUtils
 
HttpMessageConvertingResponseErrorHandler - Class in org.craftercms.commons.rest
ResponseErrorHandler that converts the body of a response with error status code using HttpMessageConverters, and then throws a RestServiceException with the deserialized response body as the errorDetails.
HttpMessageConvertingResponseErrorHandler() - Constructor for class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
HttpMessageConvertingResponseWriter - Class in org.craftercms.commons.rest
Writes the response using a HttpMessageConverter chosen depending on the acceptable media types from the request (most of the code is just a copy from Spring's AbstractMessageConverterMethodProcessor).
HttpMessageConvertingResponseWriter(ContentNegotiationManager, List<HttpMessageConverter<?>>) - Constructor for class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
HTTPS_SCHEME - Static variable in class org.craftercms.commons.http.HttpUtils
 
HttpUtils - Class in org.craftercms.commons.http
Utility methods for HTTP related stuff.
HttpUtils() - Constructor for class org.craftercms.commons.http.HttpUtils
 

I

I10nLogger - Class in org.craftercms.commons.i10n
Localized logger, which wraps an slf4j logger.
I10nLogger(Class<?>, String) - Constructor for class org.craftercms.commons.i10n.I10nLogger
 
I10nLogger(Logger, String) - Constructor for class org.craftercms.commons.i10n.I10nLogger
 
I10nMethodLogger - Class in org.craftercms.commons.logging
MethodLogger using I10n logging.
I10nMethodLogger() - Constructor for class org.craftercms.commons.logging.I10nMethodLogger
 
I10nUtils - Class in org.craftercms.commons.i10n
Utility class for localization stuff.
include(BeanPropertyWriter) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
include(PropertyWriter) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
info(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
info(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
init() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
init() - Method in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
 
init() - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
init(FilterConfig) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
 
init() - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
init() - Method in class org.craftercms.commons.properties.OverrideProperties
Checks and starts the reading of the given Resources.
init() - Method in class org.craftercms.commons.rest.RestTemplate
 
InjectValue - Annotation Type in org.craftercms.commons.jackson.mvc.annotations
 
InjectValueFactory - Interface in org.craftercms.commons.jackson.mvc.annotations
 
injectValueFactory - Variable in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
internalParser(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
isDebugEnabled() - Method in class org.craftercms.commons.i10n.I10nLogger
 
isErrorEnabled() - Method in class org.craftercms.commons.i10n.I10nLogger
 
isInfoEnabled() - Method in class org.craftercms.commons.i10n.I10nLogger
 
isPrimitive(Class<?>) - Method in class org.craftercms.commons.jackson.mvc.AbstractCrafterPropertyFilter
 
isSingleton() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
isSingleton() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
isTraceEnabled() - Method in class org.craftercms.commons.i10n.I10nLogger
 
isWarnEnabled() - Method in class org.craftercms.commons.i10n.I10nLogger
 
IterableUtils - Class in org.craftercms.commons.collections
Utility methods for Iterable.

J

JacksonUtils - Class in org.craftercms.commons.jackson
Utility methods for Jackson.
jsonPrefix - Variable in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 

K

key - Variable in exception org.craftercms.commons.i10n.AbstractI10nException
 
key - Variable in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
KEY - Static variable in exception org.craftercms.commons.mail.EmailPreparationException
 
KEY - Static variable in exception org.craftercms.commons.mail.EmailSendException
 
KEY_STORE_TYPE - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
keyStore - Variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
keyStoreFile - Variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
keyStorePassword - Variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 

L

loadKeyStore() - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_ADDED_COOKIE - Static variable in class org.craftercms.commons.http.CookieManager
 
LOG_KEY_BINGING_CONTEXT - Static variable in class org.craftercms.commons.http.RequestContextBindingFilter
 
LOG_KEY_DEC_SUCCESSFUL - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
LOG_KEY_DEF_CIPHER_CREATED - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
LOG_KEY_DEF_DIGEST_CREATED - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
LOG_KEY_DELETED_COOKIE - Static variable in class org.craftercms.commons.http.CookieManager
 
LOG_KEY_DIGEST_GEN - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
LOG_KEY_EMAIL_SENT - Static variable in class org.craftercms.commons.mail.impl.EmailImpl
 
LOG_KEY_ENC_SUCCESSFUL - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
LOG_KEY_ENTRY - Static variable in class org.craftercms.commons.logging.I10nMethodLogger
 
LOG_KEY_EXCEPTION - Static variable in class org.craftercms.commons.logging.I10nMethodLogger
 
LOG_KEY_EXIT - Static variable in class org.craftercms.commons.logging.I10nMethodLogger
 
LOG_KEY_IV_GEN - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
LOG_KEY_KEY_CREATED - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_KEY_FOUND - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_KEY_GEN - Static variable in class org.craftercms.commons.crypto.SimpleCipher
 
LOG_KEY_KEY_NOT_FOUND - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_KEY_SAVED - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_KEY_STORE_LOADED - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_KEY_STORE_STORED - Static variable in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
LOG_KEY_MIME_MSG_CREATED - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
LOG_KEY_NOOP_USED - Static variable in class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
 
LOG_KEY_PROCESSING_EMAIL_TEMPLATE - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
LOG_KEY_SALT_GEN - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
LOG_KEY_UNBINDING_CONTEXT - Static variable in class org.craftercms.commons.http.RequestContextBindingFilter
 
LOG_KEY_WRITTEN_WITH_MESSAGE_CONVERTER - Static variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
logEntry(String, String, Object[]) - Method in class org.craftercms.commons.logging.I10nMethodLogger
 
logEntry(String, String, Object[]) - Method in interface org.craftercms.commons.logging.MethodLogger
Logs a method entry.
logException(String, String, Throwable) - Method in class org.craftercms.commons.logging.I10nMethodLogger
 
logException(String, String, Throwable) - Method in interface org.craftercms.commons.logging.MethodLogger
Logs a method failure with a exception.
logExit(String, String, Object) - Method in class org.craftercms.commons.logging.I10nMethodLogger
 
logExit(String, String, Object) - Method in interface org.craftercms.commons.logging.MethodLogger
Logs a method exit.
Logged - Annotation Type in org.craftercms.commons.logging
Annotation used to indicate that a method (or all methods of a class, if used in a class) should be logged.
LoggedAspect - Class in org.craftercms.commons.logging
Aspect that uses a MethodLogger to log methods with Logged annotation (or all methods of a class, if used in a class).
LoggedAspect() - Constructor for class org.craftercms.commons.logging.LoggedAspect
 
logMethod(ProceedingJoinPoint) - Method in class org.craftercms.commons.logging.LoggedAspect
 

M

mailSender - Variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
mailSender - Variable in class org.craftercms.commons.mail.impl.EmailImpl
 
main(String[]) - Static method in class org.craftercms.commons.crypto.Base64
Deprecated.
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
MapUtils - Class in org.craftercms.commons.collections
Utility methods for maps.
matchPassword(String, String) - Static method in class org.craftercms.commons.crypto.CipherUtils
Returns true if it's a password match, that is, if the hashed clear password equals the given hash.
MAX_AGE - Static variable in class org.craftercms.commons.web.CORSFilter
 
MEDIA_TYPE_APPLICATION - Static variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
message - Variable in class org.craftercms.commons.mail.impl.EmailImpl
 
messageConverters - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
messageConverters - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
methodLogger - Variable in class org.craftercms.commons.logging.LoggedAspect
 
MethodLogger - Interface in org.craftercms.commons.logging
Utility for logging a method entry/exit.

N

NO_OPTIONS - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
No options specified.
NoOpTextEncryptor - Class in org.craftercms.commons.crypto.impl
TextEncryptor that does not actually encrypt or decrypt the text at all.
NoOpTextEncryptor() - Constructor for class org.craftercms.commons.crypto.impl.NoOpTextEncryptor
 

O

ObjectIdDeserializer - Class in org.craftercms.commons.jackson
Custom Jackson deserializer for ObjectIds, which deserializes a String as an ObjectId by creating the ObjectId through ObjectId.ObjectId(String).
ObjectIdDeserializer() - Constructor for class org.craftercms.commons.jackson.ObjectIdDeserializer
 
ObjectIdSerializer - Class in org.craftercms.commons.jackson
Custom Jackson serializer for ObjectIds, which serializes an ObjectId as a String by calling ObjectId.toString().
ObjectIdSerializer() - Constructor for class org.craftercms.commons.jackson.ObjectIdSerializer
 
ORDERED - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.craftercms.commons.cache - package org.craftercms.commons.cache
 
org.craftercms.commons.collections - package org.craftercms.commons.collections
 
org.craftercms.commons.crypto - package org.craftercms.commons.crypto
 
org.craftercms.commons.crypto.impl - package org.craftercms.commons.crypto.impl
 
org.craftercms.commons.file - package org.craftercms.commons.file
 
org.craftercms.commons.http - package org.craftercms.commons.http
 
org.craftercms.commons.i10n - package org.craftercms.commons.i10n
 
org.craftercms.commons.jackson - package org.craftercms.commons.jackson
 
org.craftercms.commons.jackson.mvc - package org.craftercms.commons.jackson.mvc
 
org.craftercms.commons.jackson.mvc.annotations - package org.craftercms.commons.jackson.mvc.annotations
 
org.craftercms.commons.logging - package org.craftercms.commons.logging
 
org.craftercms.commons.mail - package org.craftercms.commons.mail
 
org.craftercms.commons.mail.impl - package org.craftercms.commons.mail.impl
 
org.craftercms.commons.properties - package org.craftercms.commons.properties
 
org.craftercms.commons.rest - package org.craftercms.commons.rest
 
org.craftercms.commons.web - package org.craftercms.commons.web
 
org.craftercms.commons.zip - package org.craftercms.commons.zip
 
OverrideProperties - Class in org.craftercms.commons.properties
 
OverrideProperties() - Constructor for class org.craftercms.commons.properties.OverrideProperties
Create a JongoQueries instance.

P

p - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
parseRequestSelector(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
PASSWORD_SEP - Static variable in class org.craftercms.commons.crypto.CipherUtils
 
PbkAesTextEncryptor - Class in org.craftercms.commons.crypto.impl
Extension of AesTextEncryptor that generates the encryption key based on a password and salt.
PbkAesTextEncryptor(String, String) - Constructor for class org.craftercms.commons.crypto.impl.PbkAesTextEncryptor
 
processTemplate(String, Object) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
properties - Variable in class org.craftercms.commons.properties.OverrideProperties
Backend properties file.

R

read() - Method in class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readableFileSize(long) - Static method in class org.craftercms.commons.file.FileUtils
Given the size of a file outputs as human readable size using SI prefix.
readPropertyFile(InputStream) - Method in class org.craftercms.commons.properties.OverrideProperties
Does the actual Reading of the properties file (of the given inputstream).
registerSerializationModule() - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
reload() - Method in class org.craftercms.commons.properties.OverrideProperties
Reload the Query map.
RequestContext - Class in org.craftercms.commons.http
Holds the current HTTP servlet request and response.
RequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.craftercms.commons.http.RequestContext
 
RequestContextBindingFilter - Class in org.craftercms.commons.http
Binds a new request context to the current thread before the chain is called, and then removes it after the chain is called.
RequestContextBindingFilter() - Constructor for class org.craftercms.commons.http.RequestContextBindingFilter
 
resourceBundle - Variable in class org.craftercms.commons.i10n.I10nLogger
 
resources - Variable in class org.craftercms.commons.properties.OverrideProperties
List of all Query files to be load.
responseStatus - Variable in exception org.craftercms.commons.rest.RestServiceException
 
responseType - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
RestClientUtils - Class in org.craftercms.commons.rest
Utilities for REST clients.
RestServiceException - Exception in org.craftercms.commons.rest
Exception thrown when an error is received from a REST service.
RestServiceException(HttpStatus, Object) - Constructor for exception org.craftercms.commons.rest.RestServiceException
 
restTemplate - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
 
RestTemplate - Class in org.craftercms.commons.rest
Simple extension of RestTemplate that adds the following custom functionality:

Forces the use of HttpComponentsClientHttpRequestFactory, to avoid issues with 40x responses. HttpMessageConvertingResponseErrorHandler is used by default.

RestTemplate() - Constructor for class org.craftercms.commons.rest.RestTemplate
 
RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.craftercms.commons.rest.RestTemplate
 
resumeEncoding() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Resumes encoding of the stream.

S

saveKey(String, SecretKey) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
saveKey(String, SecretKey) - Method in interface org.craftercms.commons.crypto.SecretKeyRepository
Saves the secret key in the repository, with the specified name
SecretKeyFactoryBean - Class in org.craftercms.commons.crypto
Spring factory bean used to easily inject a secret key from a SecretKeyRepository.
SecretKeyFactoryBean() - Constructor for class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
SecretKeyRepository - Interface in org.craftercms.commons.crypto
Repository for storing/retrieving encryption keys.
SecretKeyRepositoryImpl - Class in org.craftercms.commons.crypto.impl
Default implementation of SecretKeyRepository, which uses JCE Key Store.
SecretKeyRepositoryImpl() - Constructor for class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
SecureProperty - Annotation Type in org.craftercms.commons.jackson.mvc.annotations
Check if this property will be serialize depending of the result of org.craftercms.commons.jackson.mvc.SecurePropertyHandler#suppressProperty(String,String).
SecurePropertyHandler - Interface in org.craftercms.commons.jackson.mvc
Defines how the SecureProperty Should be handel.
secureRandom - Static variable in class org.craftercms.commons.crypto.CryptoUtils
 
SELECTOR_ALIAS_PREFIX - Static variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
SelectorFilterFactory - Class in org.craftercms.commons.jackson.mvc
 
SelectorFilterFactory() - Constructor for class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
SelectorFilterFactory(List<AbstractCrafterPropertyFilter>) - Constructor for class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
selectorParameterName - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
send() - Method in interface org.craftercms.commons.mail.Email
Sends the email.
send() - Method in class org.craftercms.commons.mail.impl.EmailImpl
 
serialize(ObjectId, JsonGenerator, SerializerProvider) - Method in class org.craftercms.commons.jackson.ObjectIdSerializer
 
serializers - Variable in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
setAlgorithm(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setAlias(OverrideProperties) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
setAllowCredentials(String) - Method in class org.craftercms.commons.web.CORSFilter
 
setAllowHeaders(String) - Method in class org.craftercms.commons.web.CORSFilter
 
setAllowMethods(String) - Method in class org.craftercms.commons.web.CORSFilter
 
setAllowOrigins(String) - Method in class org.craftercms.commons.web.CORSFilter
 
setBase64Salt(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setBaseUrl(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
 
setCipher(Cipher) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
setConfiguration(CacheConfiguration) - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
setCreate(boolean) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
setCurrent(RequestContext) - Static method in class org.craftercms.commons.http.RequestContext
Sets the context for the current thread.
setDefaultFilter(String) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
setDefaultKeyAlgorithm(String) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
setDeserializers(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
setDigest(MessageDigest) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setDomain(String) - Method in class org.craftercms.commons.http.CookieManager
 
setErrorResponseType(Class<?>) - Method in class org.craftercms.commons.rest.RestTemplate
 
setExtension(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
 
setFilter(FilterProvider) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
setFilters(List<AbstractCrafterPropertyFilter>) - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
setFreeMarkerConfig(Configuration) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setInjectValueFactory(InjectValueFactory) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
setIterations(int) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setIv(byte[]) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
setJsonPrefix(String) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
setKey(byte[]) - Method in class org.craftercms.commons.crypto.SimpleAesCipher
Deprecated.
 
setKey(Key) - Method in class org.craftercms.commons.crypto.SimpleCipher
 
setKeyName(String) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
setKeyRepository(SecretKeyRepository) - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
setKeyStoreFile(File) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
setKeyStorePassword(String) - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
setMailSender(JavaMailSender) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setMaxAge(Integer) - Method in class org.craftercms.commons.http.CookieManager
 
setMaxAge(String) - Method in class org.craftercms.commons.web.CORSFilter
 
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
setMethodLogger(MethodLogger) - Method in class org.craftercms.commons.logging.LoggedAspect
 
setPath(String) - Method in class org.craftercms.commons.http.CookieManager
 
setRequest(HttpServletRequest) - Method in class org.craftercms.commons.http.RequestContext
 
setResources(List<Resource>) - Method in class org.craftercms.commons.properties.OverrideProperties
 
setResponse(HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContext
 
setResponseType(Class<?>) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseErrorHandler
 
setRestTemplate(RestTemplate) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
 
setSalt(byte[]) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setSecurityPropertyFilter(SecurePropertyHandler) - Method in class org.craftercms.commons.jackson.mvc.CrafterJacksonAnnotationIntrospector
 
setSelectorParameterName(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
setSerializers(List<JsonSerializer<?>>) - Method in class org.craftercms.commons.jackson.CustomSerializationObjectMapper
 
setTemplateEncoding(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
SetUtils - Class in org.craftercms.commons.collections
Utilities for the Set collection.
SimpleAesCipher - Class in org.craftercms.commons.crypto
Deprecated.
SimpleAesCipher(String) - Constructor for class org.craftercms.commons.crypto.SimpleAesCipher
Deprecated.
 
SimpleCipher - Class in org.craftercms.commons.crypto
Utility class for simplifying encryption/decryption with the Cipher class.
SimpleCipher() - Constructor for class org.craftercms.commons.crypto.SimpleCipher
 
SimpleDigest - Class in org.craftercms.commons.crypto
Utility class for simplifying message digest generation, using the MessageDigest.
SimpleDigest() - Constructor for class org.craftercms.commons.crypto.SimpleDigest
 
storeKeyStore() - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
superClassCache - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
suppressProperty(String, String[]) - Method in interface org.craftercms.commons.jackson.mvc.SecurePropertyHandler
Checks if the property is allowed for the given role.
suspendEncoding() - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Suspends encoding of the stream.

T

templateEncoding - Variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
TextEncryptor - Interface in org.craftercms.commons.crypto
Thread-safe service that facilitates easy encryption and decryption of text.
toList(Iterable<T>) - Static method in class org.craftercms.commons.collections.IterableUtils
Creates a new list from the iterable elements.
trace(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
trace(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 

U

unZipFiles(InputStream, File) - Static method in class org.craftercms.commons.zip.ZipUtils
Unzips a zip from an input stream into an output folder.
unZipFiles(File, File) - Static method in class org.craftercms.commons.zip.ZipUtils
Unzips a zip file into an output folder.
URL_SAFE - Static variable in class org.craftercms.commons.crypto.Base64
Deprecated.
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.

V

validateEmail(String) - Static method in class org.craftercms.commons.mail.EmailUtils
 

W

warn(String, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
warn(String, Throwable, Object...) - Method in class org.craftercms.commons.i10n.I10nLogger
 
write(int) - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeInternal(Object, HttpOutputMessage) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
writeWithMessageConverters(T, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 

Z

zipFiles(List<File>, OutputStream) - Static method in class org.craftercms.commons.zip.ZipUtils
Zips a collection of files to a destination zip output stream.
zipFiles(List<File>, File) - Static method in class org.craftercms.commons.zip.ZipUtils
Zips a collection of files to a destination zip file.
ZipUtils - Class in org.craftercms.commons.zip
Utility for zipping files.
ZipUtils() - Constructor for class org.craftercms.commons.zip.ZipUtils
 
A B C D E F G H I J K L M N O P R S T U V W Z 

Copyright © 2015 CrafterCMS. All Rights Reserved.