Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 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.
addParam(String, String, String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
Adds a query string param to the URL, adding a '?' if there's no query string yet.
addQueryStringFragment(String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
Adds a query string fragment to the URL, adding a '?' if there's no query string yet.
addValue(String, Object, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
Adds a param value to a params map.
addValues(String, Collection<String>, MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
Adds a collection of param values to a params map.
addValues(String, String[], MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
Adds an array of param values to a params map.
AES_CIPHER_ALGORITHM - Static variable in class org.craftercms.commons.crypto.CryptoUtils
 
AES_KEY_BYTE_SIZE - Static variable in class org.craftercms.commons.crypto.CryptoUtils
 
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
 
AopUtils - Class in org.craftercms.commons.aop
 
ApacheCommonsConfiguration2PropertySource - Class in org.craftercms.commons.spring
Implementation of EnumerablePropertySource where a source is an Apache Commons Configuration 2 Configuration.
ApacheCommonsConfiguration2PropertySource(String, Configuration) - Constructor for class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
 
applicationContext - Variable in class org.craftercms.commons.spring.BeanListFactoryBean
 
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.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.
BaseRestExceptionHandlers - Class in org.craftercms.commons.rest
Class that provides the basic ExceptionHandlers for Crafter REST services.
BaseRestExceptionHandlers() - Constructor for class org.craftercms.commons.rest.BaseRestExceptionHandlers
 
baseUrl - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
 
BeanListFactoryBean - Class in org.craftercms.commons.spring
Spring factory bean that creates a list of beans based on a list of bean names.
BeanListFactoryBean() - Constructor for class org.craftercms.commons.spring.BeanListFactoryBean
 
beanNames - Variable in class org.craftercms.commons.spring.BeanListFactoryBean
 
BUILD_ON - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
Manifest key for the date in ms when the package was build.
buildConfig(Map<String, Object>) - Method in class org.craftercms.commons.config.YamlConfiguration
 
buildConfigFromCollection(String, Collection<Object>, ImmutableNode.Builder) - Method in class org.craftercms.commons.config.YamlConfiguration
 
buildConfigFromKeyValuePair(String, Object, ImmutableNode.Builder) - Method in class org.craftercms.commons.config.YamlConfiguration
 
buildConfigFromMap(Map<String, Object>, ImmutableNode.Builder) - Method in class org.craftercms.commons.config.YamlConfiguration
 

C

CACHE_CONTROL_HEADER_NAME - Static variable in class org.craftercms.commons.http.HttpUtils
 
Callback<T> - Interface in org.craftercms.commons.lang
Represents a general callback that can be used almost in any method that needs this pattern.
checkProperty(String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
checkPropertyAgainstPattern(List<String>, String) - Method in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
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.
concat(String, String) - Static method in class org.craftercms.commons.lang.UrlUtils
Concats two urls, adding any "/" needed between them.
concat(String, String...) - Static method in class org.craftercms.commons.lang.UrlUtils
Concats two or more urls, adding any "/" needed between them.
ConditionalFactoryBean - Class in org.craftercms.commons.spring
Simple Spring factory bean that only returns an actual bean if the specified flag is true.
ConditionalFactoryBean() - Constructor for class org.craftercms.commons.spring.ConditionalFactoryBean
 
contentNegotiationManager - Variable in class org.craftercms.commons.rest.HttpMessageConvertingResponseWriter
 
convert(S) - Method in interface org.craftercms.commons.converters.Converter
Converts the source object from S type to T type.
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToBooleanConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToDoubleConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToFloatConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToIntegerConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToLongConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToShortConverter
 
convert(String) - Method in class org.craftercms.commons.converters.impl.StringToStringConverter
 
Converter<S,T> - Interface in org.craftercms.commons.converters
Converts objects of S type to T type.
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
 
createCookiesMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Creates a map from the cookies in the specified request.
createDefaultCipher() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
createHeadersMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Creates a map from the headers in the specified request.
createInstance() - Method in class org.craftercms.commons.jackson.mvc.SelectorFilterFactory
 
createMessage(String, String[], String[], String[], String, String, String, boolean, File...) - 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.
createRequestAttributesMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Creates a map from the request attributes in the specified request.
createRequestContext(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContextBindingFilter
Returns a new RequestContext, using the specified HttpServletRequest and HttpServletResponse.
createRequestParamsMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Creates a map from the parameters in the specified request.
createSessionMap(HttpServletRequest) - Static method in class org.craftercms.commons.http.HttpUtils
Creates a map from the session attributes in the specified request.
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 for encryption/decryption and message digest.
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

dateFormat - Variable in class org.craftercms.commons.converters.impl.StringToDateConverter
 
DateParseException - Exception in org.craftercms.commons.exceptions
Exception thrown when there's an error while parsing a date.
DateParseException(String, String, Throwable) - Constructor for exception org.craftercms.commons.exceptions.DateParseException
 
datePattern - Variable in class org.craftercms.commons.converters.impl.StringToDateConverter
 
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
 
DecryptionLookup - Class in org.craftercms.commons.config
Implementation of Lookup that decrypts the variable.
DecryptionLookup(TextEncryptor) - Constructor for class org.craftercms.commons.config.DecryptionLookup
 
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.CryptoUtils
 
DEFAULT_ALGORITHM - Static variable in class org.craftercms.commons.crypto.SimpleDigest
 
DEFAULT_ENCODING - Static variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
DEFAULT_ERROR_MESSAGE_BUNDLE_NAME - Static variable in class org.craftercms.commons.i10n.I10nUtils
 
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_LOGGING_MESSAGE_BUNDLE_NAME - Static variable in class org.craftercms.commons.i10n.I10nUtils
 
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
 
disableCaching(HttpServletResponse) - Static method in class org.craftercms.commons.http.HttpUtils
Disable caching in the client.
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
 
EncryptionTool - Class in org.craftercms.commons.crypto.impl
Main class that allows encryption/decryption of data using AES with PBK.
EncryptionTool() - Constructor for class org.craftercms.commons.crypto.impl.EncryptionTool
 
encryptor - Variable in class org.craftercms.commons.config.DecryptionLookup
 
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_LOAD_ERROR - Static variable in class org.craftercms.commons.config.YamlConfiguration
 
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
 
ERROR_KEY_WRITE_NOT_SUPPORTED - Static variable in class org.craftercms.commons.config.YamlConfiguration
 
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.
execute() - Method in interface org.craftercms.commons.lang.Callback
Executes the callback, returning the result or throwing a runtime exception if an error occurs.
EXPIRES_HEADER_NAME - Static variable in class org.craftercms.commons.http.HttpUtils
 
extension - Variable in class org.craftercms.commons.rest.AbstractRestClientBase
 

F

FILE_ENCODING_SYSTEM_PROP_KEY - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
System property key for File encoding setting.
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.CryptoUtils
Generates a random initialization vector for an AES cipher.
generateAesKey() - Static method in class org.craftercms.commons.crypto.CryptoUtils
Generates a random AES encryption key.
generateKey(String) - Static method in class org.craftercms.commons.crypto.CryptoUtils
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
 
getActualMethod(JoinPoint) - Static method in class org.craftercms.commons.aop.AopUtils
 
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).
getApplication_server_container() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
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.
getBuild() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getBuild_date() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getCipher() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
getCommitted() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
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.
getCurrentStatus(String) - Static method in class org.craftercms.commons.monitoring.StatusMonitor
Creates the StatusMonitor with current information and a custom statusLabel label.
getCurrentStatus() - Static method in class org.craftercms.commons.monitoring.StatusMonitor
Creates the StatusMonitor with current information and a custom statusLabel label.
getDatetime() - Method in class org.craftercms.commons.monitoring.StatusMonitor
 
getDatetime() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getDigest() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
getEmail(String, String[], String[], String[], String, String, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, String, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, Object, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, String, Object, boolean, File...) - Method in interface org.craftercms.commons.mail.EmailFactory
Creates a new Email.
getEmail(String, String[], String[], String[], String, String, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
getEmail(String, String[], String[], String[], String, String, String, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
getEmail(String, String[], String[], String[], String, String, Object, boolean, File...) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
getEmail(String, String[], String[], String[], String, String, String, Object, boolean, File...) - 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
 
getFullRequestUri(HttpServletRequest, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
Returns the full request URI, including scheme, server name, port number and server path.
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.
getInit() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
getIterations() - Method in class org.craftercms.commons.crypto.SimpleDigest
 
getIv() - Method in class org.craftercms.commons.crypto.SimpleCipher
 
getJava_runtime() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJava_vendor() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJava_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJava_vm() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJsonPrefix() - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
getJvm_implementation_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJvm_input_arguments() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJvm_vendor() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getJvm_version() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
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(String, String, Object...) - Static method in class org.craftercms.commons.i10n.I10nUtils
Returns a formatted, localized message according to the specified resource bundle and key.
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.
getMax() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
getMemoryStats() - Static method in class org.craftercms.commons.monitoring.MemoryMonitor
Query all register MemoryPools to get information and create a MemoryMonitor Pojo
getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nException
 
getMessage() - Method in exception org.craftercms.commons.i10n.AbstractI10nRuntimeException
 
getMessage() - Method in class org.craftercms.commons.rest.Result
 
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
 
getName() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
getName() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getObject() - Method in class org.craftercms.commons.cache.EhCacheFactoryBean
 
getObject() - Method in class org.craftercms.commons.crypto.SecretKeyFactoryBean
 
getObject() - Method in class org.craftercms.commons.spring.BeanListFactoryBean
 
getObject() - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
 
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
 
getObjectType() - Method in class org.craftercms.commons.spring.BeanListFactoryBean
 
getObjectType() - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
 
getOperating_system() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getOs_architecture() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getPackageVersion() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getParamsFromQueryString(String) - Static method in class org.craftercms.commons.http.HttpUtils
Returns a map with the extracted parameters from the specified query string.
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
getProperty(String) - Method in class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
 
getPropertyNames() - Method in class org.craftercms.commons.spring.ApacheCommonsConfiguration2PropertySource
 
getQueryStringFromParams(MultiValueMap<String, String>) - Static method in class org.craftercms.commons.http.HttpUtils
Builds a query string from the specified params.
getQueryStringFromParams(MultiValueMap<String, String>, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
Builds a query string from the specified params.
getQueryStringFromParams(MultiValueMap<String, String>, String, boolean) - Static method in class org.craftercms.commons.http.HttpUtils
Builds a query string from the specified params.
getRequest() - Method in class org.craftercms.commons.http.RequestContext
Returns the current request.
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.exceptions.DateParseException
 
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
Returns the current response.
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
 
getServletContext() - Method in class org.craftercms.commons.http.RequestContext
Returns the current servlet context.
getSourceClass() - Method in interface org.craftercms.commons.converters.Converter
Returns the class of the objects this converter converts from.
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToBooleanConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToDoubleConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToFloatConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToIntegerConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToLongConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToShortConverter
 
getSourceClass() - Method in class org.craftercms.commons.converters.impl.StringToStringConverter
 
getStatus() - Method in class org.craftercms.commons.monitoring.StatusMonitor
 
getSystem_encoding() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
getTargetClass() - Method in interface org.craftercms.commons.converters.Converter
Returns the class of the objects this converter converts to.
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToBooleanConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToDoubleConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToFloatConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToIntegerConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToLongConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToShortConverter
 
getTargetClass() - Method in class org.craftercms.commons.converters.impl.StringToStringConverter
 
getUptime() - Method in class org.craftercms.commons.monitoring.StatusMonitor
 
getUsed() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
getVersion(Manifest) - Static method in class org.craftercms.commons.monitoring.VersionMonitor
Gets the current VersionMonitor based on Manifest & current JVM information.
getVersion(Class) - Static method in class org.craftercms.commons.monitoring.VersionMonitor
Gets the current VersionMonitor base on a Class that will load it's manifest file.
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
 
handleExceptionInternal(Exception, String, HttpHeaders, HttpStatus, WebRequest) - Method in class org.craftercms.commons.rest.BaseRestExceptionHandlers
 
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class org.craftercms.commons.rest.BaseRestExceptionHandlers
 
handleGeneralException(Exception, WebRequest) - Method in class org.craftercms.commons.rest.BaseRestExceptionHandlers
 
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.CryptoUtils
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<?>) - Constructor for class org.craftercms.commons.i10n.I10nLogger
 
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.
IMPLEMENTATION_BUILD - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
Manifest key for codebase packageVersion (usually git hash or svn id).
IMPLEMENTATION_TITLE - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
Manifest key for name of the Lib/app in the jar (usually maven name tag value).
IMPLEMENTATION_VERSION - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
Manifest key for VersionMonitor of the code (usually matches Mvn packageVersion)
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.converters.impl.StringToDateConverter
 
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
 
InputStream(InputStream) - Constructor for class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.craftercms.commons.crypto.Base64.InputStream
Deprecated.
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.craftercms.commons.rest.LoggingRequestInterceptor
 
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
 
isSingleton() - Method in class org.craftercms.commons.spring.BeanListFactoryBean
 
isSingleton() - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
 
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 - Static variable in exception org.craftercms.commons.exceptions.DateParseException
 
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

load(Reader) - Method in class org.craftercms.commons.config.YamlConfiguration
 
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_DECRYPTION_ERROR - Static variable in class org.craftercms.commons.config.DecryptionLookup
 
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
 
LOG_KEY_YAML_LOADED - Static variable in class org.craftercms.commons.config.YamlConfiguration
 
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
 
LoggingRequestInterceptor - Class in org.craftercms.commons.rest
REST client request interceptor that logs the whole request and response.
LoggingRequestInterceptor() - Constructor for class org.craftercms.commons.rest.LoggingRequestInterceptor
 
logMethod(ProceedingJoinPoint) - Method in class org.craftercms.commons.logging.LoggedAspect
 
lookup(String) - Method in class org.craftercms.commons.config.DecryptionLookup
 

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.
main(String...) - Static method in class org.craftercms.commons.crypto.impl.EncryptionTool
 
MANIFEST_PATH - Static variable in class org.craftercms.commons.monitoring.VersionMonitor
Manifest Default Path
MapUtils - Class in org.craftercms.commons.collections
Utility methods for maps.
matchesAny(String, String...) - Static method in class org.craftercms.commons.lang.RegexUtils
Returns true if the string matches any of the specified regexes.
matchesAny(String, List<String>) - Static method in class org.craftercms.commons.lang.RegexUtils
Returns true if the string matches (full match) any of the specified regexes.
matchesAny(String, List<String>, boolean) - Static method in class org.craftercms.commons.lang.RegexUtils
Returns true if the string matches any of the specified regexes.
matchPassword(String, String) - Static method in class org.craftercms.commons.crypto.CryptoUtils
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
 
MemoryMonitor - Class in org.craftercms.commons.monitoring
Holds basic JVM memory.
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
 
OK - Static variable in class org.craftercms.commons.rest.Result
 
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.aop - package org.craftercms.commons.aop
 
org.craftercms.commons.cache - package org.craftercms.commons.cache
 
org.craftercms.commons.collections - package org.craftercms.commons.collections
 
org.craftercms.commons.config - package org.craftercms.commons.config
 
org.craftercms.commons.converters - package org.craftercms.commons.converters
 
org.craftercms.commons.converters.impl - package org.craftercms.commons.converters.impl
 
org.craftercms.commons.crypto - package org.craftercms.commons.crypto
 
org.craftercms.commons.crypto.impl - package org.craftercms.commons.crypto.impl
 
org.craftercms.commons.exceptions - package org.craftercms.commons.exceptions
 
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.lang - package org.craftercms.commons.lang
 
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.monitoring - package org.craftercms.commons.monitoring
 
org.craftercms.commons.properties - package org.craftercms.commons.properties
 
org.craftercms.commons.rest - package org.craftercms.commons.rest
 
org.craftercms.commons.spring - package org.craftercms.commons.spring
 
org.craftercms.commons.web - package org.craftercms.commons.web
 
org.craftercms.commons.zip - package org.craftercms.commons.zip
 
OutputStream(OutputStream) - Constructor for class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.craftercms.commons.crypto.Base64.OutputStream
Deprecated.
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
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.CryptoUtils
 
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
 
PRAGMA_HEADER_NAME - Static variable in class org.craftercms.commons.http.HttpUtils
 
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(Reader) - Method in class org.craftercms.commons.config.YamlConfiguration
 
read(InputStream) - Method in class org.craftercms.commons.config.YamlConfiguration
 
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).
RegexUtils - Class in org.craftercms.commons.lang
Utility methods for regex related operations.
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, ServletContext) - 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
 
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
 
RestServiceUtils - Class in org.craftercms.commons.rest
Utility methods for RESTful services.
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:
RestTemplate() - Constructor for class org.craftercms.commons.rest.RestTemplate
 
RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.craftercms.commons.rest.RestTemplate
 
Result - Class in org.craftercms.commons.rest
Very simple class that can be returned by REST API methods to indicate a result with a message, generally for success.
Result() - Constructor for class org.craftercms.commons.rest.Result
 
Result(String) - Constructor for class org.craftercms.commons.rest.Result
 
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 SecurePropertyHandler.suppressProperty(Object, String[])
securePropertyHandler - Variable in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
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
 
setActualBean(Object) - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
 
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
 
setApplicationContext(ApplicationContext) - Method in class org.craftercms.commons.spring.BeanListFactoryBean
 
setBase64Salt(String) - Method in class org.craftercms.commons.crypto.SimpleDigest
 
setBaseUrl(String) - Method in class org.craftercms.commons.rest.AbstractRestClientBase
 
setBeanNames(String[]) - Method in class org.craftercms.commons.spring.BeanListFactoryBean
 
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.
setDatePattern(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
 
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
 
setDisableCORS(boolean) - Method in class org.craftercms.commons.web.CORSFilter
 
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
 
setFlag(boolean) - Method in class org.craftercms.commons.spring.ConditionalFactoryBean
 
setFreeMarkerConfig(Configuration) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setHttpOnly(boolean) - Method in class org.craftercms.commons.http.CookieManager
 
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
 
setLocationHeader(HttpHeaders, String, Object...) - Static method in class org.craftercms.commons.rest.RestServiceUtils
 
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
 
setMessage(String) - Method in class org.craftercms.commons.rest.Result
 
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
Returns the current request.
setResources(List<Resource>) - Method in class org.craftercms.commons.properties.OverrideProperties
 
setResponse(HttpServletResponse) - Method in class org.craftercms.commons.http.RequestContext
Sets the current response.
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
 
setSecure(boolean) - Method in class org.craftercms.commons.http.CookieManager
 
setSecurePropertyHandler(SecurePropertyHandler) - Method in class org.craftercms.commons.jackson.mvc.CrafterJackson2MessageConverter
 
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
 
setServletContext(ServletContext) - Method in class org.craftercms.commons.http.RequestContext
Sets the current servlet context.
setTemplateEncoding(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setTemplatePrefix(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setTemplateSuffix(String) - Method in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
setTimeZone(String) - Method in class org.craftercms.commons.converters.impl.StringToDateConverter
 
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
 
StatusMonitor - Class in org.craftercms.commons.monitoring
Get's current basic JVM statusLabel with a custom statusLabel label (default's to `healthy`)
storeKeyStore() - Method in class org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl
 
StringToBooleanConverter - Class in org.craftercms.commons.converters.impl
Converts String to Boolean.
StringToBooleanConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToBooleanConverter
 
StringToDateConverter - Class in org.craftercms.commons.converters.impl
Converts String to Date, with a custom pattern and time zone.
StringToDateConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToDateConverter
 
StringToDoubleConverter - Class in org.craftercms.commons.converters.impl
Converts String to Double.
StringToDoubleConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToDoubleConverter
 
StringToFloatConverter - Class in org.craftercms.commons.converters.impl
Converts String to Float.
StringToFloatConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToFloatConverter
 
StringToIntegerConverter - Class in org.craftercms.commons.converters.impl
Converts String to Integer.
StringToIntegerConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToIntegerConverter
 
StringToLongConverter - Class in org.craftercms.commons.converters.impl
Converts String to Long.
StringToLongConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToLongConverter
 
StringToShortConverter - Class in org.craftercms.commons.converters.impl
Converts String to Short.
StringToShortConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToShortConverter
 
StringToStringConverter - Class in org.craftercms.commons.converters.impl
Simple dummy converter that just returns a String value.
StringToStringConverter() - Constructor for class org.craftercms.commons.converters.impl.StringToStringConverter
 
superClassCache - Variable in class org.craftercms.commons.jackson.mvc.GDataPropertyFilter
 
suppressProperty(Object, 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
 
templatePrefix - Variable in class org.craftercms.commons.mail.impl.EmailFactoryImpl
 
templateSuffix - 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.
timeZone - Variable in class org.craftercms.commons.converters.impl.StringToDateConverter
 
toList(Iterable<T>) - Static method in class org.craftercms.commons.collections.IterableUtils
Creates a new list from the iterable elements.
toString() - Method in class org.craftercms.commons.monitoring.MemoryMonitor
 
toString() - Method in class org.craftercms.commons.monitoring.StatusMonitor
 
toString() - Method in class org.craftercms.commons.monitoring.VersionMonitor
 
toString() - Method in class org.craftercms.commons.rest.Result
 
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.
UrlUtils - Class in org.craftercms.commons.lang
Utility methods for paths and URLs.

V

validateEmail(String) - Static method in class org.craftercms.commons.mail.EmailUtils
 
VersionMonitor - Class in org.craftercms.commons.monitoring
Get's current packageVersion information about: 1.

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(Writer) - Method in class org.craftercms.commons.config.YamlConfiguration
 
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
 

Y

YamlConfiguration - Class in org.craftercms.commons.config
Implementation of Apache Commons HierarchicalConfiguration that parses a YAML configuration file and loads the configuration in memory for easy access.
YamlConfiguration() - Constructor for class org.craftercms.commons.config.YamlConfiguration
 

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 Y Z 
Skip navigation links

Copyright © 2018 CrafterCMS. All rights reserved.