Class ScopeConfigurerProperties
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.ScopeConfigurerProperties
@ConfigurationProperties("joinfaces.scope-configurer")
public class ScopeConfigurerProperties
extends Object
-
Constructor Details
-
ScopeConfigurerProperties
public ScopeConfigurerProperties()
-
-
Method Details
-
getFaces
Support for JSFViewScoped
annotation. -
getCdi
Support for CDI @jakarta.enterprise.context.xxxScoped annotations. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getJsf
@Deprecated @DeprecatedConfigurationProperty(reason="Removed in Faces 4.") public ScopeConfigurerProperties.ScopeConfigurer getJsf()Deprecated.Support for JSF Managed Bean @jakarta.faces.bean.xxxScoped annotations.
-