A C D E G H I L O R U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractLogEnabled - Class in org.xwiki.component.logging
-
Deprecated.starting with 3.1M2 use
Inject
annotation to get injected a SLF4J Logger instead - AbstractLogEnabled() - Constructor for class org.xwiki.component.logging.AbstractLogEnabled
-
Deprecated.
C
- CompatibilityComponentManager - Interface in org.xwiki.component.manager
-
Add a backward compatibility layer to the
ComponentManager
class.
D
- debug(String) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
debug
priority. - debug(String) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- debug(String, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withdebug
priority while expanding the message with the objects passed. - debug(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- debug(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
debug
priority, also printing the exception that caused this message, along with its stack trace. - debug(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- debug(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withdebug
priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace. - debug(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
E
- enableLogging(Logger) - Method in class org.xwiki.component.logging.AbstractLogEnabled
-
Deprecated.
- enableLogging(Logger) - Method in interface org.xwiki.component.phase.LogEnabled
-
Deprecated.
- error(String) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
error
priority. - error(String) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- error(String, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger witherror
priority while expanding the message with the objects passed. - error(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- error(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
error
priority, also printing the exception that caused this message, along with its stack trace. - error(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- error(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger witherror
priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace. - error(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
G
- getComponentDescriptor(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#getComponentDescriptor(Type, String)
instead - getLogger() - Method in class org.xwiki.component.logging.AbstractLogEnabled
-
Deprecated.
H
- hasComponent(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#hasComponent(Type)
instead - hasComponent(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#hasComponent(Type, String)
instead - hints() - Method in annotation type org.xwiki.component.annotation.Requirement
-
Deprecated.When injecting a Collection of requirements, allows specifying a discrete list of hints to use.
I
- info(String) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
info
priority. - info(String) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- info(String, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withinfo
priority while expanding the message with the objects passed. - info(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- info(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
info
priority, also printing the exception that caused this message, along with its stack trace. - info(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- info(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withinfo
priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace. - info(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- isDebugEnabled() - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Check if the
debug
priority is enabled. - isDebugEnabled() - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- isErrorEnabled() - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Check if the
error
priority is enabled. - isErrorEnabled() - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- isInfoEnabled() - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Check if the
info
priority is enabled. - isInfoEnabled() - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- isWarnEnabled() - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Check if the
warn
priority is enabled. - isWarnEnabled() - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
L
- LogEnabled - Interface in org.xwiki.component.phase
-
Deprecated.use
Inject
annotation to get injected a SLF4J Logger instead - Logger - Interface in org.xwiki.component.logging
-
Deprecated.starting with 3.1M2 use SLF4J instead
- lookup(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#getInstance(java.lang.reflect.Type)
instead - lookup(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#getInstance(java.lang.reflect.Type, String)
instead - lookupList(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#getInstanceList(java.lang.reflect.Type)
instead - lookupMap(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#getInstanceMap(java.lang.reflect.Type)
instead
O
- org.xwiki.component.annotation - package org.xwiki.component.annotation
- org.xwiki.component.logging - package org.xwiki.component.logging
- org.xwiki.component.manager - package org.xwiki.component.manager
- org.xwiki.component.phase - package org.xwiki.component.phase
R
- Requirement - Annotation Type in org.xwiki.component.annotation
-
Deprecated.starting with 3.1M1 use the JSR330 Inject and Named annotations instead
U
- unregisterComponent(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
-
Deprecated.since 4.0M1 use
#unregisterComponent(Type, String)
instead
V
- value() - Method in annotation type org.xwiki.component.annotation.Requirement
-
Deprecated.
- VoidLogger - Class in org.xwiki.component.logging
-
Deprecated.starting with 3.1M2 use SLF4J's NOPLogger instead:
NOPLogger.NOP_LOGGER
- VoidLogger() - Constructor for class org.xwiki.component.logging.VoidLogger
-
Deprecated.
W
- warn(String) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
warn
priority. - warn(String) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- warn(String, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withwarn
priority while expanding the message with the objects passed. - warn(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- warn(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Log a message with the
warn
priority, also printing the exception that caused this message, along with its stack trace. - warn(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
- warn(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
-
Deprecated.Logs the
message
to the logger withwarn
priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace. - warn(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
-
Deprecated.
All Classes All Packages