Classes that represent basic first order logic concepts.
Shared networking APIs and classes.
A set of utilities dealing with Java's primitive types.
Interfaces for searching over data.
Side-port of Velocity support from Spring 4 after removal from Spring 5.
Classes supporting testing of other classes.
XML implementation classes.
A set of utilities dealing with Java's primitive types.
-
Checks that the given collection is null or empty.
static byte[]
Checks that the given byte array is not empty.
Checks that the given collection is not empty.
static <T> T[]
Checks that the given array is not empty.
Checks that the collection is non null and does not contain any null elements.
boolean
boolean
Constructor that simplifies constructing a test for containment in a collection, which
is a common use case.
-
Builds a map from a collection of parameters.
Builds a map from a collection of parameters.
Builds a map from a collection of parameters.
Builds a map from a collection of parameters.
-
static <T> T
Return the first from a list of arguments that is non-null, or null if all arguments
are null.
Normalize a string collection by:
Safely trimming each member.
Converting all empty members to null.
Removing any null members.
-
A convenience constructor for constructing and adding criteria.
-
Set the first list to combine.
Set the second list to combine.
void
Get the first list to combine.
void
Get the second list to combine.
-
Configuration properties.
protected org.apache.velocity.context.Context
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
protected org.apache.velocity.context.Context
Create a Velocity Context instance for the given model,
to be passed to the template for merging.
protected void
Process the model map by merging it with the Velocity template.
void
Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
-
static org.apache.velocity.app.VelocityEngine
Creates a new velocity engine with the supplied properties.
-
Gets the builder attributes used when creating builders.
Gets the builders' features.
void
Sets the builder attributes used when creating builders.
void
Sets the the builders' features.
-
Deprecated, for removal: This API element is subject to removal in a future version.
Normalize a string collection by:
Safely trimming each member.
Converting all empty members to null.
Removing any null members.