Uses of Interface
lumis.util.converter.IConverter
-
-
Uses of IConverter in lumis.content.source.field
Methods in lumis.content.source.field that return IConverter Modifier and Type Method Description protected IConverter
CategorizationSourceField. createConverter()
-
Uses of IConverter in lumis.content.source.field.type
Classes in lumis.content.source.field.type that implement IConverter Modifier and Type Class Description static class
CategorizationDataType.CategorizationConverter
Converter responsible for converting categorization.Methods in lumis.content.source.field.type that return IConverter Modifier and Type Method Description protected IConverter
CategorizationDataType. createConverter()
protected IConverter
ContentParentContentDataType. createConverter()
protected IConverter
LocaleMetaDataDataType. createConverter()
IConverter
TagDataType. createConverter()
protected IConverter
WorkflowStateDataType. createConverter()
-
Uses of IConverter in lumis.doui.control
Methods in lumis.doui.control that return IConverter Modifier and Type Method Description protected IConverter
DataBoundControl. createConverter()
protected IConverter
DataControl. createConverter()
Creates the converter instance for this control.IConverter
DataControl. getConverter()
IConverter
IDataControl. getConverter()
Returns the converter that is able to convert this control's value.protected IConverter
DataBoundControl. getUnboundedConverter()
Deprecated.Since 4.0.10, this method is not used anymore. -
Uses of IConverter in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker that return IConverter Modifier and Type Method Description protected IConverter
MultiItemPickerControl. createConverter()
-
Uses of IConverter in lumis.doui.control.tabulardata
Methods in lumis.doui.control.tabulardata that return IConverter Modifier and Type Method Description IConverter
TabularDataControl. getConverter()
Tabular data control uses no converter. -
Uses of IConverter in lumis.doui.datatype
Methods in lumis.doui.datatype that return IConverter Modifier and Type Method Description protected IConverter
AbstractDouiDataType. createConverter()
Creates the converter instance that will be used by this data type.IConverter
AbstractDouiDataType. getConverter()
IConverter
IDouiDataType. getConverter()
Returns the converter for data of this type. -
Uses of IConverter in lumis.doui.render
Methods in lumis.doui.render that return IConverter Modifier and Type Method Description IConverter
IRenderer. getConverter()
Returns the default converter to be used with the renderable data. -
Uses of IConverter in lumis.doui.source
Subinterfaces of IConverter in lumis.doui.source Modifier and Type Interface Description interface
ISourceConverter
Defines extra methods for a converter that is used in a source context.Classes in lumis.doui.source that implement IConverter Modifier and Type Class Description class
AbstractSourceConverter
Abstract implementation of aISourceConverter
, based onAbstractConverter
. -
Uses of IConverter in lumis.doui.source.field
Fields in lumis.doui.source.field declared as IConverter Modifier and Type Field Description protected IConverter
BaseSourceField. converter
Methods in lumis.doui.source.field that return IConverter Modifier and Type Method Description protected IConverter
BaseSourceField. createConverter()
Factory method that creates a converter instance for this field.IConverter
BaseSourceField. getConverter()
IConverter
ISourceField. getConverter()
Returns the default converter for this field's values. -
Uses of IConverter in lumis.doui.source.field.type
Classes in lumis.doui.source.field.type that implement IConverter Modifier and Type Class Description protected static class
FileDataType.FileDataConverter
protected static class
FilesDataType.FilesDataConverter
protected static class
PageDataType.PageDataConverter
Default converter for the page data type.protected static class
PageOrPageTemplateDataType.PageOrPageTemplateDataConverter
Converts the value of PageOrPageTemplateDataType to a given type.protected static class
PageTemplateDataType.PageDataConverter
Converts the value of PageDataType to a given type.protected static class
ParentContentDataType.ParentContentDataConverter
Converts the value of ParentContentDataType to a given type.Methods in lumis.doui.source.field.type that return IConverter Modifier and Type Method Description protected IConverter
BooleanDataType. createConverter()
protected IConverter
ChannelDataType. createConverter()
protected IConverter
DateDataType. createConverter()
protected IConverter
DateTimeDataType. createConverter()
protected IConverter
DoubleDataType. createConverter()
protected IConverter
EmailDataType. createConverter()
protected IConverter
FileDataType. createConverter()
protected IConverter
FilesDataType. createConverter()
protected IConverter
HtmlDataType. createConverter()
protected IConverter
IntegerDataType. createConverter()
protected IConverter
LongDataType. createConverter()
protected IConverter
PageDataType. createConverter()
protected IConverter
PageOrPageTemplateDataType. createConverter()
protected IConverter
PageTemplateDataType. createConverter()
protected IConverter
ParentContentDataType. createConverter()
protected IConverter
PrincipalDataType. createConverter()
protected IConverter
TimeDataType. createConverter()
-
Uses of IConverter in lumis.portalmanagement.doui.control.tag
Methods in lumis.portalmanagement.doui.control.tag that return IConverter Modifier and Type Method Description protected IConverter
TagControl. createConverter()
-
Uses of IConverter in lumis.service.document.field
Methods in lumis.service.document.field that return IConverter Modifier and Type Method Description protected IConverter
DocumentDataType. createConverter()
-
Uses of IConverter in lumis.service.image.field
Methods in lumis.service.image.field that return IConverter Modifier and Type Method Description protected IConverter
ImageDataType. createConverter()
Deprecated. -
Uses of IConverter in lumis.service.media.field
Methods in lumis.service.media.field that return IConverter Modifier and Type Method Description protected IConverter
MediaDataType. createConverter()
-
Uses of IConverter in lumis.service.portalmanagement.filesystem
Methods in lumis.service.portalmanagement.filesystem that return IConverter Modifier and Type Method Description protected IConverter
FileSizeField. createConverter()
-
Uses of IConverter in lumis.service.portalmanagement.server
Methods in lumis.service.portalmanagement.server that return IConverter Modifier and Type Method Description protected IConverter
EnviromentPropertiesControl. createConverter()
-
Uses of IConverter in lumis.service.resourcescheduler
Classes in lumis.service.resourcescheduler that implement IConverter Modifier and Type Class Description protected static class
ResourcesDataType.ResourcesDataConverter
Methods in lumis.service.resourcescheduler that return IConverter Modifier and Type Method Description protected IConverter
ResourcesDataType. createConverter()
-
Uses of IConverter in lumis.util.converter
Classes in lumis.util.converter that implement IConverter Modifier and Type Class Description class
AbstractConverter
This is a abstract converter where a default locale and pattern may be specified and has fallback conversion capability.class
BooleanConverter
class
CollectionConverter
Perform conversions from or to collection types.class
ConverterDefaultParameterDecorator
Decorates aIConverter
allowing to define default parameters that are used when not specified.class
DateConverter
Converter for date values.class
DateTimeConverter
This converter is able to do conversion betweenDate
and its java.sql subtypes, String and Long.class
DelegateToRegisteredConverter
This converter just delegates the conversions toConvertUtil.convert(Class, Object, Locale, String)
.class
NumberConverter
This converter is able to do conversion betweenNumber
subtypes in the java.lang package and String.class
RestConverter
This converter is able to converts String to RestXMLFragment and RestJSON.class
TimeConverter
Converter for time values.class
URLConverter
Fields in lumis.util.converter declared as IConverter Modifier and Type Field Description static IConverter
ConvertUtil. DELEGATE_TO_REGISTERED_CONVERTER
A converter that delegates calls to it to a registered converter.Methods in lumis.util.converter that return IConverter Modifier and Type Method Description static IConverter
ConvertUtil. createConverter(Class type)
Create the appropriated converter for the given type.Constructors in lumis.util.converter with parameters of type IConverter Constructor Description ConverterDefaultParameterDecorator(IConverter converter, Locale defaultLocale, String defaultPattern)
Creates a new decorator for the given converter that uses the default parameters given. -
Uses of IConverter in lumis.util.query
Methods in lumis.util.query that return IConverter Modifier and Type Method Description IConverter
QueryField. getConverter()
Returns the converter for this field's values.Methods in lumis.util.query with parameters of type IConverter Modifier and Type Method Description void
QueryField. setConverter(IConverter converter)
Sets the converter for this field's values.
-