Class JsfClassFactory.Configuration
- java.lang.Object
-
- org.joinfaces.autoconfigure.servlet.initializer.JsfClassFactory.Configuration
-
- Enclosing class:
- JsfClassFactory
public static class JsfClassFactory.Configuration extends java.lang.ObjectConfiguration of Jsf Class Factory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsfClassFactory.Configuration.ConfigurationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsfClassFactory.Configuration.ConfigurationBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAnotherConfig()Another config resource to include in search.javax.servlet.annotation.HandlesTypesgetHandlesTypes()HandlesTypesannotation found on theServletContainerInitializer.inthashCode()booleanisExcludeScopedAnnotations()Inform if exclude scoped annotations in search.voidsetAnotherConfig(java.lang.String anotherConfig)Another config resource to include in search.voidsetExcludeScopedAnnotations(boolean excludeScopedAnnotations)Inform if exclude scoped annotations in search.voidsetHandlesTypes(javax.servlet.annotation.HandlesTypes handlesTypes)HandlesTypesannotation found on theServletContainerInitializer.java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static JsfClassFactory.Configuration.ConfigurationBuilder builder()
-
getHandlesTypes
@Nullable public javax.servlet.annotation.HandlesTypes getHandlesTypes()
HandlesTypesannotation found on theServletContainerInitializer.
-
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)HandlesTypesannotation found on theServletContainerInitializer.
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-