| Interface | Description |
|---|---|
| BroadleafMergeResourceExtensionHandler | |
| StreamCapableTransactionalOperation | |
| StreamingTransactionCapable | |
| TransactionalOperation | |
| TypedClosure<K,V> |
A class that provides for a typed closure that will return a the specified type value from the specified type
|
| TypedTransformer<K> |
A class that provides for a typed transformer.
|
| WorkOnChange |
Encapsulate some amount of work to perform whenever a change aware collection is modified.
|
| Wrappable |
Utility interface for items that wrap an internal, delegate item
|
| Class | Description |
|---|---|
| AbstractBroadleafMergeResourceExtensionHandler | |
| ApplicationContextHolder |
Convenient class to hold the Spring application context.
|
| BLCArrayUtils |
Convenience methods for interacting with arrays
|
| BLCCollectionUtils |
Convenience methods for interacting with collections.
|
| BLCFieldUtils |
Utility class used primarily for retrieving fields on domain classes.
|
| BLCMapUtils |
Convenience methods for interacting with maps
|
| BLCMessageUtils |
Convenience class to faciliate getting internationalized messages.
|
| BLCNumberUtils |
Convenience methods for interacting with Java number types
|
| BLCRequestUtils |
Convenience methods for interacting with the request
|
| BLCSystemProperty |
Convenience class to faciliate getting system properties
Note that this class is scanned as a bean to pick up the applicationContext, but the methods
this class provides should be invoked statically.
|
| BLResourceBundleMessageSource | Deprecated
use
BroadleafMergeResourceBundleMessageSource instead |
| BroadleafMergeResourceBundleMessageSource |
Replaces the deprecated
BLResourceBundleMessageSource by using a ReloadableResourceBundleMessageSource
instead. |
| BroadleafMergeResourceExtensionManager | |
| DateUtil | |
| DependencyLicenseCopy | |
| DeployBehaviorUtil | |
| DialectHelper | |
| DimensionUnitOfMeasureType |
An extendible enumeration of units of measure types.
|
| EfficientLRUMap<K,V> |
This class provides an LRUMap structure that defaults to a more efficient ConcurrentHashMap if the
size has not yet been reached.
|
| EnvironmentFactoryBean | |
| FormatUtil | |
| HibernateUtils |
Hibernate convenience methods
|
| InvocationHandlerForUnitTestingByteWeavedClasses |
Invocation handler for unit testing byte-weaved classes.
|
| Mod43CheckDigitUtil | |
| NodeUtil |
An API for w3c.Nodes manipulation
|
| NodeUtil.NodeComparatorBySingleAttribute |
a simple implementation of the Comparator interface, (applied to the Node class) that uses the value of a given
node attribute as comparison criterion.
|
| NullFactoryBean | |
| PomEvaluator | |
| ReflectiveWorkOnChange |
This WorkOnChange implementation is for a narrow case where the work to be done is simply calling a method on a target object
and passing to that method the changed collection.
|
| ResourceBundleExtensionPoint | Deprecated
instead, use
BroadleafMergeResourceBundleMessageSource |
| RuntimeLog4jConfigurer | |
| SortedListFactoryBean | |
| SpringAppContext |
Provides a means for classes that do not normally have access to
a servlet context or application context to be able to obtain
the current Spring ApplicationContext instance.
|
| StatCalc | |
| StopWatch | |
| StreamCapableTransactionalOperationAdapter | |
| StreamingTransactionCapableUtil | |
| StringUtil | |
| TableCreator | |
| TableCreator.Col | |
| ThreadUtils |
This utility class provides methods that simplify thread operations.
|
| TransactionUtils | |
| Tuple<A,B> |
This Tuple class can be used when you want to return two elements from a function in a type safe way.
|
| TypedPredicate<T> |
A class that provides for a typed predicat
|
| UnitOfMeasureUtil | |
| UpdateExecutor |
The purpose for this class is to provide an alternate approach to an HQL UPDATE query for batch updates on Hibernate filtered
entities (such as sandboxable and multi-tenant entities).
|
| UrlUtil | |
| ValidationUtil | |
| WeightUnitOfMeasureType |
An extendible enumeration of units of measure types.
|
| Exception | Description |
|---|---|
| UnknownUnwrapTypeException |
Copyright © 2017. All rights reserved.