Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- label(String) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomFormElement
-
Returns the forms name instead of a
null
label. - label(String) - Method in class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomLangInfoProvider
-
Provides the label for the given language.
- label(String) - Method in interface de.espirit.firstspirit.access.store.templatestore.gom.GomLangInfoProvider
-
Resolve the label for the given language or fallback.
- Label - Interface in de.espirit.firstspirit.access.editor.value
-
Label container interface for providing language dependent labels.
- Labelable - Interface in de.espirit.firstspirit.ui.gadgets.aspects
-
An aspect providing access to a gadget's label.
- LabelFactory<T extends Label> - Interface in de.espirit.firstspirit.access.editor.value
-
A factory producing
Label
containers for given objects. - LabelHidable - Interface in de.espirit.firstspirit.ui.gadgets.aspects
-
Aspect for a gadget that might want to hide its label.
- LabelRenderer - Class in de.espirit.firstspirit.store
-
Basic renderer of a label for some object types.
- LabelRenderer() - Constructor for class de.espirit.firstspirit.store.LabelRenderer
- LANG_KEY - Static variable in interface de.espirit.firstspirit.access.editor.EditorValue
-
Key used for identifying language nodes
- language(Language) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
-
Overwrite which language should be used for rendering - default language is the project master language.
- language(String) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
-
Overwrite which language should be used for rendering - default language is the project master language.
- language(Language) - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.ClientUrlBuilder
-
Provide the data language that should be used.
- language(Language) - Method in interface de.espirit.firstspirit.agency.PreviewUrlAgent.PreviewUrlBuilder
-
Provide the language for which the url should be rendered.
- language(Language) - Method in interface de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
-
Configures the contextual
Language
when requesting the URL. - Language - Interface in de.espirit.firstspirit.access
-
A Language
- LANGUAGE - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.gom.IncludeType
-
Provides the list of project languages as options.
- LanguageAgent - Interface in de.espirit.firstspirit.agency
-
Definition for an agent offering information about project persistency languages.
- LanguageInfo - Interface in de.espirit.firstspirit.access.store
-
This interface provides language specific infos
- languages(List<Language>) - Method in interface de.espirit.firstspirit.webedit.server.ComparisonDialogOperation
-
Configures the persistency languages to be shown in the comparison dialog.
- LANGUAGES - Enum constant in enum class de.espirit.firstspirit.transport.PropertiesTransportOptions.ProjectPropertyType
- LAST - Enum constant in enum class de.espirit.firstspirit.access.schedule.MonthlyExecutionSchedule.WeekOfMonth
-
The last week of the month.
- LAST - Enum constant in enum class de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
-
The last row/column only.
- LAST_DEPLOYMENT_NOT_OK - Static variable in interface de.espirit.firstspirit.access.project.Project
-
Code for indicating an unsuccessful deployment.
- LAST_DEPLOYMENT_OK - Static variable in interface de.espirit.firstspirit.access.project.Project
-
Code for indicating a successful deployment.
- lastIndexOf(int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.lastIndexOf(int)
. - lastIndexOf(int, int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.lastIndexOf(int, int)
. - lastIndexOf(String) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.lastIndexOf(String)
. - lastIndexOf(String, int) - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.lastIndexOf(String, int)
. - LAUNCHER_JRE_MACOS_PATH - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Path to the launcher JRE used on macOS.
- LAUNCHER_JRE_WINDOWS_PATH - Static variable in class de.espirit.firstspirit.server.configuration.ServerProperties
-
Path to the launcher JRE used on Windows.
- LAVENDER - Enum constant in enum class de.espirit.firstspirit.webedit.WebeditColor
- Layer - Interface in de.espirit.firstspirit.access.database
-
FirstSpirit Database Layer.
- Layer - Interface in de.espirit.or
-
Definition of a type providing information about a database layer.
- Layer.TransactionIsolationLevel - Enum Class in de.espirit.or
-
Isolation level, see
Connection.setTransactionIsolation(int)
. - LayerMapper - Interface in de.espirit.firstspirit.transport
-
Mapper providing
layers
to be used for transportedSchema
instances.
This mapper is used incontent transport
andexternal sync
. - LayerMapper.LayerNameBasedLayerMapper - Class in de.espirit.firstspirit.transport
-
Default implementation based on a given map mapping from source layer name to target layer name.
- LayerMapper.MappingContext - Interface in de.espirit.firstspirit.transport
-
Mapping context providing access to the transported
schema
and the source layer name. - LayerMapper.SchemaUidBasedLayerMapper - Class in de.espirit.firstspirit.transport
-
Default implementation of a layer mapper using a given map mapping schema uid to target layer name.
- LEFT - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "left" icon.
- LEFT_END - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "left to end" icon.
- LEGACY - Enum constant in enum class de.espirit.firstspirit.agency.ServerInformationAgent.VersionInfo.Mode
-
Legacy mode, all modules have access to internal libraries and implementation classes.
- LegacyModuleAgent - Interface in de.espirit.firstspirit.agency
-
Legacy api just to provide useful and necessary methods.
- length() - Method in class de.espirit.firstspirit.common.text.AbstractTextType
-
Delegates to
String.length()
. - LESS - Variable in class de.espirit.firstspirit.common.FsResource.FsIcon
-
Resource key for a "less" icon.
- LessThan - Class in de.espirit.or.query
-
Constraint to compare if belonging attribute is less than a specific value.
- LessThan(String, Parameter) - Constructor for class de.espirit.or.query.LessThan
-
Creates a new LessThan constraint for the given attributeName and given parameter.
- LessThan(String, Object) - Constructor for class de.espirit.or.query.LessThan
-
Creates a new LessThan constraint for the given attributeName and the given value.
- LessThanEqual - Class in de.espirit.or.query
-
Constraint to compare if belonging attribute is less than or equasl to a specific value.
- LessThanEqual(String, Parameter) - Constructor for class de.espirit.or.query.LessThanEqual
-
Creates a new LessThanEqual constraint for the given attributeName and given parameter.
- LessThanEqual(String, Object) - Constructor for class de.espirit.or.query.LessThanEqual
-
Creates a new LessThanEqual constraint for the given attributeName and the given value.
- level() - Method in enum class de.espirit.firstspirit.server.RunLevel
-
Get the integer level value of the current
RunLevel
. - levelRule(int, int) - Method in interface de.espirit.firstspirit.access.schedule.DeltaGeneration
-
A level rule which will be obeyed when
calculating the change set
. - LIBRARY - Enum constant in enum class de.espirit.firstspirit.module.descriptor.ComponentDescriptor.Type
-
Type of
library
components - LibraryDescriptor - Class in de.espirit.firstspirit.module.descriptor
-
Component descriptor for a library referenced and used by a module.
- LicenseException - Exception in de.espirit.firstspirit.access
-
Exception which will be thrown if a functionality is called which is license dependent and the installed FIRSTspirit license doen't support the expected license feature.
- LicenseException() - Constructor for exception de.espirit.firstspirit.access.LicenseException
- LicenseService - Interface in de.espirit.firstspirit.license
-
Service for accessing license features and modules.
- LICORICE - Enum constant in enum class de.espirit.firstspirit.webedit.WebeditColor
- Like - Class in de.espirit.or.query
-
Constraint to compare the belonging attribute value by matching against the pattern specified by value.
- Like(String, Parameter) - Constructor for class de.espirit.or.query.Like
-
Creates a new Like constraint for the attribute specified by given attributeName and parameter.
- Like(String, Object) - Constructor for class de.espirit.or.query.Like
-
Creates a new Like constraint for the attribute specified by given attributeName and with the given value.
- likenTo(T) - Method in interface de.espirit.firstspirit.ui.gadgets.aspects.ValueLikening
-
Likens to the given value.
- LineBreakable - Interface in de.espirit.firstspirit.access.store.templatestore.gom
-
A GOM element supporting line breaks.
- link(Link) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.AreaBuilder
-
Sets the link maintained by the area.
- link(Link) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.CircleBuilder
-
Sets the link maintained by the area.
- link(Link) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.PolygonBuilder
-
Sets the link maintained by the area.
- link(Link) - Method in interface de.espirit.firstspirit.access.editor.value.imagemap.RectangleBuilder
-
Sets the link maintained by the area.
- Link - Interface in de.espirit.firstspirit.access.link
-
The form can be retrieved via
Link.getTemplate()
. - LINK - Enum constant in enum class de.espirit.firstspirit.access.editor.value.DomNodeType
-
Link dom node type.
- LINK_KEY - Static variable in interface de.espirit.firstspirit.access.editor.ImageMapEditorValue
-
Deprecated.Key for a link entry within an area.
- LINK_KEY - Static variable in interface de.espirit.firstspirit.access.editor.LinkEditorValue
-
Deprecated.Key for the link entry.
- LINK_TEMPLATE - Static variable in interface de.espirit.firstspirit.access.store.templatestore.Template
-
Type of the template: Link template.
- LINK_TEMPLATE_REFERENCE - Static variable in interface de.espirit.firstspirit.access.editor.reference.Reference
-
Type string identifying a reference to a
LinkTemplate
- LinkDomNode - Interface in de.espirit.firstspirit.access.editor.value
-
A dom node representing a link.
- LINKEDITOR - Enum constant in enum class de.espirit.firstspirit.module.descriptor.ComponentDescriptor.Type
-
Deprecated.since 5.2.16 - replaced by generic links
- LinkEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.since 5.2.21 - use
FormField
instead - LINKLIST_KEY - Static variable in interface de.espirit.firstspirit.access.editor.LinkListEditorValue
-
Deprecated.Key for the link container.
- LinkListEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.Since 5.0.107 - usages of CMS_INPUT_LINKLIST should be replaced with
FS_CATALOG
. - linkRoot(Media) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.RendererWithoutLinkRoot
-
The provided node is used as starting point for relative links when evaluating the provided template source.
- linkRoot(PageRef) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.RendererWithoutLinkRoot
-
The provided node is used as starting point for relative links when evaluating the provided template source.
- linkRoot(SiteStoreFolder) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.RendererWithoutLinkRoot
-
The provided folder is used as starting point for relative links when evaluating the provided template source.
- LinkTemplate - Interface in de.espirit.firstspirit.access.store.templatestore
-
A link template is a container for the rendering template for links.
- LINKTEMPLATE - Enum constant in enum class de.espirit.firstspirit.access.store.ReferenceType
-
Reference type for
LinkTemplate
elements, prefix is "linktemplate". - LinkTemplates - Interface in de.espirit.firstspirit.access.store.templatestore
-
This interface represants the subroot for
linktemplates
in templatestore. - LIST - Enum constant in enum class de.espirit.firstspirit.access.editor.value.DomNodeType
-
List dom node type.
- LIST - Enum constant in enum class de.espirit.firstspirit.ui.gadgets.aspects.operations.SelectUiType
-
The list style selection ui.
- LIST_ITEM - Enum constant in enum class de.espirit.firstspirit.access.editor.value.DomNodeType
-
List item dom node type.
- Listable<T> - Interface in de.espirit.common.util
-
An iterable on store elements that enables to transform the iterable into a list.
- listBackupFiles() - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
List incremental, differential and snapshot backup files.
- ListDomNode - Interface in de.espirit.firstspirit.access.editor.value
-
A dom node representing a list.
- ListDomNode.Style - Enum Class in de.espirit.firstspirit.access.editor.value
-
Represents the list style type.
- ListEditorValue - Interface in de.espirit.firstspirit.access.editor
-
Deprecated.since 5.2.21 - use
FormField
instead - listExportFiles() - Method in interface de.espirit.firstspirit.access.admin.ProjectStorage
-
List all export files on server.
- listFiles() - Method in interface de.espirit.firstspirit.io.FileHandle
-
Returns the files in the directory referenced by the handle.
- LIVE - Enum constant in enum class de.espirit.firstspirit.module.WebEnvironment.WebScope
-
Visible in live web-app.
- LIVE_FILENAME - Static variable in interface de.espirit.firstspirit.access.schedule.WebServerConfiguration
-
Deprecated.since 5.0 - no replacement
- load() - Method in interface de.espirit.firstspirit.io.FileHandle
-
If
FileHandle.isFile()
returns true, returns a stream handle on the file's content. - load() - Method in interface de.espirit.firstspirit.module.Configuration
-
Loads the current configuration from appropriate
conf directory
. - load(ScheduleTaskForm.ScheduleTaskConfiguration<D>) - Method in interface de.espirit.firstspirit.scheduling.ScheduleTaskForm
-
Load this form from the given configuration container.
Note: The form will be loaded only after its component was requested. - load(String) - Method in interface de.espirit.firstspirit.scheduling.agency.SettingsAgent
-
Load some setting stored with the given name.
- loadItem(FormData) - Method in interface de.espirit.firstspirit.client.access.editor.lists.Catalog.Card
-
Loads the data from the given item into this card.
- loadReference(String, boolean) - Method in interface de.espirit.firstspirit.agency.StoreElementAgent
-
Load a reference with the given reference descriptor.
- loadSection(Page, String) - Method in interface de.espirit.firstspirit.access.editor.value.TargetReference
-
Load a section of the given referenced page identified by its section name.
- loadStoreElement(String, IDProvider.UidType, boolean) - Method in interface de.espirit.firstspirit.agency.StoreElementAgent
-
Load a store object with the given
uid
anduidType
. - loadXmlFromDoc() - Method in interface de.espirit.firstspirit.opt.office.TransformationRules
- locale(Locale) - Method in interface de.espirit.firstspirit.agency.ClientUrlAgent.ClientUrlBuilder
-
Provide the locale that should be used for the UI.
- LOCALE_KEY - Static variable in interface de.espirit.firstspirit.access.editor.DateEditorValue
-
Deprecated.Key for the locale.
- Localizable - Interface in de.espirit.firstspirit.client.common.locale
-
Definition for localizable classes, i.e. classes providing a resource descriptor.
- LocalizableError - Interface in de.espirit.common
-
Provides contextual information like an error code and localized messages for exceptions.
- LocalizableException - Exception in de.espirit.firstspirit.client.common.locale
-
Generic runtime exception providing support for localization.
- LocalizableException() - Constructor for exception de.espirit.firstspirit.client.common.locale.LocalizableException
- lock() - Method in interface de.espirit.firstspirit.access.Lockable
-
Locks this object.
- lock(Entity) - Method in interface de.espirit.firstspirit.access.store.contentstore.Content2
-
Deprecated.since 5.2.201 - use
Dataset#setLock(true)
instead. - LOCK_FAILED - Enum constant in enum class de.espirit.firstspirit.access.store.ReleaseProblem
-
Indicates that an element could not be released because it was locked within another session
- Lockable - Interface in de.espirit.firstspirit.access
-
This interface provides methods for all elements which supports lock mechanism Date: 24.07.2006 Time: 07:45:22
- LockException - Exception in de.espirit.firstspirit.access.store
- LockException(String, User, long) - Constructor for exception de.espirit.firstspirit.access.store.LockException
-
Constructor for this class.
- LockException(String, User, long, Throwable) - Constructor for exception de.espirit.firstspirit.access.store.LockException
-
Constructor for this class.
- logDebug(String) - Method in interface de.espirit.firstspirit.generate.functions.json.JsonGenerationContext.JsonLogger
-
Logs the given message with the log level debug.
- logDebug(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
debug
level using the logger for the supplied class. - logDebug(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
debug
level using the logger with the supplied name. - logDebug(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logDebug(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logDebug(String) - Method in interface de.espirit.firstspirit.access.BaseContext
-
Logs the given message as debug message.
- logDebug(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Log a message with DEBUG level
- logDebug(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs a debug message.
- logDebug(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the DEBUG level is enabled for the given class.
- logDebug(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the DEBUG level is enabled for the given class.
- logError(int, int, String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs an error message giving a line and column to locate the cause within the template.
- logError(int, int, String, Throwable) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs an error message giving a line and column to locate the cause within the template.
- logError(String) - Method in interface de.espirit.firstspirit.generate.functions.json.JsonGenerationContext.JsonLogger
-
Logs the given message with the log level error.
- logError(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
error
level using the logger for the supplied class. - logError(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
error
level using the logger with the supplied name. - logError(String, Throwable) - Method in interface de.espirit.firstspirit.generate.functions.json.JsonGenerationContext.JsonLogger
-
Logs the given message and the given
Throwable
with the log level error. - logError(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logError(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logError(String) - Method in interface de.espirit.firstspirit.access.BaseContext
-
Logs the given message as error message.
- logError(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Log a message with ERROR level
- logError(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs an error message.
- logError(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Logs the given error message for the given class.
- logError(String, Throwable) - Method in interface de.espirit.firstspirit.access.BaseContext
-
Logs the given message and the trace of the throwable as error message.
- logError(String, Throwable) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Log a message with ERROR level and the
error
that caused it. - logError(String, Throwable) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs an error message and a trace.
- logError(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Logs the error message and the stack trace which causes the message for the given class.
- logFatal(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
fatal
level using the logger for the supplied class. - logFatal(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Logs the given fatal message for the given class.
- logFatal(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
fatal
level using the logger with the supplied name. - logFatal(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logFatal(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logFatal(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Logs the fatal message and the stack trace which causes the message for the given class.
- LogfileProvider - Interface in de.espirit.firstspirit.access.schedule
-
Interface providing methods for logfile access.
- Logger - Interface in de.espirit.common.base
-
Interface that describes a general logger that is capable of logging with different severity levels.
- Logger.LogLevel - Enum Class in de.espirit.common.base
-
A LogLevel is used to describe the severity of an event that is being logged.
- Logging - Class in de.espirit.common.base
-
The Logging is used to log messages for a given class.
- Logging() - Constructor for class de.espirit.common.base.Logging
- LOGIN - Enum constant in enum class de.espirit.firstspirit.access.admin.UserStorage.Order
-
Order by the user's login name.
- logInfo(String) - Method in interface de.espirit.firstspirit.generate.functions.json.JsonGenerationContext.JsonLogger
-
Logs the given message with the log level info.
- logInfo(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
info
level using the logger for the supplied class. - logInfo(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
info
level using the logger with the supplied name. - logInfo(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logInfo(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logInfo(String) - Method in interface de.espirit.firstspirit.access.BaseContext
-
Logs the given message as info message.
- logInfo(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Log a message with INFO level
- logInfo(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs an information message.
- logInfo(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the INFO level is enabled for the given class.
- logInfo(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the INFO level is enabled for the given class.
- logListener(LogListener) - Method in interface de.espirit.firstspirit.agency.RenderingAgent.Renderer
-
Provide the listener for log events during rendering.
- LogListener - Interface in de.espirit.common.base
-
Listener for log events.
- logTrace(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
trace
level using the logger for the supplied class. - logTrace(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the TRACE level is enabled for the given class.
- logTrace(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
trace
level using the logger with the supplied name. - logTrace(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logTrace(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logTrace(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the TRACE level is enabled for the given class.
- logWarning(String) - Method in interface de.espirit.firstspirit.generate.functions.json.JsonGenerationContext.JsonLogger
-
Logs the given message with the log level warning.
- logWarning(String, Class<?>) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
warn
level using the logger for the supplied class. - logWarning(String, String) - Method in interface de.espirit.common.base.Logger
-
Logs a message with
warn
level using the logger with the supplied name. - logWarning(String, Throwable, Class<?>) - Method in interface de.espirit.common.base.Logger
- logWarning(String, Throwable, String) - Method in interface de.espirit.common.base.Logger
- logWarning(String) - Method in interface de.espirit.firstspirit.access.BaseContext
-
Logs the given message as warning.
- logWarning(String) - Method in interface de.espirit.firstspirit.access.ScriptContext
-
Log a message with WARNING level
- logWarning(String) - Method in interface de.espirit.firstspirit.access.template.Evaluator
-
Logs a warning message.
- logWarning(String, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the WARN level is enabled for the given class.
- logWarning(String, Throwable, Class<?>) - Static method in class de.espirit.common.base.Logging
-
Checks first whether the WARN level is enabled for the given class.
- lookupPath(IDProvider, Language, TemplateSet) - Method in interface de.espirit.firstspirit.generate.PathLookup
-
Get the predefined path for the requested folder node or
null
, if no predefined path is set. - LOW - Enum constant in enum class de.espirit.firstspirit.access.Task.Priority
-
Low priority
- LOWER_CASE - Enum constant in enum class de.espirit.or.CaseMode
-
Only lower case identifiers are supported.
- LOWER_CASE_IGNORED_FOR_COMPARE - Enum constant in enum class de.espirit.or.CaseMode
-
Mixed case is supported, but upper and lower case are indistinguishable, e.g.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form