Package | Description |
---|---|
net.sf.mmm.client.ui.api |
Contains the API to build user-interfaces for an application client.
|
net.sf.mmm.client.ui.api.busy |
Contains the API for busy management of an application client.
|
net.sf.mmm.client.ui.api.dialog |
Contains the API for dialog management of an application client.
|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.dialog |
Contains the base implementation of the Client Dialog API.
|
net.sf.mmm.content.parser.api |
Provides the API for parsers to extract metadata from content.
|
net.sf.mmm.jpa.api.query.statenent.jpql | |
net.sf.mmm.orient.api.query.statement | |
net.sf.mmm.orient.impl.property | |
net.sf.mmm.search.base |
Contains the base-implementation of common search infrastructure.
|
net.sf.mmm.search.engine.api |
Provides the API of the search-engine.
|
net.sf.mmm.search.engine.impl.lucene |
Contains the implementation of search-engine using apache lucene.
|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.api.config |
Contains the API of the configurations for the search-indexer.
|
net.sf.mmm.search.indexer.api.state |
Contains the API of the state for the search-indexer.
|
net.sf.mmm.search.indexer.api.strategy |
Contains the API for the available (delta-)indexing strategies.
|
net.sf.mmm.service.api.command.client |
Contains the client-specific API for simple remote services using command style.
|
net.sf.mmm.service.api.rpc.client |
Contains the client-specific API for simple remote services using RPC style.
|
net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
net.sf.mmm.transaction.api |
Provides the API for transaction support.
|
net.sf.mmm.util.bean.api |
Provides the API for generic java beans defined as simple interface.
|
net.sf.mmm.util.bean.api.mapping | |
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.collection.api |
Provides the API for utilities that help to dealing with
Collections . |
net.sf.mmm.util.component.api |
Contains API to help implementing components.
|
net.sf.mmm.util.context.api |
Provides the API for a generic context.
|
net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
net.sf.mmm.util.event.api |
Provides the API for a generic event-handling.
|
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
net.sf.mmm.util.file.api |
Provides the API for utilities that help to deal with files.
|
net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
net.sf.mmm.util.math.api |
Provides the API for utilities that help to deal with
Number s. |
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
net.sf.mmm.util.nls.impl |
Provides the GWT compatible implementations for this package.
|
net.sf.mmm.util.path.api | |
net.sf.mmm.util.pojo.api |
Provides the API for dealing with
Pojo s. |
net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API . |
net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath . |
net.sf.mmm.util.pool.api |
Provides the API for a generic pool.
|
net.sf.mmm.util.process.api |
Provides the API for utilities that help to deal with
Process es. |
net.sf.mmm.util.property.api.factory | |
net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
net.sf.mmm.util.serialization.api |
Provides the API for utilities that help to deal with (de)serialization.
|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
net.sf.mmm.util.transferobject.api |
Provides the API for transfer-objects.
|
net.sf.mmm.util.uuid.api |
Provides the API for utilities that help to create
UUID s. |
net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiPopupHelper
This is the interface for a component that allows to open very simple popup dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BusyManager
This is the interface for a component that manages the
busy indication of a client
application. |
Modifier and Type | Interface and Description |
---|---|
interface |
DialogManager
This is the interface for the component used to manage
Dialog s. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetFactory
This interface is the central API for the end-user to create widgets via factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetFactoryDatatype
This is the interface for a factory to
create widgets for particular
datatypes . |
interface |
UiWidgetFactoryNative
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiDataBindingFactory
This is the interface for the factory used to create instances of
UiDataBinding . |
Modifier and Type | Interface and Description |
---|---|
interface |
DialogControllerFactory
This is the interface for the factory of all available
DialogController s. |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentParser
This is the interface for a parser that
extracts (meta-)data from the content of an InputStream . |
interface |
ContentParserService
This is the interface for a service that provides
ContentParser s. |
Modifier and Type | Interface and Description |
---|---|
interface |
JpqlStatementFactory
This is the interface extends
StatementFactory for Jpql . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrientDbStatementFactory
This is the interface extends
StatementFactory for OrientDb. |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyBuilder
This is the interface for the
property builder assembled automatically from various
SinglePropertyBuilder -instances. |
interface |
SinglePropertyBuilder<V>
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchDependencies
This interface bundles the dependencies for the search.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchEngineBuilder
This is the interface for the component that allows to create a
ManagedSearchEngine . |
interface |
SearchQueryBuilderFactory
This is the interface for a factory used to create a
SearchQueryBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneFieldManagerFactory
This is the interface for a factory used to
create a
LuceneFieldManager . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfiguredSearchIndexer
This is the interface for a high-level
SearchIndexer . |
interface |
ResourceSearchIndexer
This is the interface for a higher-level
SearchIndexer . |
interface |
SearchIndexerBuilder
This is the interface for the component that allows to create the
SearchIndexer . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerConfigurationLoader
This is the
SearchConfigurationLoader for the SearchIndexerConfiguration . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerStateLoader
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchIndexerUpdateStrategy
This is the interface for the actual strategy used for the (delta-)indexing
of content.
|
interface |
SearchIndexerUpdateStrategyManager
This is the interface for the component used to
get the proper
SearchIndexerUpdateStrategy . |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationCommandCaller
This is the interface for the key component to invoke one or multiple
RemoteInvocationCommand s from the client-side. |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationServiceCaller
This is the interface for the key component to invoke one or multiple
RemoteInvocationService s from the client-side. |
Modifier and Type | Interface and Description |
---|---|
interface |
CsrfTokenManager
This is the interface for the manager of
CsrfToken s. |
interface |
RemoteInvocationSecurityDetector
This is the interface for a detector that can decide if a
RemoteInvocationCall is secured or
a login operation . |
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanFactory
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericPojoBeanMapper
This is the interface for a generic
PojoBeanMapper . |
Modifier and Type | Interface and Description |
---|---|
interface |
CliParserBuilder
|
Modifier and Type | Interface and Description |
---|---|
interface |
CliParserDependencies
This interface bundles the dependencies for the
CliParser . |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionFactoryManager
This is the interface for a manager of
CollectionFactory instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
PeriodicRefresher
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericContextFactory
This is the interface for a factory of generic
contexts . |
Modifier and Type | Interface and Description |
---|---|
interface |
Iso8601Util
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
|
interface |
Iso8601UtilLimited
This is a limited subset of
Iso8601Util that is GWT compatible. |
interface |
RecurrenceUtil
This is the interface for a collection of utility functions that help with to deal with
Recurrence . |
Modifier and Type | Interface and Description |
---|---|
interface |
EventBus
This is the interface for an event bus.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExceptionUtil
This is the interface for a collection of utility functions to deal with exceptions (
Throwable s). |
interface |
ExceptionUtilLimited
This is a limited subset of
ExceptionUtil that is GWT compatible. |
interface |
GlobalExceptionHandler
This is the interface used as fallback to
handle errors that can not be
handled in a specific way by generic components. |
Modifier and Type | Interface and Description |
---|---|
interface |
FileUtil
This is the interface for a collection of utility functions for
File handling and manipulation. |
interface |
FileUtilLimited
This is the interface for a collection of utility functions for
File handling and manipulation. |
Modifier and Type | Interface and Description |
---|---|
interface |
EncodingUtil
This is the interface for a collection of utility functions to that help deal with encodings.
|
interface |
StreamUtil
This is the interface for a collection of utility functions that help to deal with
InputStream s,
OutputStream s, Reader s and Writer s. |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicUtil
This is the interface for a collection of utility functions for very general operations especially for
dealing with Arrays.
|
interface |
DatatypeDescriptor<T>
This is the interface to describe a
Datatype . |
interface |
DatatypeDescriptorManager
This is the interface for a manager of
DatatypeDescriptor s for all supported Datatype s. |
interface |
DatatypeDetector
|
interface |
EnumProvider
This is the interface for a generic provider of
enumerations . |
interface |
EnvironmentDetector
This is the interface for a detector of the environment.
|
interface |
StringUtil
This is the interface for a collection of utility functions that help with
String handling and manipulation. |
interface |
SystemUtil
This is the interface for a collection of utility functions that help to deal with things specific for the operating
system running this java virtual machine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MathUtil
This is the interface for a collection of utility functions to deal with
Number s. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsArgumentParser
|
interface |
NlsBundleFactory
|
interface |
NlsFormatterPlugin<O>
This interface extends
NlsFormatter with the methods required to register this automatically as
plugin via injection . |
interface |
NlsMessageFactory
This is the interface for a factory used to create instances of
NlsMessage . |
interface |
NlsMessageFormatterFactory
This is the interface to create an
NlsFormatter . |
interface |
NlsResourceBundleRequestor
This is the interface of a component to
request
NlsResourceBundle s. |
interface |
NlsTemplateResolver
This is the interface for
resolving NlsTemplate for translating a
text-message to a Locale -specific language. |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsArgumentFormatter
|
interface |
NlsResourceBundleProvider
Deprecated.
use
NlsBundle instead of NlsResourceBundle . |
Modifier and Type | Interface and Description |
---|---|
interface |
NlsResourceBundleLocator
|
Modifier and Type | Interface and Description |
---|---|
interface |
PathFactory
This is the interface for a factory used to create instance of
Path across multiple
FileSystem s. |
interface |
PathProvider
|
Modifier and Type | Interface and Description |
---|---|
interface |
PojoFactory
This is the interface for a generic factory used to
create new instances of
Pojo s. |
interface |
PojoUtil
This is the interface for a collection of utility functions to deal with
POJOs . |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoDescriptorBuilderFactory
This is the interface for a factory used to create instances of
PojoDescriptorBuilder . |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoDescriptorEnhancer
This is the interface for a generic enhancer of a
PojoDescriptor . |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoPathFunctionManager
This is the interface for a manager of
PojoPathFunction s. |
interface |
PojoPathNamedFunction<IN,VALUE>
This is the interface for a
PojoPathFunction that has a name . |
interface |
PojoPathNavigator
|
Modifier and Type | Interface and Description |
---|---|
interface |
ByteArrayPool
This is the interface for a
Pool of byte[] . |
interface |
CharArrayPool
This is the interface for a
Pool of char[] . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessUtil
This is the interface for a collection of utility functions to deal with
Process es. |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyFactory<V,P extends ReadableProperty<V>>
This is the interface for the factory of a specific
property type. |
interface |
PropertyFactoryManager
This is the interface for the manager where all
PropertyFactory variants are registered. |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationUtil
This is the interface for a collection of utility functions to deal with
annotations . |
interface |
CollectionReflectionUtil
This is the interface for a collection of utility functions to deal with
Collection s reflectively. |
interface |
GenericTypeFactory
This is the interface for a factory with ability to create
GenericType s. |
interface |
ReflectionUtil
This is the interface for a collection of utility functions to deal with
reflection . |
Modifier and Type | Interface and Description |
---|---|
interface |
BrowsableResourceFactory
This is the interface for a factory used to create instances of
BrowsableResource . |
interface |
ClasspathScanner
This is the interface for a component that scans the classpath for resources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Serializer
This is the interface to
serialize and deserialize arbitrary
Java objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
HyphenatorBuilder
|
interface |
JustificationBuilder
|
interface |
LineWrapper
This is the interface used to
wrap texts
if they exceed a specific length. |
interface |
Singularizer
This is the interface for a
translation of a term given in plural form to the according
singular form. |
interface |
UnicodeUtil
This is the interface for a collection of utility functions that help with unicode characters and texts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransferObjectUtil
This is the interface for a collection of utility functions to deal with
AbstractTransferObject s. |
interface |
TransferObjectUtilLimited
This is a limited subset of
TransferObjectUtil that is GWT compatible. |
Modifier and Type | Interface and Description |
---|---|
interface |
UuidFactory
This is the interface for a factory used to create
UUID s. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComposedValueConverter
This is the interface for a
ValueConverter that is composed out of individual
ValueConverter s. |
interface |
ComposedValueConverterFactory
This is the interface of a factory of
ComposedValueConverter instances. |
interface |
SimpleGenericValueConverter
This is the interface for a
SimpleValueConverter that is generic and can convert from Object to
Object . |
interface |
StringValueConverter
This is a sub-interface of
GenericValueConverter for the most common value type String . |
interface |
ValueConverter<SOURCE,TARGET>
This is the interface for a converter that
converts a value
from a source-type to a specific target-type . |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionUtil
This is the interface for a collection of utility functions that help to deal with versions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DomUtil
This is the interface for a collection of utility functions that help to deal with the
DOM API. |
interface |
StaxUtil
This is the interface for a collection of utility functions that help to deal with the StAX API (JSR 173).
|
interface |
XmlUtil
This is the interface for a collection of utility functions that help to deal with XML.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.