| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.jsp.taglib.functions | |
| org.mmbase.bridge.remote | |
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.core | |
| org.mmbase.datatypes |
This package defines and implements
DataTypes, which are a way to apply restrictions to and
annotate certain data. |
| org.mmbase.datatypes.util.xml | |
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.framework.basic | |
| org.mmbase.module.lucene | |
| org.mmbase.security |
The security infrastructure of MMBase.
|
| org.mmbase.util | |
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| org.mmbase.util.xml |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
ContextProvider.Resolver.description |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
ContextProvider.Resolver.getDescription()
The syntax of the uri and goal of the resuling CloudContext may be explained in this
description.
|
LocalizedString |
Descriptor.getLocalizedDescription()
Returns the set of (localized) descriptions of this object.
|
LocalizedString |
Descriptor.getLocalizedGUIName()
Returns the set of (localized) gui names of this object.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
ModuleHandler.getLocalizedDescription() |
LocalizedString |
ModuleHandler.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModuleHandler.setLocalizedDescription(LocalizedString description) |
protected void |
ModuleHandler.setLocalizedGUIName(LocalizedString value) |
| Modifier and Type | Method and Description |
|---|---|
static LocalizedString |
Functions.string(LocalizedString s) |
| Modifier and Type | Method and Description |
|---|---|
static LocalizedString |
Functions.string(LocalizedString s) |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
RemoteDescriptor.getLocalizedDescription() |
LocalizedString |
RemoteModule.getLocalizedDescription() |
LocalizedString |
RemoteField.getLocalizedDescription() |
LocalizedString |
RemoteDescriptor.getLocalizedGUIName() |
LocalizedString |
RemoteModule.getLocalizedGUIName() |
LocalizedString |
RemoteField.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
RemoteDescriptor_Proxy.getLocalizedDescription() |
LocalizedString |
RemoteField_Proxy.getLocalizedDescription() |
LocalizedString |
RemoteModule_Proxy.getLocalizedDescription() |
LocalizedString |
RemoteDescriptor_Proxy.getLocalizedGUIName() |
LocalizedString |
RemoteField_Proxy.getLocalizedGUIName() |
LocalizedString |
RemoteModule_Proxy.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
RemoteDescriptor_Rmi.getLocalizedDescription() |
LocalizedString |
RemoteField_Rmi.getLocalizedDescription() |
LocalizedString |
RemoteModule_Rmi.getLocalizedDescription() |
LocalizedString |
RemoteDescriptor_Rmi.getLocalizedGUIName() |
LocalizedString |
RemoteField_Rmi.getLocalizedGUIName() |
LocalizedString |
RemoteModule_Rmi.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
FieldWrapper.getLocalizedDescription() |
LocalizedString |
FieldWrapper.getLocalizedGUIName() |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
AbstractDescriptor.description |
protected LocalizedString |
AbstractDescriptor.guiName |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
AbstractDescriptor.getLocalizedDescription() |
LocalizedString |
AbstractDescriptor.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDescriptor.setLocalizedDescription(LocalizedString description) |
protected void |
AbstractDescriptor.setLocalizedGUIName(LocalizedString value) |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
BasicDataType.StaticAbstractRestriction.errorDescription |
protected LocalizedString |
DateTimePattern.pattern |
| Modifier and Type | Field and Description |
|---|---|
(package private) Collection<LocalizedString> |
CastException.errors |
static Collection<LocalizedString> |
DataType.VALID
Returned by
DataType.validate(Object, Node, Field) if no errors: an empty (nonmodifiable)
Collection containing no error messages. |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
InternetAddressDataType.InternetAddressRestriction.getErrorDescription() |
LocalizedString |
BasicDataType.StaticAbstractRestriction.getErrorDescription() |
LocalizedString |
DataType.Restriction.getErrorDescription()
If the restriction does not hold, the following error description can be used.
|
LocalizedString |
DateTimePattern.getPattern()
Returns the original pattern, which can e.g.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<LocalizedString> |
BasicDataType.StaticAbstractRestriction.addError(Collection<LocalizedString> errors,
Object v,
Node node,
Field field)
Utility method to add a new error message to the errors collection, based on this
Restriction.
|
Collection<LocalizedString> |
BasicDataType.castAndValidate(Object value,
Node node,
Field field) |
Collection<LocalizedString> |
DataType.castAndValidate(Object value,
Node node,
Field field)
Validates a value without knowing its type yet.
|
Collection<LocalizedString> |
BasicDataType.validate(C value) |
Collection<LocalizedString> |
DataType.validate(C value) |
Collection<LocalizedString> |
BasicDataType.validate(C value,
Node node,
Field field) |
Collection<LocalizedString> |
DataType.validate(C value,
Node node,
Field field)
Checks if the passed object obeys the restrictions defined for this type.
|
protected Collection<LocalizedString> |
BasicDataType.StaticAbstractRestriction.validate(Collection<LocalizedString> errors,
Object v,
Node node,
Field field)
This method is called by
BasicDataType.validate(Object, Node, Field) for each of its conditions. |
protected Collection<LocalizedString> |
InternetAddressDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
CaptchaDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
NodeDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
ListDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BasicDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
StringDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
DecimalDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
CheckEqualityDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
ComparableDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
AbstractLengthDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
MustBeTrueDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BinaryDataType.validateCastValue(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BasicDataType.validateCastValueOrNull(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
StringDataType.validateCastValueOrNull(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
AbstractLengthDataType.validateCastValueOrNull(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BinaryStringDataType.validateRequired(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BasicDataType.validateRequired(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
protected Collection<LocalizedString> |
BinaryDataType.validateRequired(Collection<LocalizedString> errors,
Object castValue,
Object value,
Node node,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicDataType.StaticAbstractRestriction.setErrorDescription(LocalizedString errorDescription) |
void |
DataType.Restriction.setErrorDescription(LocalizedString errorDescription)
Set error description for this restriction
|
| Constructor and Description |
|---|
CastException(Collection<LocalizedString> mes) |
CastException(Collection<LocalizedString> mes,
Throwable cause) |
CastException(String mes,
Collection<LocalizedString> errors) |
| Modifier and Type | Method and Description |
|---|---|
static LocalizedString |
DataTypeXml.getLocalizedDescription(String tagName,
Element element,
LocalizedString descriptions,
String key)
Reads a number of tags with 'xml:lang' attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalizedString |
DataTypeXml.getLocalizedDescription(String tagName,
Element element,
LocalizedString descriptions,
String key)
Reads a number of tags with 'xml:lang' attributes.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
Component.getDescription()
The description can contain further information about the component, mainly to be displayed
in pages about components generally.
|
LocalizedString |
Block.getDescription()
Description for this block.
|
LocalizedString |
Setting.getDescription() |
LocalizedString |
BasicComponent.getDescription() |
LocalizedString |
Block.getTitle()
A localized title for this block.
|
LocalizedString |
Block.Type.getTitle() |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
BasicFramework.description |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
Indexer.getDescription() |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
Action.description |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
Action.getDescription() |
| Constructor and Description |
|---|
SecurityException(LocalizedString message) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleLocalizedString
This LocalizedString also has a method
LocaleLocalizedString.setLocale(java.util.Locale) which defines its own default locale for LocaleLocalizedString.get(Locale) in case it is called as get(null). |
class |
ReadonlyLocalizedString
Extends and wraps LocalizedString, to make it readonly
|
class |
ReplacingLocalizedString
Extends and wraps LocalizedString.
|
class |
WrappedLocalizedString
Extends and wraps LocalizedString.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
WrappedLocalizedString.wrapped |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedString.clone() |
LocalizedString |
ReadonlyLocalizedString.clone() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
LocalizedString.toStrings(Collection<LocalizedString> col,
Locale locale)
Converts a collection of localized strings to a collection of normal strings.
|
| Constructor and Description |
|---|
LocaleLocalizedString(LocalizedString s) |
ReadonlyLocalizedString(LocalizedString s) |
ReplacingLocalizedString(LocalizedString s) |
WrappedLocalizedString(LocalizedString s) |
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
DescribedFunctionProvider.description
Descriptions per locale
|
protected LocalizedString |
DescribedFunctionProvider.guiName
(GUI) names per locale
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
DescribedFunctionProvider.getLocalizedDescription() |
LocalizedString |
DescribedFunctionProvider.getLocalizedGUIName() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocalizedString> |
Parameters.validate()
Validates all values in the Parameters object with their
Parameter.getDataType(). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DescribedFunctionProvider.setLocalizedDescription(LocalizedString description) |
protected void |
DescribedFunctionProvider.setLocalizedGUIName(LocalizedString value) |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
ModuleReader.getLocalizedDescription(LocalizedString description)
Get the descriptions of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedDescription(LocalizedString description)
Get the descriptions of this module.
|
LocalizedString |
ModuleReader.getLocalizedGUIName(LocalizedString guiName)
Get the (gui) names of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedPluralName(LocalizedString guiName)
Get the (gui) names of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedSingularName(LocalizedString guiName)
Get the (gui) names of this module.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
ModuleReader.getLocalizedDescription(LocalizedString description)
Get the descriptions of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedDescription(LocalizedString description)
Get the descriptions of this module.
|
LocalizedString |
ModuleReader.getLocalizedGUIName(LocalizedString guiName)
Get the (gui) names of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedPluralName(LocalizedString guiName)
Get the (gui) names of this module.
|
LocalizedString |
AbstractBuilderReader.getLocalizedSingularName(LocalizedString guiName)
Get the (gui) names of this module.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}