$ A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
$
- $(Object) - Static method in class org.javalite.test.jspec.JSpec
-
Synonym of methods
JSpec.the(Object)orJSpec.a(Object). - $(Object) - Method in interface org.javalite.test.jspec.JSpecSupport
A
- a(Object) - Static method in class org.javalite.test.jspec.JSpec
- a(Object) - Method in interface org.javalite.test.jspec.JSpecSupport
- addFailedValidator(Validator, String) - Method in interface org.javalite.validation.Validatable
-
This method is not to add validators for future processing.
- addFailedValidator(Validator, String) - Method in class org.javalite.validation.ValidationSupport
- addIrregular(String, String) - Static method in class org.javalite.common.Inflector
- addPlural(String, String) - Static method in class org.javalite.common.Inflector
- addSingular(String, String) - Static method in class org.javalite.common.Inflector
- addValidator(String, Validator) - Method in class org.javalite.validation.Errors
-
Adds a validator whose validation failed.
- allowBlank(boolean) - Method in class org.javalite.validation.length.AttributeLengthValidator
- allowNull(boolean) - Method in class org.javalite.validation.NumericValidationBuilder
-
Will ignore validation if set to
true. - append(LogEvent) - Method in class org.javalite.logging.SystemOutAppender
- arr(String...) - Method in class org.javalite.common.Util
-
Convenience method to create literal String arrays.
- arr(T...) - Static method in class org.javalite.common.Collections
-
Create array from values.
- array(T...) - Static method in class org.javalite.common.Collections
-
Create array from values.
- AttributeLengthValidator - Class in org.javalite.validation.length
-
Attribute length validator.
- AttributePresenceValidator - Class in org.javalite.validation
- AttributePresenceValidator(String) - Constructor for class org.javalite.validation.AttributePresenceValidator
- attributeValue(String) - Method in class org.javalite.test.XPathHelper
-
Returns a value of an attribute.
- attributeValue(String, String) - Static method in class org.javalite.test.XPathHelper
-
Selects a value of attribute.
B
- Base64 - Class in org.javalite.common
-
This class is a direct copy of code from Java8 for backwards compatibility with older JDKs.
- Base64.Decoder - Class in org.javalite.common
-
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- Base64.Encoder - Class in org.javalite.common
-
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- basic(String) - Method in class org.javalite.http.Request
-
Set a user authentication
- basic(String, String) - Method in class org.javalite.http.Request
-
Sets a user and password for basic authentication.
- blank(Object) - Static method in class org.javalite.common.Util
-
Returns true if value is either null or it's String representation is blank.
- BlankToNullConverter - Enum in org.javalite.conversion
-
Converts instances of String that are empty or contain only whitespaces to null.
- BUNDLE - Static variable in class org.javalite.validation.Messages
- bytes() - Method in class org.javalite.http.Request
-
Fetches response content from server as bytes.
- bytes(InputStream) - Static method in class org.javalite.common.Util
-
Reads contents of the input stream fully and returns it as byte array.
C
- camelize(String) - Static method in class org.javalite.common.Inflector
-
Generates a camel case version of a phrase from underscore.
- camelize(String, boolean) - Static method in class org.javalite.common.Inflector
-
Generates a camel case version of a phrase from underscore.
- canConvert(Class, Class) - Method in enum org.javalite.conversion.BlankToNullConverter
- canConvert(Class, Class) - Method in interface org.javalite.conversion.Converter
-
Returns true if this converter can convert instances of sourceClass to destinationClass.
- canConvert(Class, Class) - Method in class org.javalite.conversion.ConverterAdapter
- canConvert(Class, Class) - Method in class org.javalite.conversion.DateToStringConverter
- canConvert(Class, Class) - Method in enum org.javalite.conversion.ZeroToNullConverter
- capitalize(String) - Static method in class org.javalite.common.Inflector
-
Capitalizes a word - only a first character is converted to upper case.
- CaseInsensitiveMap<V> - Class in org.javalite.common
-
A case insensitive map for
java.lang.Stringkeys. - CaseInsensitiveMap() - Constructor for class org.javalite.common.CaseInsensitiveMap
- CaseInsensitiveMap(Map<? extends String, V>) - Constructor for class org.javalite.common.CaseInsensitiveMap
- CaseInsensitiveSet - Class in org.javalite.common
-
A case insensitive set for
java.lang.Stringelements. - CaseInsensitiveSet() - Constructor for class org.javalite.common.CaseInsensitiveSet
- CaseInsensitiveSet(Collection<? extends String>) - Constructor for class org.javalite.common.CaseInsensitiveSet
- cleanControlChars(String) - Static method in class org.javalite.common.JsonHelper
-
Clean control characters in a string.
- clear() - Static method in class org.javalite.logging.Context
-
Clears current context of any values.
- clear() - Method in class org.javalite.validation.Errors
- closeQuietly(AutoCloseable) - Static method in class org.javalite.common.Util
-
Closes a resource and swallows exception if thrown during a close.
- closeQuietly(AutoCloseable...) - Static method in class org.javalite.common.Util
-
Close multiple resources.
- closeQuietly(List<T>) - Static method in class org.javalite.common.Util
-
Close multiple resources.
- Collections - Class in org.javalite.common
- connect() - Method in class org.javalite.http.Request
- connection - Variable in class org.javalite.http.Request
- CONNECTION_TIMEOUT - Static variable in class org.javalite.http.Http
-
Connection timeout in milliseconds.
- containsKey(Object) - Method in class org.javalite.validation.Errors
- containsValue(Object) - Method in class org.javalite.validation.Errors
- Context - Class in org.javalite.logging
-
Serves mostly to pass name and values from any code down to the logging system to be included on every log line by a current thread..
- Context() - Constructor for class org.javalite.logging.Context
- ConversionException - Exception in org.javalite.common
- ConversionException - Exception in org.javalite.conversion
-
Class for conversion exceptions.
- ConversionException() - Constructor for exception org.javalite.common.ConversionException
- ConversionException() - Constructor for exception org.javalite.conversion.ConversionException
- ConversionException(String) - Constructor for exception org.javalite.common.ConversionException
- ConversionException(String) - Constructor for exception org.javalite.conversion.ConversionException
- ConversionException(String, Throwable) - Constructor for exception org.javalite.common.ConversionException
- ConversionException(String, Throwable) - Constructor for exception org.javalite.conversion.ConversionException
- ConversionException(Throwable) - Constructor for exception org.javalite.common.ConversionException
- ConversionException(Throwable) - Constructor for exception org.javalite.conversion.ConversionException
- convert(Number) - Method in enum org.javalite.conversion.ZeroToNullConverter
- convert(String) - Method in enum org.javalite.conversion.BlankToNullConverter
- convert(Date) - Method in class org.javalite.conversion.DateToStringConverter
- convert(S) - Method in interface org.javalite.conversion.Converter
-
Converts instance of S to T.
- convert(S) - Method in class org.javalite.conversion.ConverterAdapter
- Convert - Class in org.javalite.common
-
Convenience class for type conversions.
- Converter<S,T> - Interface in org.javalite.conversion
-
Converts instances of S to T.
- ConverterAdapter<S,T> - Class in org.javalite.conversion
-
Converts instances of S to T.
- ConverterAdapter() - Constructor for class org.javalite.conversion.ConverterAdapter
- converterForClass(String, Class<S>, Class<T>) - Method in class org.javalite.validation.ValidationSupport
-
Returns converter for specified model attribute, able to convert from sourceClass to destinationClass.
- converterForValue(String, Object, Class<T>) - Method in class org.javalite.validation.ValidationSupport
-
Returns converter for specified model attribute, able to convert value to an instance of destinationClass.
- convertWith(Converter, String) - Method in class org.javalite.validation.ValidationSupport
-
Registers converter for specified model attribute.
- convertWith(Converter, String...) - Method in class org.javalite.validation.ValidationSupport
-
Registers converter for specified model attributes.
- count(String) - Method in class org.javalite.test.XPathHelper
-
Counts a collection selected by XPath expression.
- count(String, String) - Static method in class org.javalite.test.XPathHelper
-
Counts a collection selected by XPath expression.
- createAppender(String, Layout, Filter) - Static method in class org.javalite.logging.SystemOutAppender
- createLayout(Charset, String) - Static method in class org.javalite.logging.JsonLog4j2Layout
- createTree(Path) - Static method in class org.javalite.common.Util
-
Creates directories recursively.
D
- dateFormat(String, String...) - Method in class org.javalite.validation.ValidationSupport
-
Registers date converters (Date -> String -> java.sql.Date) for specified model attributes.
- dateFormat(DateFormat, String...) - Method in class org.javalite.validation.ValidationSupport
-
Registers date converters (Date -> String -> java.sql.Date) for specified model attributes.
- DateToStringConverter - Class in org.javalite.conversion
- DateToStringConverter(String) - Constructor for class org.javalite.conversion.DateToStringConverter
- DateToStringConverter(DateFormat) - Constructor for class org.javalite.conversion.DateToStringConverter
- DateValidator - Class in org.javalite.validation
-
If you are looking conversion, use
DateToStringConverter. - DateValidator(String, String) - Constructor for class org.javalite.validation.DateValidator
- decode(byte[]) - Method in class org.javalite.common.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64encoding scheme, writing the results into a newly-allocated output byte array. - decode(byte[], byte[]) - Method in class org.javalite.common.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64encoding scheme, writing the results into the given output byte array, starting at offset 0. - decode(String) - Method in class org.javalite.common.Base64.Decoder
-
Decodes a Base64 encoded String into a newly-allocated byte array using the
Base64encoding scheme. - decode(ByteBuffer) - Method in class org.javalite.common.Base64.Decoder
-
Decodes all bytes from the input byte buffer using the
Base64encoding scheme, writing the results into a newly-allocated ByteBuffer. - delete(String) - Static method in class org.javalite.http.Http
-
Executes a DELETE request.
- delete(String, int, int) - Static method in class org.javalite.http.Http
-
Executes a DELETE request.
- Delete - Class in org.javalite.http
-
Executes a DELETE request.
- Delete(String, int, int) - Constructor for class org.javalite.http.Delete
-
Constructor for making DELETE requests.
- destinationClass() - Method in class org.javalite.conversion.ConverterAdapter
- destinationClass() - Method in class org.javalite.conversion.StringToSqlDateConverter
- destinationClass() - Method in class org.javalite.conversion.StringToTimestampConverter
- DifferenceExpectation<T> - Class in org.javalite.test.jspec
- DifferenceExpectation(T) - Constructor for class org.javalite.test.jspec.DifferenceExpectation
- dispose() - Method in class org.javalite.http.Request
-
This method is already called from
Request.text()andRequest.bytes(), you do not have to call it if you use those methods. - doConnect() - Method in class org.javalite.http.Delete
- doConnect() - Method in class org.javalite.http.Get
- doConnect() - Method in class org.javalite.http.Multipart
- doConnect() - Method in class org.javalite.http.Patch
- doConnect() - Method in class org.javalite.http.Post
- doConnect() - Method in class org.javalite.http.Put
- doConnect() - Method in class org.javalite.http.Request
-
Makes a connection to the remote resource.
- doConvert(String) - Method in class org.javalite.conversion.StringToSqlDateConverter
- doConvert(String) - Method in class org.javalite.conversion.StringToTimestampConverter
- doConvert(S) - Method in class org.javalite.conversion.ConverterAdapter
-
Converts instance of S to T.
E
- EmailValidator - Class in org.javalite.validation
- EmailValidator(String) - Constructor for class org.javalite.validation.EmailValidator
- empty(Object[]) - Static method in class org.javalite.common.Util
-
Returns true if array is either null or empty.
- empty(Collection<?>) - Static method in class org.javalite.common.Util
-
Returns true if collection is either null or empty.
- encode(byte[]) - Method in class org.javalite.common.Base64.Encoder
-
Encodes all bytes from the specified byte array into a newly-allocated byte array using the
Base64encoding scheme. - encode(byte[], byte[]) - Method in class org.javalite.common.Base64.Encoder
-
Encodes all bytes from the specified byte array using the
Base64encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0. - encode(ByteBuffer) - Method in class org.javalite.common.Base64.Encoder
-
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the
Base64encoding scheme. - encodeToString(byte[]) - Method in class org.javalite.common.Base64.Encoder
-
Encodes the specified byte array into a String using the
Base64encoding scheme. - entrySet() - Method in class org.javalite.validation.Errors
- equals(Object) - Method in class org.javalite.validation.AttributePresenceValidator
- err - Variable in class org.javalite.common.RuntimeUtil.Response
- errors() - Method in interface org.javalite.validation.Validatable
-
Provides an instance of localized
Errorsobject, filled with error messages after validation. - errors() - Method in exception org.javalite.validation.ValidationException
-
Convenience method, returns the same object with errors that is attached to a model generated this exception.
- errors() - Method in class org.javalite.validation.ValidationSupport
-
Provides an instance of
Errorsobject, filled with error messages after validation. - errors(Locale) - Method in interface org.javalite.validation.Validatable
-
Provides an instance of localized
Errorsobject, filled with error messages after validation. - errors(Locale) - Method in exception org.javalite.validation.ValidationException
-
Convenience method, returns the same object with errors that is attached to a model generated this exception.
- errors(Locale) - Method in class org.javalite.validation.ValidationSupport
-
Provides an instance of localized
Errorsobject, filled with error messages after validation. - Errors - Class in org.javalite.validation
-
Collection of error messages generated by validation process.
- Errors() - Constructor for class org.javalite.validation.Errors
- Escape - Class in org.javalite.common
- escapeControlChars(String) - Static method in class org.javalite.common.JsonHelper
-
Escapes control characters in a string.
- Exact - Class in org.javalite.validation.length
-
The attribute length must be equal to a given value.
- ExceptionExpectation<T> - Class in org.javalite.test.jspec
- ExceptionExpectation(Class<T>) - Constructor for class org.javalite.test.jspec.ExceptionExpectation
- exec() - Method in class org.javalite.test.jspec.DifferenceExpectation
- exec() - Method in class org.javalite.test.jspec.ExceptionExpectation
- execute(int, File, String...) - Static method in class org.javalite.common.RuntimeUtil
-
Executes an external command and provides results of execution.
- execute(int, File, List<String>, String...) - Static method in class org.javalite.common.RuntimeUtil
-
Executes an external command and provides results of execution.
- execute(int, String...) - Static method in class org.javalite.common.RuntimeUtil
-
Executes an external command and provides results of execution at the current location.
- execute(String) - Static method in class org.javalite.common.RuntimeUtil
-
Convenience method, does the same as
RuntimeUtil.execute(String...), but will automatically convert a full command string to tokens for convenience. - execute(String...) - Static method in class org.javalite.common.RuntimeUtil
-
Executes an external command and provides results of execution.
- exitValue - Variable in class org.javalite.common.RuntimeUtil.Response
- expect(Class<T>, String, Runnable) - Static method in class org.javalite.test.jspec.JSpec
-
Expect an exception.
- expect(DifferenceExpectation<T>) - Static method in class org.javalite.test.jspec.JSpec
-
Expect that the results are different, throw TestException if same.
- expect(DifferenceExpectation<T>) - Method in interface org.javalite.test.jspec.JSpecSupport
- expect(ExceptionExpectation<T>) - Static method in class org.javalite.test.jspec.JSpec
- expect(ExceptionExpectation<T>) - Method in interface org.javalite.test.jspec.JSpecSupport
- expect(ExceptionExpectation<T>, String) - Static method in class org.javalite.test.jspec.JSpec
- Expectation<T> - Class in org.javalite.test.jspec
- Expectation(T) - Constructor for class org.javalite.test.jspec.Expectation
F
- field(String, String) - Method in class org.javalite.http.Multipart
-
Convenience method to add a form field to the request.
- field(FormField) - Method in class org.javalite.http.Multipart
-
Adds a form field to the request
- fields(String...) - Method in class org.javalite.http.Multipart
-
Convenience method to add multiple fields to the request.
- file(String, String) - Method in class org.javalite.http.Multipart
-
Convenience method to add a file fields to the request.
- FileField - Class in org.javalite.http
- FileField(String, File) - Constructor for class org.javalite.http.FileField
- formatMessage(Locale, Object...) - Method in class org.javalite.validation.DateValidator
- formatMessage(Locale, Object...) - Method in class org.javalite.validation.length.AttributeLengthValidator
- formatMessage(Locale, Object...) - Method in class org.javalite.validation.RangeValidator
- formatMessage(Locale, Object...) - Method in class org.javalite.validation.TimestampValidator
- formatMessage(Locale, Object...) - Method in interface org.javalite.validation.Validator
-
Formats a message with locale.
- formatMessage(Locale, Object...) - Method in class org.javalite.validation.ValidatorAdapter
-
Provides default implementation, will look for a property in resource bundle, using set message as key.
- FormField - Class in org.javalite.http
- FormField() - Constructor for class org.javalite.http.FormField
- FormField(String, String) - Constructor for class org.javalite.http.FormField
- fromBase64(String) - Static method in class org.javalite.common.Util
-
Will decode Base64-encoded string back into byte array.
G
- get(Object) - Method in class org.javalite.validation.Errors
-
Provides a message from a resource bundle
activejdbc_messages. - get(String) - Static method in class org.javalite.http.Http
-
Executes a GET request.
- get(String) - Method in interface org.javalite.validation.Validatable
-
Used by validators to get values
- get(String) - Method in class org.javalite.validation.ValidationSupport
-
Returns a value of an attribute.
- get(String, int, int) - Static method in class org.javalite.http.Http
-
Executes a GET request
- get(String, Object...) - Method in class org.javalite.validation.Errors
-
Provides a message from the resource bundle
activejdbc_messageswhich is merged with parameters. - Get - Class in org.javalite.http
-
Executes a GET request.
- Get(String, int, int) - Constructor for class org.javalite.http.Get
-
Constructor for making GET requests.
- getCauseMessage(Throwable) - Static method in class org.javalite.common.Util
-
This is stolen...ehrr...
- getClazz() - Method in class org.javalite.test.jspec.ExceptionExpectation
- getDecoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Decoderthat decodes using the Basic type base64 encoding scheme. - getEncoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Encoderthat encodes using the Basic type base64 encoding scheme. - getExpected() - Method in class org.javalite.test.jspec.DifferenceExpectation
- getField(String, Class) - Static method in class org.javalite.common.Util
-
Gets a field from a class.
- getFile() - Method in class org.javalite.http.FileField
- getIdName(String) - Static method in class org.javalite.common.Inflector
- getInputStream() - Method in class org.javalite.http.Request
-
Returns input stream to read server response from.
- getMessage() - Method in exception org.javalite.validation.ValidationException
- getMessage() - Method in class org.javalite.validation.ValidatorAdapter
- getMessageParameters() - Method in class org.javalite.validation.length.Exact
- getMessageParameters() - Method in interface org.javalite.validation.length.LengthOption
- getMessageParameters() - Method in class org.javalite.validation.length.Max
- getMessageParameters() - Method in class org.javalite.validation.length.Min
- getMessageParameters() - Method in class org.javalite.validation.length.Range
- getMimeDecoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Decoderthat decodes using the MIME type base64 decoding scheme. - getMimeEncoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Encoderthat encodes using the MIME type base64 encoding scheme. - getMimeEncoder(int, byte[]) - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Encoderthat encodes using the MIME type base64 encoding scheme with specified line length and line separators. - getName() - Method in class org.javalite.http.FormField
- getOtherName(String, String) - Static method in class org.javalite.common.Inflector
-
If a table name is made of two other table names (as is typical for many to many relationships), this method retrieves a name of "another" table from a join table name.
- getParametrizedMessage() - Method in class org.javalite.validation.length.Exact
- getParametrizedMessage() - Method in interface org.javalite.validation.length.LengthOption
- getParametrizedMessage() - Method in class org.javalite.validation.length.Max
- getParametrizedMessage() - Method in class org.javalite.validation.length.Min
- getParametrizedMessage() - Method in class org.javalite.validation.length.Range
- getResourceLines(String) - Static method in class org.javalite.common.Util
-
Returns lines of text of a resource as list.
- getStackTraceString(Throwable) - Static method in class org.javalite.common.Util
-
Converts stack trace to string.
- getSystemErr() - Static method in class org.javalite.test.SystemStreamUtil
-
Returns buffer accumulated with data as string.
- getSystemOut() - Static method in class org.javalite.test.SystemStreamUtil
-
Returns buffer accumulated with data as string.
- getUrlDecoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Decoderthat decodes using the URL and Filename safe type base64 encoding scheme. - getUrlEncoder() - Static method in class org.javalite.common.Base64
-
Returns a
Base64.Encoderthat encodes using the URL and Filename safe type base64 encoding scheme. - getValue() - Method in class org.javalite.http.FormField
- greaterThan(double) - Method in class org.javalite.validation.NumericValidationBuilder
-
Specify a lower bound for a value, not inclusive.
- gsub(String, String, String) - Static method in class org.javalite.common.Inflector
-
Replaces a found pattern in a word and returns a transformed word.
H
- hashCode() - Method in class org.javalite.validation.AttributePresenceValidator
- header(String, String) - Method in class org.javalite.http.Request
-
Sets an HTTP header - call before making a request.
- headers() - Method in class org.javalite.http.Request
-
Returns HTTP headers as sent by server.
- html(String) - Static method in class org.javalite.common.Escape
-
Escapes HTML.
- html(StringBuilder, String) - Static method in class org.javalite.common.Escape
-
Escapes HTML appending to StringBuilder.
- Http - Class in org.javalite.http
-
This is a convenience class to allow creation of request objects on one line with some pre-defined values.
- HttpException - Exception in org.javalite.http
- HttpException(String, Throwable) - Constructor for exception org.javalite.http.HttpException
- HttpException(Throwable) - Constructor for exception org.javalite.http.HttpException
- HumanDate - Class in org.javalite.common
-
This is a helper class for converting distance bewteen two dates to a human format, like: "two days", "three months", etc.
I
- Inflector - Class in org.javalite.common
- instance() - Static method in enum org.javalite.conversion.BlankToNullConverter
- instance() - Static method in enum org.javalite.conversion.ZeroToNullConverter
- INSTANCE - org.javalite.conversion.BlankToNullConverter
- INSTANCE - org.javalite.conversion.ZeroToNullConverter
- isEmpty() - Method in class org.javalite.validation.Errors
- isFile() - Method in class org.javalite.http.FileField
- isFile() - Method in class org.javalite.http.FormField
- isSatisfied() - Method in interface org.javalite.common.Wait.Condition
- isValid() - Method in interface org.javalite.validation.Validatable
-
Implementation should call {#link validate()} internally.
- isValid() - Method in class org.javalite.validation.ValidationSupport
- it(T) - Static method in class org.javalite.test.jspec.JSpec
-
Works the same way as methods
JSpec.the(Object)orJSpec.a(Object), but takes generalized instance as parameter. - it(T) - Method in interface org.javalite.test.jspec.JSpecSupport
-
Wrapper for
JSpec.it(T)
J
- join(String[], String) - Static method in class org.javalite.common.Util
-
Joins the items in array with a delimiter.
- join(StringBuilder, Object[], String) - Static method in class org.javalite.common.Util
-
Joins the items in array with a delimiter, and appends the result to StringBuilder.
- join(StringBuilder, Collection<?>, String) - Static method in class org.javalite.common.Util
-
Joins the items in collection with a delimiter, and appends the result to StringBuilder.
- join(Collection<?>, String) - Static method in class org.javalite.common.Util
-
Joins the items in collection with a delimiter.
- joinAndRepeat(StringBuilder, String, String, int) - Static method in class org.javalite.common.Util
-
Repeats string of characters a defined number of times with a delimiter, and appends result to StringBuilder.
- JsonHelper - Class in org.javalite.common
-
Convenience class to convert JSON strings to and from objects.
- JsonLog4j2Layout - Class in org.javalite.logging
-
Layout for log4j to emit JSON format, including exceptions.
- JsonLog4j2Layout() - Constructor for class org.javalite.logging.JsonLog4j2Layout
- JsonLog4j2Layout(Charset, String) - Constructor for class org.javalite.logging.JsonLog4j2Layout
- JSpec - Class in org.javalite.test.jspec
- JSpecSupport - Interface in org.javalite.test.jspec
-
This is a class to be extended to gain easy access to JSpec methods.
K
L
- LengthOption - Interface in org.javalite.validation.length
-
Attribute Length validation option.
- lessThan(double) - Method in class org.javalite.validation.NumericValidationBuilder
-
Specify a upper bound for a value, not inclusive.
- li(T...) - Static method in class org.javalite.common.Collections
-
Create a list from values.
- list(T...) - Static method in class org.javalite.common.Collections
-
Create a list from values.
M
- main(String[]) - Static method in class org.javalite.http.Delete
- main(String[]) - Static method in class org.javalite.http.Get
- main(String[]) - Static method in class org.javalite.http.Multipart
- main(String[]) - Static method in class org.javalite.http.Post
- main(String[]) - Static method in class org.javalite.http.Put
- map(Object...) - Static method in class org.javalite.common.Collections
-
Create a map from keys and values.
- map2URLEncoded(Map) - Static method in class org.javalite.http.Http
-
Converts a map to URL- encoded string.
- Max - Class in org.javalite.validation.length
-
The attribute length must be less than or equal to the given value.
- merge(Map<String, ?>) - Method in class org.javalite.common.Templator
-
This method is used in repeated operations, since it will load a resource once.
- mergeFromPath(String, Map<String, ?>) - Static method in class org.javalite.common.Templator
-
This method is used in one-off operations, where it is OK to load a template every time.
- mergeFromTemplate(String, Map<String, ?>) - Static method in class org.javalite.common.Templator
-
Merges from string as template.
- message(String) - Method in class org.javalite.validation.ValidationBuilder
- message(String, Object...) - Static method in class org.javalite.validation.Messages
-
Looks for a property/message in
activejdbc_messagesbundle. - message(String, Locale, Object...) - Static method in class org.javalite.validation.Messages
-
Looks for a localized property/message in
activejdbc_messagesbundle. - Messages - Class in org.javalite.validation
-
This class is used to pull messages from a resource bundle called
activejdbc_messages. - Min - Class in org.javalite.validation.length
-
The attribute length must be more than or equal to the given value.
- multipart(String) - Static method in class org.javalite.http.Http
-
Create multipart request
- multipart(String, int, int) - Static method in class org.javalite.http.Http
-
Create multipart request
- Multipart - Class in org.javalite.http
-
Sets up a Multipart request to send multiple text fields as well as upload files.
- Multipart(String, int, int) - Constructor for class org.javalite.http.Multipart
-
Constructor to make multipart requests
N
- NumericValidationBuilder - Class in org.javalite.validation
- NumericValidationBuilder(List<NumericValidator>) - Constructor for class org.javalite.validation.NumericValidationBuilder
- NumericValidator - Class in org.javalite.validation
- NumericValidator(String) - Constructor for class org.javalite.validation.NumericValidator
O
- of(int) - Static method in class org.javalite.validation.length.Exact
- of(int) - Static method in class org.javalite.validation.length.Max
- of(int) - Static method in class org.javalite.validation.length.Min
- of(int, int) - Static method in class org.javalite.validation.length.Range
- on(String) - Static method in class org.javalite.validation.length.AttributeLengthValidator
- onlyInteger() - Method in class org.javalite.validation.NumericValidationBuilder
-
Will invalidate the value if it is not integer.
- org.javalite - package org.javalite
-
This is a root package for all classes in JavaLite ecosystem.
- org.javalite.common - package org.javalite.common
-
This package is a Swiss Army knife of utilities used in JavaLite as well as outside
- org.javalite.conversion - package org.javalite.conversion
-
Classes to manage data conversions, se Data conversions
- org.javalite.http - package org.javalite.http
-
JavaLite HTTP library.
- org.javalite.logging - package org.javalite.logging
-
JavaLite Logging, see http://javalite.io/logging
- org.javalite.test - package org.javalite.test
-
Package contains utilities classes to use in tests.
- org.javalite.test.jspec - package org.javalite.test.jspec
-
JSpec library, see http://javalite.io/jspec
- org.javalite.validation - package org.javalite.validation
-
Data validation , see Validations.
- org.javalite.validation.length - package org.javalite.validation.length
- out - Variable in class org.javalite.common.RuntimeUtil.Response
P
- param(String, String) - Method in class org.javalite.http.Post
-
Adds a parameter to the request as in a HTML form.
- params(String...) - Method in class org.javalite.http.Post
-
Convenience method to add multiple parameters to the request.
- patch(String, byte[]) - Static method in class org.javalite.http.Http
-
Executes a PATCH request.
- patch(String, byte[], int, int) - Static method in class org.javalite.http.Http
-
Executes a PATCH request.
- patch(String, String) - Static method in class org.javalite.http.Http
-
Executes a PATCH request.
- Patch - Class in org.javalite.http
-
Executes a PATCH request.
- Patch(String, byte[], int, int) - Constructor for class org.javalite.http.Patch
-
Constructor for making PATCH requests.
- pinMessage() - Method in interface org.javalite.validation.Validator
-
Will pin the current message.
- pinMessage() - Method in class org.javalite.validation.ValidatorAdapter
- pluralize(String) - Static method in class org.javalite.common.Inflector
- post(String) - Static method in class org.javalite.http.Http
-
Executes a POST request.
- post(String, byte[]) - Static method in class org.javalite.http.Http
-
Executes a POST request.
- post(String, byte[], int, int) - Static method in class org.javalite.http.Http
-
Executes a POST request.
- post(String, int, int) - Static method in class org.javalite.http.Http
-
Executes a POST request.
- post(String, String) - Static method in class org.javalite.http.Http
-
Executes a POST request.
- Post - Class in org.javalite.http
-
Executes a POST request.
- Post(String, byte[], int, int) - Constructor for class org.javalite.http.Post
-
Constructor for making POST requests.
- put(String...) - Static method in class org.javalite.logging.Context
-
Add multiple values in a classical JavaLite style.
- put(String, byte[]) - Static method in class org.javalite.http.Http
-
Executes a PUT request.
- put(String, byte[], int, int) - Static method in class org.javalite.http.Http
-
Executes a PUT request.
- put(String, String) - Static method in class org.javalite.http.Http
-
Executes a PUT request.
- put(String, String) - Method in class org.javalite.validation.Errors
- Put - Class in org.javalite.http
-
Executes a PUT request.
- Put(String, byte[], int, int) - Constructor for class org.javalite.http.Put
-
Constructor for making PUT requests.
- putAll(Map<? extends String, ? extends String>) - Method in class org.javalite.validation.Errors
R
- Range - Class in org.javalite.validation.length
-
The attribute length must be between the given minimum and maximum length (inclusive).
- RangeValidator - Class in org.javalite.validation
- RangeValidator(String, Number, Number) - Constructor for class org.javalite.validation.RangeValidator
- read(File) - Static method in class org.javalite.common.Util
-
Reads file into a byte array.
- read(InputStream) - Static method in class org.javalite.common.Util
-
Reads contents of the input stream fully and returns it as String.
- read(InputStream, String) - Static method in class org.javalite.common.Util
-
Reads contents of the input stream fully and returns it as String.
- READ_TIMEOUT - Static variable in class org.javalite.http.Http
-
Read timeout in milliseconds.
- readFile(String) - Static method in class org.javalite.common.Util
-
Reads contents of file fully and returns as string.
- readFile(String, String) - Static method in class org.javalite.common.Util
-
Reads contents of file fully and returns as string.
- readProperties(String) - Static method in class org.javalite.common.Util
-
Reads a property file from classpath or from a file system to a properties object.
- readResource(String) - Static method in class org.javalite.common.Util
-
Reads contents of resource fully into a string.
- readResource(String, String) - Static method in class org.javalite.common.Util
-
Reads contents of resource fully into a string.
- readResourceBytes(String) - Static method in class org.javalite.common.Util
-
Reads contents of resource fully into a byte array.
- recursiveDelete(Path) - Static method in class org.javalite.common.Util
-
Deletes a directory recursively with all its contents.
- redirect - Variable in class org.javalite.http.Request
- redirect(boolean) - Method in class org.javalite.http.Request
-
Configures this request to follow redirects.
- RegexpValidator - Class in org.javalite.validation
- RegexpValidator(String, String) - Constructor for class org.javalite.validation.RegexpValidator
- remove(Object) - Method in class org.javalite.validation.Errors
- removeValidator(Validator) - Method in class org.javalite.validation.ValidationSupport
- repeat(StringBuilder, String, int) - Static method in class org.javalite.common.Util
-
Repeats string of characters a defined number of times, and appends result to StringBuilder.
- replaceError() - Static method in class org.javalite.test.SystemStreamUtil
-
Replaces
System.errwith internal buffer. - replaceOut() - Static method in class org.javalite.test.SystemStreamUtil
-
Replaces
System.outwith internal buffer. - Request<T extends Request> - Class in org.javalite.http
-
This class provides static convenience methods for simple HTTP requests.
- Request(String, int, int) - Constructor for class org.javalite.http.Request
- responseCode() - Method in class org.javalite.http.Request
-
Returns HTTP response code.
- responseMessage() - Method in class org.javalite.http.Request
-
Returns response message from server, such as "OK", or "Created", etc.
- restoreSystemErr() - Static method in class org.javalite.test.SystemStreamUtil
-
Restores
System.errto former glory. - restoreSystemOut() - Static method in class org.javalite.test.SystemStreamUtil
-
Restores
System.outto former glory. - RuntimeUtil - Class in org.javalite.common
-
Utility class to shell out system commands.
- RuntimeUtil() - Constructor for class org.javalite.common.RuntimeUtil
- RuntimeUtil.Response - Class in org.javalite.common
S
- sanitize(String) - Static method in class org.javalite.common.JsonHelper
-
Escapes control characters in a string.
- sanitize(String, boolean) - Static method in class org.javalite.common.JsonHelper
- sanitize(String, boolean, Character...) - Static method in class org.javalite.common.JsonHelper
-
Escapes control characters in a string when you need to generate JSON.
- saveTo(String, byte[]) - Static method in class org.javalite.common.Util
-
Saves content of byte array to file.
- saveTo(String, InputStream) - Static method in class org.javalite.common.Util
-
Saves content read from input stream into a file.
- selectStrings(String, String) - Static method in class org.javalite.test.XPathHelper
-
Selects text nodes as list of strings
- selectText(String) - Method in class org.javalite.test.XPathHelper
-
Retrieves text of a single node.
- selectText(String, String) - Static method in class org.javalite.test.XPathHelper
-
Selects text from a single node.
- set(T...) - Static method in class org.javalite.common.Collections
-
Creates a set from values.
- setAllowNull(Boolean) - Method in class org.javalite.validation.NumericValidator
- setLocale(Locale) - Method in class org.javalite.validation.Errors
-
Sets a locale on this instance.
- setMax(Double) - Method in class org.javalite.validation.NumericValidator
- setMessage(String) - Method in interface org.javalite.validation.Validator
-
Sets an message on this validator.
- setMessage(String) - Method in class org.javalite.validation.ValidatorAdapter
- setMin(Double) - Method in class org.javalite.validation.NumericValidator
- setName(String) - Method in class org.javalite.http.FormField
- setOnlyInteger(boolean) - Method in class org.javalite.validation.NumericValidator
- shouldBe(String) - Method in class org.javalite.test.jspec.Expectation
-
Invokes a boolean method and uses return value in comparison.
- shouldBeA(Class) - Method in class org.javalite.test.jspec.Expectation
-
Tests that the Tested value is a specific type.
- shouldBeEqual(T) - Method in class org.javalite.test.jspec.Expectation
-
Tested value is equal expected.
- shouldBeFalse() - Method in class org.javalite.test.jspec.Expectation
-
Tested value should be false.
- shouldBeNull() - Method in class org.javalite.test.jspec.Expectation
-
Tested value should be null.
- shouldBeTheSameAs(T) - Method in class org.javalite.test.jspec.Expectation
-
Tested value is the same reference value as expected.
- shouldBeTrue() - Method in class org.javalite.test.jspec.Expectation
-
Tested value should be true.
- shouldBeType(Class) - Method in class org.javalite.test.jspec.Expectation
-
Tests that the Tested value is a specific type.
- shouldContain(Object) - Method in class org.javalite.test.jspec.Expectation
-
Tests that an expected value is contained in the tested object.
- shouldEqual(T) - Method in class org.javalite.test.jspec.Expectation
-
Alias to
Expectation.shouldBeEqual(Object). - shouldHave(String) - Method in class org.javalite.test.jspec.Expectation
-
This is for cases suh as: "hasErrors()":
a(p).shouldHave("errors"). - shouldNotBe(String) - Method in class org.javalite.test.jspec.Expectation
-
Invokes a boolean method and uses return value in comparison.
- shouldNotBeEqual(T) - Method in class org.javalite.test.jspec.Expectation
-
Tested and expected values are not equal.
- shouldNotBeNull() - Method in class org.javalite.test.jspec.Expectation
-
Tested reference should not be null.
- shouldNotBeTheSameAs(T) - Method in class org.javalite.test.jspec.Expectation
-
Tested value is not the same reference value as expected.
- shouldNotContain(Object) - Method in class org.javalite.test.jspec.Expectation
-
This method is exactly opposite (negated) of
Expectation.shouldContain(Object). - shouldNotHave(String) - Method in class org.javalite.test.jspec.Expectation
-
This is for cases suh as: "hasErrors()":
a(p).shouldNotHave("errors"). - singularize(String) - Static method in class org.javalite.common.Inflector
- size() - Method in class org.javalite.validation.Errors
- sourceClass() - Method in class org.javalite.conversion.ConverterAdapter
- sourceClass() - Method in class org.javalite.conversion.StringToSqlDateConverter
- sourceClass() - Method in class org.javalite.conversion.StringToTimestampConverter
- split(String, char) - Static method in class org.javalite.common.Util
-
Splits a string into an array using provided delimiter.
- split(String, String) - Static method in class org.javalite.common.Util
-
Splits a string into an array using provided delimiters.
- StringToSqlDateConverter - Class in org.javalite.conversion
- StringToSqlDateConverter(String) - Constructor for class org.javalite.conversion.StringToSqlDateConverter
- StringToSqlDateConverter(DateFormat) - Constructor for class org.javalite.conversion.StringToSqlDateConverter
- StringToTimestampConverter - Class in org.javalite.conversion
- StringToTimestampConverter(String) - Constructor for class org.javalite.conversion.StringToTimestampConverter
- StringToTimestampConverter(DateFormat) - Constructor for class org.javalite.conversion.StringToTimestampConverter
- SystemOutAppender - Class in org.javalite.logging
-
Primitive appender, only for testing (tired fighting log4j for my output!).
- SystemOutAppender(String, Layout) - Constructor for class org.javalite.logging.SystemOutAppender
- SystemStreamUtil - Class in org.javalite.test
-
This class can be used to catch standard and error outputs in tests so as not to pollute test printout with "good" exceptions stack traces.
T
- tableize(String) - Static method in class org.javalite.common.Inflector
-
Converts a camel case to underscore and then pluralizes.
- Templator - Class in org.javalite.common
-
Simple implementation of small quick templates filled with dynamic data. An example of a template:
- Templator(String) - Constructor for class org.javalite.common.Templator
- TestException - Exception in org.javalite.test.jspec
- TestException() - Constructor for exception org.javalite.test.jspec.TestException
- TestException(String) - Constructor for exception org.javalite.test.jspec.TestException
- TestException(String, Throwable) - Constructor for exception org.javalite.test.jspec.TestException
- TestException(Throwable) - Constructor for exception org.javalite.test.jspec.TestException
- text() - Method in class org.javalite.http.Request
-
Fetches response content from server as String.
- text(String) - Method in class org.javalite.http.Request
-
Fetches response content from server as String.
- the(Object) - Static method in class org.javalite.test.jspec.JSpec
- the(Object) - Method in interface org.javalite.test.jspec.JSpecSupport
- timestampFormat(String, String...) - Method in class org.javalite.validation.ValidationSupport
-
Registers timestamp converters (Date -> String -> java.sql.Timestamp) for specified model attributes.
- timestampFormat(DateFormat, String...) - Method in class org.javalite.validation.ValidationSupport
-
Registers timestamp converters (Date -> String -> java.sql.Timestamp) for specified model attributes.
- TimestampValidator - Class in org.javalite.validation
-
Validates presence and correct format of a string.
- TimestampValidator(String, String) - Constructor for class org.javalite.validation.TimestampValidator
- toBase64(byte[]) - Static method in class org.javalite.common.Util
-
Will encode byte array using Base64 encoding.
- toBigDecimal(Object) - Static method in class org.javalite.common.Convert
-
Converts value to BigDecimal if it can.
- toBoolean(Object) - Static method in class org.javalite.common.Convert
-
Returns true if the value is any numeric type and has a value of 1, or if string type has a value of '1', 't', 'y', 'true' or 'yes'.
- toBytes(Object) - Static method in class org.javalite.common.Convert
-
Converts value to bytes array if it can.
- toBytes(Blob) - Static method in class org.javalite.common.Convert
-
Converts
java.sql.Blobto bytes array. - toDouble(Object) - Static method in class org.javalite.common.Convert
-
Converts any value to
Double. - toFloat(Object) - Static method in class org.javalite.common.Convert
-
Converts value to Float if it can.
- toHumanFormat(long) - Static method in class org.javalite.common.HumanDate
-
This is a convenience method in addition to
HumanDate.toHumanFormat(long, long), except the second parameter is always now. - toHumanFormat(long, long) - Static method in class org.javalite.common.HumanDate
-
Generates a human representation of distance in time between two time stamps.
- toInteger(Object) - Static method in class org.javalite.common.Convert
-
Converts value to Integer if it can.
- toIsoString(Date) - Static method in class org.javalite.common.Convert
-
Converts a
java.util.Dateto aStringin ISO 8601 format: "yyyy-MM-dd'T'HH:mm:ss'Z'" in UTC timezone for timestamps, and "yyyy-MM-dd" for instances ofjava.sql.Date. - toJSON() - Static method in class org.javalite.logging.Context
- toJSON() - Method in class org.javalite.validation.Errors
- toJsonObject(Object...) - Static method in class org.javalite.common.JsonHelper
-
Converts input into a JSON object.
- toJsonString(Object) - Static method in class org.javalite.common.JsonHelper
-
Convert Java object to a JSON string.
- toJsonString(Object, boolean) - Static method in class org.javalite.common.JsonHelper
-
Convert Java object to a JSON string.
- toList(String) - Static method in class org.javalite.common.JsonHelper
-
Convert JSON array tp Java List
- toLong(Object) - Static method in class org.javalite.common.Convert
-
Converts value to
Longif it can. - toMap(String) - Static method in class org.javalite.common.JsonHelper
-
Convert a JSON map to a Java Map
- toMaps(String) - Static method in class org.javalite.common.JsonHelper
-
Convert JSON Array to Java array of maps.
- toSerializable(LogEvent) - Method in class org.javalite.logging.JsonLog4j2Layout
-
Formats a
LogEvent. - toShort(Object) - Static method in class org.javalite.common.Convert
-
Converts value to Short if it can.
- toSqlDate(Object) - Static method in class org.javalite.common.Convert
-
Expects a
java.sql.Date,java.sql.Timestamp,java.sql.Time,java.util.Date,Longor any object whose toString method has this format:yyyy-mm-dd. - toString() - Method in class org.javalite.validation.Errors
- toString(Object) - Static method in class org.javalite.common.Convert
-
Returns string representation of an object, including
Clob. - toTime(Object) - Static method in class org.javalite.common.Convert
-
If the value is instance of java.sql.Time, returns it, else tries to convert java.util.Date or Long to Time, else tries to convert using
Time.valueOf(String). - toTimestamp(Object) - Static method in class org.javalite.common.Convert
-
If the value is instance of java.sql.Timestamp, returns it, else tries to convert java.util.Date or Long to Timestamp, else tries to convert using
Timestamp.valueOf(String). - truncateToSqlDate(long) - Static method in class org.javalite.common.Convert
-
This method will truncate hours, minutes, seconds and milliseconds to zeros, to conform with JDBC spec: http://download.oracle.com/javase/6/docs/api/java/sql/Date.html.
- truncateToSqlDate(Object) - Static method in class org.javalite.common.Convert
-
Expects a
java.sql.Date,java.sql.Timestamp,java.sql.Time,java.util.Date,Longor string with format "yyyy-MM-dd".
U
- underscore(String) - Static method in class org.javalite.common.Inflector
-
Converts a CamelCase string to underscores: "AliceInWonderLand" becomes: "alice_in_wonderland"
- url - Variable in class org.javalite.http.Request
- Util - Class in org.javalite.common
V
- Validatable - Interface in org.javalite.validation
-
Top interface to make something validatable.
- validate() - Method in interface org.javalite.validation.Validatable
-
Runs validation.
- validate() - Method in class org.javalite.validation.ValidationSupport
- validate(boolean) - Method in interface org.javalite.validation.Validatable
-
Runs validation.
- validate(boolean) - Method in class org.javalite.validation.ValidationSupport
- validate(String) - Method in class org.javalite.validation.length.Exact
- validate(String) - Method in interface org.javalite.validation.length.LengthOption
- validate(String) - Method in class org.javalite.validation.length.Max
- validate(String) - Method in class org.javalite.validation.length.Min
- validate(String) - Method in class org.javalite.validation.length.Range
- validate(Validatable) - Method in class org.javalite.validation.AttributePresenceValidator
- validate(Validatable) - Method in class org.javalite.validation.DateValidator
- validate(Validatable) - Method in class org.javalite.validation.length.AttributeLengthValidator
- validate(Validatable) - Method in class org.javalite.validation.NumericValidator
- validate(Validatable) - Method in class org.javalite.validation.RangeValidator
- validate(Validatable) - Method in class org.javalite.validation.RegexpValidator
- validate(Validatable) - Method in class org.javalite.validation.TimestampValidator
- validate(Validatable) - Method in interface org.javalite.validation.Validator
-
Called by framework when validation is required
- validateNumericalityOf(String...) - Method in class org.javalite.validation.ValidationSupport
- validatePresenceOf(String...) - Method in class org.javalite.validation.ValidationSupport
- validateWith(List<Validator>) - Method in class org.javalite.validation.ValidationSupport
- validateWith(Validator) - Method in class org.javalite.validation.ValidationSupport
- ValidationBuilder<T extends Validator> - Class in org.javalite.validation
- ValidationBuilder(List<T>) - Constructor for class org.javalite.validation.ValidationBuilder
- ValidationBuilder(T) - Constructor for class org.javalite.validation.ValidationBuilder
- ValidationException - Exception in org.javalite.validation
- ValidationException(Validatable) - Constructor for exception org.javalite.validation.ValidationException
- ValidationSupport - Class in org.javalite.validation
-
Manages validators and converters.
- ValidationSupport() - Constructor for class org.javalite.validation.ValidationSupport
- Validator - Interface in org.javalite.validation
- ValidatorAdapter - Class in org.javalite.validation
-
Subclass this class to create custom validators.
- ValidatorAdapter() - Constructor for class org.javalite.validation.ValidatorAdapter
- validators - Variable in class org.javalite.validation.ValidationBuilder
- validators() - Method in class org.javalite.validation.ValidationSupport
- valueOf(String) - Static method in enum org.javalite.conversion.BlankToNullConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.javalite.conversion.ZeroToNullConverter
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.javalite.conversion.BlankToNullConverter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.javalite.conversion.ZeroToNullConverter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.javalite.validation.Errors
W
- Wait - Class in org.javalite.common
-
Borrowed from Apache Artemis.
- Wait() - Constructor for class org.javalite.common.Wait
- Wait.Condition - Interface in org.javalite.common
- waitFor(long, long, Wait.Condition) - Static method in class org.javalite.common.Wait
-
Same as
Wait.waitFor(long, Condition). - waitFor(long, Wait.Condition) - Static method in class org.javalite.common.Wait
-
Waits for a condition to be satisfied or till
durationMillis, whichever is sooner. - waitFor(Wait.Condition) - Static method in class org.javalite.common.Wait
- with(LengthOption) - Method in class org.javalite.validation.length.AttributeLengthValidator
- withoutPadding() - Method in class org.javalite.common.Base64.Encoder
-
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
- wrap(InputStream) - Method in class org.javalite.common.Base64.Decoder
-
Returns an input stream for decoding
Base64encoded byte stream. - wrap(OutputStream) - Method in class org.javalite.common.Base64.Encoder
-
Wraps an output stream for encoding byte data using the
Base64encoding scheme.
X
- xml(String) - Static method in class org.javalite.common.Escape
-
Escapes XML.
- xml(StringBuilder, String) - Static method in class org.javalite.common.Escape
-
Escapes XML appending to StringBuilder.
- XPathHelper - Class in org.javalite.test
-
Convenience class for pulling information from XML documents.
- XPathHelper(String) - Constructor for class org.javalite.test.XPathHelper
-
Use constructor and instance methods to only parse once and reuse a parsed tree.
Z
- ZeroToNullConverter - Enum in org.javalite.conversion
-
Converts instances of Number that are zero to null.
All Classes All Packages