Class JsfClassFactory.Configuration

  • Enclosing class:
    JsfClassFactory

    public static class JsfClassFactory.Configuration
    extends java.lang.Object
    Configuration of Jsf Class Factory.
    • Method Detail

      • getHandlesTypes

        @Nullable
        public javax.servlet.annotation.HandlesTypes getHandlesTypes()
        HandlesTypes annotation found on the ServletContainerInitializer.
      • getAnotherConfig

        public java.lang.String getAnotherConfig()
        Another config resource to include in search.
      • isExcludeScopedAnnotations

        public boolean isExcludeScopedAnnotations()
        Inform if exclude scoped annotations in search.
      • setHandlesTypes

        public void setHandlesTypes​(@Nullable
                                    javax.servlet.annotation.HandlesTypes handlesTypes)
        HandlesTypes annotation found on the ServletContainerInitializer.
      • setAnotherConfig

        public void setAnotherConfig​(java.lang.String anotherConfig)
        Another config resource to include in search.
      • setExcludeScopedAnnotations

        public void setExcludeScopedAnnotations​(boolean excludeScopedAnnotations)
        Inform if exclude scoped annotations in search.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object