@MessageLogger(projectCode="WFLYJSF",
length=4)
public interface JSFLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static JSFLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activatedJSFImplementations(List target) |
String |
classLoadingFailed(org.jboss.jandex.DotName clazz) |
String |
invalidAnnotationLocation(Object annotation,
org.jboss.jandex.AnnotationTarget classInfo) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidDefaultJSFImpl(String defaultJsfVersion) |
String |
invalidManagedBeanAnnotation(org.jboss.jandex.AnnotationTarget target) |
void |
jsfArtifactNoDefaultConstructor(String type,
String className) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
jsfInjectionFailed(String slotName,
Throwable cause) |
void |
lazyBeanValidationEnabled() |
void |
loadingJsf12() |
void |
loadingJsf2x() |
void |
managedBeanLoadFail(String managedBean) |
void |
managedBeanNoDefaultConstructor(String managedBean) |
void |
managedBeansConfigParseFailed(org.jboss.vfs.VirtualFile facesConfig) |
void |
missingJSFModule(String version,
String module) |
void |
unknownJSFVersion(String version,
String defaultVersion) |
void |
viewHandlerImproperlyInitialized() |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final JSFLogger ROOT_LOGGER
@LogMessage(level=WARN)
@Message(id=1,
value="WildFlyConversationAwareViewHandler was improperly initialized. Expected ViewHandler parent.")
void viewHandlerImproperlyInitialized()
@LogMessage(level=ERROR)
@Message(id=2,
value="Could not load Jakarta Server Faces managed bean class: %s")
void managedBeanLoadFail(String managedBean)
@LogMessage(level=ERROR)
@Message(id=3,
value="Jakarta Server Faces managed bean class %s has no default constructor")
void managedBeanNoDefaultConstructor(String managedBean)
@LogMessage(level=ERROR)
@Message(id=4,
value="Failed to parse %s, Jakarta Server Faces artifacts defined in this file will not be available")
void managedBeansConfigParseFailed(org.jboss.vfs.VirtualFile facesConfig)
@LogMessage(level=WARN)
@Message(id=5,
value="Unknown Jakarta Server Faces version \'%s\'. Default version \'%s\' will be used instead.")
void unknownJSFVersion(String version,
String defaultVersion)
@LogMessage(level=WARN)
@Message(id=6,
value="Jakarta Server Faces version slot \'%s\' is missing from module %s")
void missingJSFModule(String version,
String module)
@LogMessage(level=INFO)
@Message(id=7,
value="Activated the following Jakarta Server Faces Implementations: %s")
void activatedJSFImplementations(List target)
@Message(id=8,
value="Failed to load annotated class: %s")
String classLoadingFailed(org.jboss.jandex.DotName clazz)
@Message(id=9,
value="Annotation %s in class %s is only allowed on classes")
String invalidAnnotationLocation(Object annotation,
org.jboss.jandex.AnnotationTarget classInfo)
@Message(id=13,
value="@ManagedBean is only allowed at class level %s")
String invalidManagedBeanAnnotation(org.jboss.jandex.AnnotationTarget target)
@Message(id=14,
value="Default Jakarta Server Faces implementation slot \'%s\' is invalid")
org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidDefaultJSFImpl(String defaultJsfVersion)
@Message(id=16,
value="Failed to inject Jakarta Server Faces from slot %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException jsfInjectionFailed(String slotName,
@Cause
Throwable cause)
@LogMessage(level=DEBUG)
@Message(id=17,
value="Faces 1.2 classes detected. Using org.jboss.as.jsf.injection.weld.legacy.WeldApplicationFactoryLegacy.")
void loadingJsf12()
@LogMessage(level=DEBUG)
@Message(id=18,
value="Faces 1.2 classes not detected. Using org.jboss.as.jsf.injection.weld.WeldApplicationFactory.")
void loadingJsf2x()
@LogMessage(level=INFO)
@Message(id=19,
value="Jakarta Server Faces artifact %s with class %s has no default constructor so it will not be considered for injection")
void jsfArtifactNoDefaultConstructor(String type,
String className)
@LogMessage(level=WARN)
@Message(id=20,
value="Lazy bean validation was enabled. This can result in missing @PreDestroy events when distributed web sessions expire.")
void lazyBeanValidationEnabled()
Copyright © 2021 JBoss by Red Hat. All rights reserved.