Uses of Class
org.olat.core.logging.LogDelegator

Packages that use LogDelegator
org.olat
Uses of LogDelegator in org.olat
 

Subclasses of LogDelegator in org.olat
 class NewControllerFactory
          Description:
input: e.g.
 

Uses of LogDelegator in org.olat.admin.registration
 

Subclasses of LogDelegator in org.olat.admin.registration
 class SystemRegistrationManager
          Description:
This manager offers methods to store registration preferences and to register the installation on the olat.org server.
 

Uses of LogDelegator in org.olat.commons.calendar
 

Subclasses of LogDelegator in org.olat.commons.calendar
 class CalendarNotificationHandler
          Description:
Implementation for NotificationHandler of calendars.
 class CalendarNotificationsUpgrade
          Description:
Upgrade publisher of calendars
 

Uses of LogDelegator in org.olat.core.commons.contextHelp
 

Subclasses of LogDelegator in org.olat.core.commons.contextHelp
 class ContextHelpDispatcher
          Description:
 class ContextHelpManager
          Description:
 class ContextHelpModule
          Description:
 

Uses of LogDelegator in org.olat.core.commons.modules.glossary
 

Subclasses of LogDelegator in org.olat.core.commons.modules.glossary
 class GlossaryItemManager
          Description:
holds the glossary item list in a cache, to deliver it faster and to prevent from filesystem access or multiple loading into ram.
 

Uses of LogDelegator in org.olat.core.commons.persistence
 

Subclasses of LogDelegator in org.olat.core.commons.persistence
 class DBImpl
          A DB is a central place to get a Hibernate Session.
 

Uses of LogDelegator in org.olat.core.commons.services.commentAndRating
 

Subclasses of LogDelegator in org.olat.core.commons.services.commentAndRating
 class UserCommentsManager
          Description:
The user comment manager provides methods to comment any given OLATResourceable object.
 class UserRatingsManager
          Description:
The user ratings manager provides methods to rate any given OLATResourceable object.
 

Uses of LogDelegator in org.olat.core.commons.services.commentAndRating.impl
 

Subclasses of LogDelegator in org.olat.core.commons.services.commentAndRating.impl
 class UserCommentsManagerImpl
          Description:
This implementation of the user comments manager is database based.
 class UserRatingsManagerImpl
          Description:
This implementation of the user rating manager is database based.
 

Uses of LogDelegator in org.olat.core.configuration
 

Subclasses of LogDelegator in org.olat.core.configuration
 class AbstractOLATModule
          Description:
Default/abstract class with helper methods.
 class PersistedProperties
          Description:
The PersistedProperties features reading and writing of configuration properties from and to properties files for module and application configuration.
 

Uses of LogDelegator in org.olat.core.defaults.dispatcher
 

Subclasses of LogDelegator in org.olat.core.defaults.dispatcher
 class ClassPathStaticDispatcher
          Description:
Allows to register static mappers.
 class StaticMediaDispatcher
          Description:
 

Uses of LogDelegator in org.olat.core.gui.components.form.flexible.impl
 

Subclasses of LogDelegator in org.olat.core.gui.components.form.flexible.impl
 class Form
          Description:
 

Uses of LogDelegator in org.olat.core.gui.media
 

Subclasses of LogDelegator in org.olat.core.gui.media
 class ClasspathMediaResource
          The ClasspathMediaResource delivers files directly from the classpath, e.g.
 

Uses of LogDelegator in org.olat.core.gui.render.velocity
 

Subclasses of LogDelegator in org.olat.core.gui.render.velocity
 class VelocityHelper
          Initial Date: 01.12.2003
 

Uses of LogDelegator in org.olat.core.gui.translator
 

Subclasses of LogDelegator in org.olat.core.gui.translator
 class PackageTranslator
           
 

Uses of LogDelegator in org.olat.core.id
 

Subclasses of LogDelegator in org.olat.core.id
 class IdentityEnvironment
          Description:
 

Uses of LogDelegator in org.olat.core.manager
 

Subclasses of LogDelegator in org.olat.core.manager
 class BasicManager
          Description:
 

Uses of LogDelegator in org.olat.core.util
 

Subclasses of LogDelegator in org.olat.core.util
 class Formatter
          enclosing_type Description:
A formatter to format locale-specific things (mainly dates and times)
 

Uses of LogDelegator in org.olat.core.util.filter.impl
 

