Klasse MyFaces4Properties
java.lang.Object
org.joinfaces.autoconfigure.myfaces.MyFaces4Properties
- Alle implementierten Schnittstellen:
ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.myfaces")
public class MyFaces4Properties
extends Object
implements ServletContextInitParameterProperties
MyFaces Configuration Properites added in MyFaces 2.3-next and 4.0.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
Defines if a session should be created (if one does not exist) before response rendering.Defines if ELResolvers should be traced on each request and logged.Defines if the clientbehavior scripts are passed as string or function to the jsf.Defines theResourceBundle.Control
to use for allResourceBundle.getBundle(java.lang.String)
calls.Defines if the last-modified should be cached of the resources when the ProjectStage is Production.Defines if Lambda expressions (via LambdaMetafactory) are used for getter/setter instead of Reflection.Enable or disable the cache used to 'remember' the derived viewId from the rawViewId.Enable or disable the cache used to 'remember' if a view is protected or not.int
hashCode()
void
setAlwaysForceSessionCreation
(Boolean alwaysForceSessionCreation) Defines if a session should be created (if one does not exist) before response rendering.void
setElResolverTracing
(Boolean elResolverTracing) Defines if ELResolvers should be traced on each request and logged.void
setRenderClientbehaviorScriptsAsString
(Boolean renderClientbehaviorScriptsAsString) Defines if the clientbehavior scripts are passed as string or function to the jsf.void
setResourceBundleControl
(String resourceBundleControl) Defines theResourceBundle.Control
to use for allResourceBundle.getBundle(java.lang.String)
calls.void
setResourceCacheLastModified
(Boolean resourceCacheLastModified) Defines if the last-modified should be cached of the resources when the ProjectStage is Production.void
setUseLambdaMetafactory
(Boolean useLambdaMetafactory) Defines if Lambda expressions (via LambdaMetafactory) are used for getter/setter instead of Reflection.void
setViewidDeriveCacheEnabled
(Boolean viewidDeriveCacheEnabled) Enable or disable the cache used to 'remember' the derived viewId from the rawViewId.void
setViewidProtectedCacheEnabled
(Boolean viewidProtectedCacheEnabled) Enable or disable the cache used to 'remember' if a view is protected or not.toString()
-
Konstruktordetails
-
MyFaces4Properties
public MyFaces4Properties()
-
-
Methodendetails
-
getUseLambdaMetafactory
Defines if Lambda expressions (via LambdaMetafactory) are used for getter/setter instead of Reflection. -
getResourceCacheLastModified
Defines if the last-modified should be cached of the resources when the ProjectStage is Production.- Siehe auch:
-
getRenderClientbehaviorScriptsAsString
Defines if the clientbehavior scripts are passed as string or function to the jsf.- Siehe auch:
-
getAlwaysForceSessionCreation
Defines if a session should be created (if one does not exist) before response rendering.- Siehe auch:
-
getResourceBundleControl
Defines theResourceBundle.Control
to use for allResourceBundle.getBundle(java.lang.String)
calls.- Siehe auch:
-
getElResolverTracing
Defines if ELResolvers should be traced on each request and logged. Only active on Development ProjectStage.- Siehe auch:
-
getViewidProtectedCacheEnabled
Enable or disable the cache used to 'remember' if a view is protected or not.- Siehe auch:
-
getViewidDeriveCacheEnabled
Enable or disable the cache used to 'remember' the derived viewId from the rawViewId.- Siehe auch:
-
setUseLambdaMetafactory
Defines if Lambda expressions (via LambdaMetafactory) are used for getter/setter instead of Reflection. -
setResourceCacheLastModified
Defines if the last-modified should be cached of the resources when the ProjectStage is Production.- Siehe auch:
-
setRenderClientbehaviorScriptsAsString
Defines if the clientbehavior scripts are passed as string or function to the jsf.- Siehe auch:
-
setAlwaysForceSessionCreation
Defines if a session should be created (if one does not exist) before response rendering.- Siehe auch:
-
setResourceBundleControl
Defines theResourceBundle.Control
to use for allResourceBundle.getBundle(java.lang.String)
calls.- Siehe auch:
-
setElResolverTracing
Defines if ELResolvers should be traced on each request and logged. Only active on Development ProjectStage.- Siehe auch:
-
setViewidProtectedCacheEnabled
Enable or disable the cache used to 'remember' if a view is protected or not.- Siehe auch:
-
setViewidDeriveCacheEnabled
Enable or disable the cache used to 'remember' the derived viewId from the rawViewId.- Siehe auch:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-