Interface JSFLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    JSFLogger_$logger

    @MessageLogger(projectCode="WFLYJSF",
                   length=4)
    public interface JSFLogger
    extends org.jboss.logging.BasicLogger
    Date: 05.11.2011
    Author:
    Stuart Douglas, David M. Lloyd
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JSFLogger ROOT_LOGGER
      A logger with a category of the package name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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()  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        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, warnv
    • Field Detail

      • ROOT_LOGGER

        static final JSFLogger ROOT_LOGGER
        A logger with a category of the package name.
    • Method Detail

      • viewHandlerImproperlyInitialized

        @LogMessage(level=WARN)
        @Message(id=1,
                 value="WildFlyConversationAwareViewHandler was improperly initialized. Expected ViewHandler parent.")
        void viewHandlerImproperlyInitialized()
      • managedBeanLoadFail

        @LogMessage(level=ERROR)
        @Message(id=2,
                 value="Could not load Jakarta Server Faces managed bean class: %s")
        void managedBeanLoadFail​(String managedBean)
      • managedBeanNoDefaultConstructor

        @LogMessage(level=ERROR)
        @Message(id=3,
                 value="Jakarta Server Faces managed bean class %s has no default constructor")
        void managedBeanNoDefaultConstructor​(String managedBean)
      • managedBeansConfigParseFailed

        @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)
      • unknownJSFVersion

        @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)
      • missingJSFModule

        @LogMessage(level=WARN)
        @Message(id=6,
                 value="Jakarta Server Faces version slot \'%s\' is missing from module %s")
        void missingJSFModule​(String version,
                              String module)
      • activatedJSFImplementations

        @LogMessage(level=INFO)
        @Message(id=7,
                 value="Activated the following Jakarta Server Faces Implementations: %s")
        void activatedJSFImplementations​(List target)
      • classLoadingFailed

        @Message(id=8,
                 value="Failed to load annotated class: %s")
        String classLoadingFailed​(org.jboss.jandex.DotName clazz)
      • invalidAnnotationLocation

        @Message(id=9,
                 value="Annotation %s in class %s is only allowed on classes")
        String invalidAnnotationLocation​(Object annotation,
                                         org.jboss.jandex.AnnotationTarget classInfo)
      • invalidManagedBeanAnnotation

        @Message(id=13,
                 value="@ManagedBean is only allowed at class level %s")
        String invalidManagedBeanAnnotation​(org.jboss.jandex.AnnotationTarget target)
      • invalidDefaultJSFImpl

        @Message(id=14,
                 value="Default Jakarta Server Faces implementation slot \'%s\' is invalid")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidDefaultJSFImpl​(String defaultJsfVersion)
      • jsfInjectionFailed

        @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)
      • loadingJsf12

        @LogMessage(level=DEBUG)
        @Message(id=17,
                 value="Faces 1.2 classes detected. Using org.jboss.as.jsf.injection.weld.legacy.WeldApplicationFactoryLegacy.")
        void loadingJsf12()
      • loadingJsf2x

        @LogMessage(level=DEBUG)
        @Message(id=18,
                 value="Faces 1.2 classes not detected. Using org.jboss.as.jsf.injection.weld.WeldApplicationFactory.")
        void loadingJsf2x()
      • jsfArtifactNoDefaultConstructor

        @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)
      • lazyBeanValidationEnabled

        @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()