Subclasses of LogDelegator in org.olat.core.util.filter.impl
 class NekoHTMLFilter
          Description:
Filter the HTML code using Neko SAX parser and extract the content.
 class OWASPAntiSamyXSSFilter
          Description:
OWASP AntiSamy XSSFilter creates a DOM-Tree, parses it and filters everything invalid out, expect items in the policy-file this is way better than trying to handle input by regexp's: http://htmlparsing.icenine.ca/doku.php/#summary OWASP AntiSamy docu: see http://www.owasp.org/index.php/AntiSamy HTML Parser based on: http://nekohtml.sourceforge.net/
 

Uses of LogDelegator in org.olat.core.util.i18n
 

Subclasses of LogDelegator in org.olat.core.util.i18n
 class I18nManager
          Description:
I18nManager is responsible for internationalization issues, to store and load properties files in the available languages.
 class I18nModule
          Description:
 

Uses of LogDelegator in org.olat.core.util.i18n.devtools
 

Subclasses of LogDelegator in org.olat.core.util.i18n.devtools
 class TranslationDevManager
          Description:
TODO: rhaag Class Description for TranslationDevManager
 

Uses of LogDelegator in org.olat.core.util.notifications
 

Subclasses of LogDelegator in org.olat.core.util.notifications
 class NotificationsManager
           
 

Uses of LogDelegator in org.olat.course
 

Subclasses of LogDelegator in org.olat.course
 class CourseUpgrade
          Description:
Upgrade-Code for course will check for up-to-date editorTreeModel or runStructure first.
 

Uses of LogDelegator in org.olat.course.nodes.ta
 

Subclasses of LogDelegator in org.olat.course.nodes.ta
 class DropboxFileUploadNotificationHandler
          Description:
Notification handler for course node task.
 class DropboxFileUploadNotificationsUpgrade
          Description:
Upgrade publisher of dropbox
 

Uses of LogDelegator in org.olat.group
 

Subclasses of LogDelegator in org.olat.group
 class BusinessGroupModule
          Description:
The business group module initializes the OLAT groups environment.
 

Uses of LogDelegator in org.olat.modules.fo
 

Subclasses of LogDelegator in org.olat.modules.fo
 class ForumManager
           
 class ForumNotificationsHandler
          Initial Date: 25.10.2004
 class ForumNotificationsUpgrade
          Description:
Upgrade publisher of forums
 class QuoteAndTagFilter
           
 

Uses of LogDelegator in org.olat.modules.sharedfolder
 

Subclasses of LogDelegator in org.olat.modules.sharedfolder
 class SharedFolderWebDAVProvider
          Initial Date: Aug 29, 2005
 

Uses of LogDelegator in org.olat.modules.webFeed.dispatching
 

Subclasses of LogDelegator in org.olat.modules.webFeed.dispatching
 class FeedMediaDispatcher
          Dispatch any media files belonging to a podcast which an identity is authorized to access.
 

Uses of LogDelegator in org.olat.modules.webFeed.managers
 

Subclasses of LogDelegator in org.olat.modules.webFeed.managers
 class FeedManager
          The FeedManager singleton is responsible for dealing with feed resources.
 class FeedManagerImpl
          This is the actual feed manager implementation.
 

Uses of LogDelegator in org.olat.modules.wiki
 

Subclasses of LogDelegator in org.olat.modules.wiki
 class WikiPageChangeOrCreateNotificationHandler
          Description:
To inform users whether a page has been recently changed or created user can subscribe a wiki a this class evaluates whether something new is available or not.
 class WikiPageChangeOrCreateNotificationsUpgrade
          Description:
update the publisher to business path
 

Uses of LogDelegator in org.olat.note
 

Subclasses of LogDelegator in org.olat.note
 class NoteManager
          Description:
 

Uses of LogDelegator in org.olat.notifications
 

Subclasses of LogDelegator in org.olat.notifications
 class NotificationsManagerImpl
          Description:
see org.olat.core.util.notifications.NotificationsManager Initial Date: 21.10.2004
 

Uses of LogDelegator in org.olat.repository
 

Subclasses of LogDelegator in org.olat.repository
 class RepositoryModule
          Description:
The business group module initializes the OLAT repository environment.
 

Uses of LogDelegator in org.olat.user.propertyhandlers
 

Subclasses of LogDelegator in org.olat.user.propertyhandlers
 class UserPropertiesConfigImpl
          Description: