A B C D E F G H I J L M O P Q R S T U V W 
All Classes All Packages

A

AbstractFaceletsAuthorizeTag - Class in org.joinfaces.security
Implement some abstract methods using jsf technology.
AbstractFaceletsAuthorizeTag() - Constructor for class org.joinfaces.security.AbstractFaceletsAuthorizeTag
 
Ace() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
addMapping(Class<? extends Annotation>, String) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
addMapping(AnnotationToScopeMapping) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
AdminConfigWrapper - Class in org.joinfaces.autoconfigure.adminfaces
AdminConfig Wrapper to use AdminFacesProperties.
AdminConfigWrapper() - Constructor for class org.joinfaces.autoconfigure.adminfaces.AdminConfigWrapper
 
AdminfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.adminfaces
Spring Boot Auto Configuration of AdminFaces.
AdminfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.adminfaces.AdminfacesAutoConfiguration
 
adminfacesPrimeFacesPropertiesPostProcessor() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesAutoConfiguration
 
AdminfacesProperties - Class in org.joinfaces.autoconfigure.adminfaces
Configuration properties of AdminFaces.
AdminfacesProperties() - Constructor for class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
 
AdminfacesProperties.ControlSidebar - Class in org.joinfaces.autoconfigure.adminfaces
ControlSidebar properties.
adminfacesWebServerFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesAutoConfiguration
This WebServerFactoryCustomizer adds a ServletContextInitializer to the embedded servlet-container which is equivalent to adminfaces's own META-INF/web-fragment.xml.
adminSession() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesAutoConfiguration
 
AngularfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.angularfaces
Spring Boot Auto Configuration of AngularFaces.
AngularfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.angularfaces.AngularfacesAutoConfiguration
 
angularfacesJavaxFacesPropertiesPostProcessor() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesAutoConfiguration
 
AngularfacesProperties - Class in org.joinfaces.autoconfigure.angularfaces
Configuration properties of AngularFaces.
AngularfacesProperties() - Constructor for class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
Annotation() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
 
AnnotationToScopeMapping - Class in org.joinfaces.autoconfigure.scopemapping
Simple definition of a mapping between an Annotation and a scope.
AnnotationToScopeMapping(Class<? extends Annotation>, String) - Constructor for class org.joinfaces.autoconfigure.scopemapping.AnnotationToScopeMapping
 
AnonymousFaceletsTag - Class in org.joinfaces.security
A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.
AnonymousFaceletsTag() - Constructor for class org.joinfaces.security.AnonymousFaceletsTag
A default constructor.
AnonymousFaceletsTagHandler - Class in org.joinfaces.security
TagHandler of anonymous user.
AnonymousFaceletsTagHandler(TagConfig) - Constructor for class org.joinfaces.security.AnonymousFaceletsTagHandler
 
application() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
applicationContextProvider() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteAutoConfiguration
 
ApplicationContextProvider - Class in org.joinfaces.autoconfigure.rewrite
 
ApplicationContextProvider() - Constructor for class org.joinfaces.autoconfigure.rewrite.ApplicationContextProvider
 
applicationMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
apply(FaceletContext, UIComponent) - Method in class org.joinfaces.security.AnonymousFaceletsTagHandler
 
apply(FaceletContext, UIComponent) - Method in class org.joinfaces.security.AuthenticatedFaceletsTagHandler
 
apply(FaceletContext, UIComponent) - Method in class org.joinfaces.security.AuthorizeFaceletsTagHandler
 
apply(FaceletContext, UIComponent) - Method in class org.joinfaces.security.FullyAuthenticatedFaceletsTagHandler
 
apply(FaceletContext, UIComponent) - Method in class org.joinfaces.test.mock.MockFaceletHandler
 
apply(Project) - Method in class org.joinfaces.gradle.BomPlugin
 
apply(Project) - Method in class org.joinfaces.gradle.ClasspathScanPlugin
 
apply(Project) - Method in class org.joinfaces.gradle.JoinfacesPlugin
 
areAllGranted(String) - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the user has all of of the given authorities.
areAnyGranted(String) - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the user has any of the given authorities.
areNotGranted(String) - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the user does not have any of the given authorities.
AuthenticatedFaceletsTag - Class in org.joinfaces.security
A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.
AuthenticatedFaceletsTag() - Constructor for class org.joinfaces.security.AuthenticatedFaceletsTag
A default constructor.
AuthenticatedFaceletsTagHandler - Class in org.joinfaces.security
TagHandler of authenticated user.
AuthenticatedFaceletsTagHandler(TagConfig) - Constructor for class org.joinfaces.security.AuthenticatedFaceletsTagHandler
 
AuthorizeFaceletsTag - Class in org.joinfaces.security
A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.
AuthorizeFaceletsTag() - Constructor for class org.joinfaces.security.AuthorizeFaceletsTag
A default constructor.
AuthorizeFaceletsTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.joinfaces.security.AuthorizeFaceletsTag
A class constructor for use in a TagHandler.
AuthorizeFaceletsTagHandler - Class in org.joinfaces.security
A standard Facelets TagHandler for performing Spring Security authorization decisions.
AuthorizeFaceletsTagHandler(TagConfig) - Constructor for class org.joinfaces.security.AuthorizeFaceletsTagHandler
 

B

BOM_COORDINATES - Static variable in class org.joinfaces.gradle.JoinfacesPlugin
The coordinates (group:name:version) of the joinfaces-dependencies bom.
BomPlugin - Class in org.joinfaces.gradle
Gradle plugin which applies the DependencyManagementPlugin and imports the joinfaces-dependencies bom.
BomPlugin() - Constructor for class org.joinfaces.gradle.BomPlugin
 
BootsfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.bootsfaces
Spring Boot Auto Configuration of BootsFaces.
BootsfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.bootsfaces.BootsfacesAutoConfiguration
 
BootsfacesProperties - Class in org.joinfaces.autoconfigure.bootsfaces
Configuration properties of BootsFaces.
BootsfacesProperties() - Constructor for class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
BootsfacesProperties.Defaults - Class in org.joinfaces.autoconfigure.bootsfaces
Defaults class of renderLabel property.
build() - Method in class org.joinfaces.tools.ClasspathScanner.ClasspathScannerBuilder
 
builder() - Static method in class org.joinfaces.tools.ClasspathScanner
 
Builtin() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
ButterfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.butterfaces
Spring Boot Auto Configuration of ButterFaces.
ButterfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesAutoConfiguration
 
ButterfacesAutoConfiguration.ButterfacesBootsfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.butterfaces
Special auto configuration for butterfaces and bootsfaces in combination.
ButterfacesBootsfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesAutoConfiguration.ButterfacesBootsfacesAutoConfiguration
 
butterfacesBootsfacesPropertiesPostProcessor() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesAutoConfiguration.ButterfacesBootsfacesAutoConfiguration
 
ButterfacesProperties - Class in org.joinfaces.autoconfigure.butterfaces
Configuration properties of ButterFaces.
ButterfacesProperties() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
ButterfacesProperties.Glyphicon - Class in org.joinfaces.autoconfigure.butterfaces
Glyphicon class of collapsing, expansion, options, refresh and order properties.
ButterfacesProperties.Glyphicon.Order - Class in org.joinfaces.autoconfigure.butterfaces
Order class of left and right properties.
ButterfacesProperties.Glyphicon.Sort - Class in org.joinfaces.autoconfigure.butterfaces
Sort class of ascending, descending and none properties.
ButterfacesProperties.Integration - Class in org.joinfaces.autoconfigure.butterfaces
Integration class of primefaces properties.
ButterfacesProperties.Integration.Primefaces - Class in org.joinfaces.autoconfigure.butterfaces
Primefaces class of disableJQuery properties.
ButterfacesProperties.Treebox - Class in org.joinfaces.autoconfigure.butterfaces
Treebox class of specific tree box properties.

C

Cache() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
canEqual(Object) - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
 
canEqual(Object) - Method in class org.joinfaces.test.mock.MockValueExpression
 
canEqual(Object) - Method in class org.joinfaces.tools.ClasspathScanner
 
CdiScopeAnnotationsAutoConfiguration - Class in org.joinfaces.autoconfigure.scopemapping
Auto configuration for javax.enterprise.context.*Scoped annotations support.
CdiScopeAnnotationsAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.scopemapping.CdiScopeAnnotationsAutoConfiguration
 
cdiScopeAnnotationsConfigurer(Environment) - Static method in class org.joinfaces.autoconfigure.scopemapping.CdiScopeAnnotationsAutoConfiguration
 
classGraphConfigurer(Function<ClassGraph, ClassGraph>) - Method in class org.joinfaces.tools.ClasspathScanner.ClasspathScannerBuilder
 
classpathRoot(File) - Method in class org.joinfaces.tools.ClasspathScanner.ClasspathScannerBuilder
 
ClasspathScan - Class in org.joinfaces.gradle
Gradle task which performs a classpath scan using ClasspathScanner.
ClasspathScan() - Constructor for class org.joinfaces.gradle.ClasspathScan
 
ClasspathScanMojo - Class in org.joinfaces.maven
Mojo which performs a classpath scan using ClasspathScanner.
ClasspathScanMojo() - Constructor for class org.joinfaces.maven.ClasspathScanMojo
 
ClasspathScanner - Class in org.joinfaces.tools
ClassGraph-based classpath scanner highly tailored for JoinFaces.
ClasspathScanner.ClasspathScannerBuilder - Class in org.joinfaces.tools
 
ClasspathScanPlugin - Class in org.joinfaces.gradle
Gradle plugin for classpath scanning at build-time.
ClasspathScanPlugin() - Constructor for class org.joinfaces.gradle.ClasspathScanPlugin
 
ControlSidebar() - Constructor for class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
customize(Context) - Method in class org.joinfaces.autoconfigure.tomcat.JsfTomcatContextCustomizer
 
customize(ConfigurableServletWebServerFactory) - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
CustomScopeAnnotationConfigurer - Class in org.joinfaces.autoconfigure.scopemapping
Add custom JSF CDI scope implementations.
CustomScopeAnnotationConfigurer() - Constructor for class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 

D

deduceScopeName(AnnotationMetadata) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
deduceScopeName(MethodMetadata) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
Defaults() - Constructor for class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.joinfaces.autoconfigure.viewscope.ViewScope
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a view map.
developmentProjectStageCustomizer() - Static method in class org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration
 
disableFacesservletToXhtml(ApplicationContext) - Static method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration
 
DummyBean - Class in org.joinfaces.test
Example spring bean which is accessed by JSF.
DummyBean() - Constructor for class org.joinfaces.test.DummyBean
 

E

EMPTY_STRING_AS_NULL - Static variable in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Interpret empty string submitted values as null constant.
equals(Object) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
equals(Object) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
equals(Object) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
equals(Object) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
equals(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
equals(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
equals(Object) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
 
equals(Object) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
 
equals(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
equals(Object) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
equals(Object) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
equals(Object) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
equals(Object) - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
 
equals(Object) - Method in class org.joinfaces.test.mock.MockValueExpression
 
equals(Object) - Method in class org.joinfaces.tools.ClasspathScanner
 
evaluateMethodExpression(String) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 
evaluateMethodExpression(String, Object...) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 
execute() - Method in class org.joinfaces.maven.ClasspathScanMojo
 
externalContext() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 

F

FaceletsTagUtils - Class in org.joinfaces.security
This class provides static methods that are registered as EL functions and available for use in Unified EL expressions in standard Facelets views.
FaceletsTagUtils() - Constructor for class org.joinfaces.security.FaceletsTagUtils
 
facesContext() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
Spring bean definition for the JSF FacesContext.
FacesContextMocker - Class in org.joinfaces.test.mock
Faces Context Mocker.
FacesServletAutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
 
FacesServletAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.FacesServletAutoConfiguration
 
FacesServletProperties - Class in org.joinfaces.autoconfigure.javaxfaces
ConfigurationProperties for the FacesServlet-registration.
FacesServletProperties() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
FacesServletPropertiesPostProcessor(ApplicationContext) - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor
 
facesServletRegistrationBean(FacesServletProperties) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletAutoConfiguration
This bean registers the FacesServlet.
FileEntry() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
fileUploadFilter() - Method in class org.joinfaces.autoconfigure.primefaces.PrimefacesFileUploadServletContextAutoConfiguration
File upload filter is required only if commons fileupload is chosen.
Filter() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
findPreparedScanResult() - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
flash() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
Flow() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
flowScope() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
FullyAuthenticatedFaceletsTag - Class in org.joinfaces.security
A concrete implementation of AbstractFaceletsAuthorizeTag for use with standard Facelets rendering technology.
FullyAuthenticatedFaceletsTag() - Constructor for class org.joinfaces.security.FullyAuthenticatedFaceletsTag
 
FullyAuthenticatedFaceletsTagHandler - Class in org.joinfaces.security
TagHandler of fully authenticated user.
FullyAuthenticatedFaceletsTagHandler(TagConfig) - Constructor for class org.joinfaces.security.FullyAuthenticatedFaceletsTagHandler
 

G

generateUniqueId(String) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
get(String) - Method in class org.joinfaces.test.mock.MockTagAttributes
 
get(String, String) - Method in class org.joinfaces.test.mock.MockTagAttributes
 
get(String, ObjectFactory) - Method in class org.joinfaces.autoconfigure.viewscope.ViewScope
 
get(String, ObjectFactory<?>) - Method in class org.joinfaces.autoconfigure.icefaces.WindowScope
 
getAce() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
getAddLabels() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getAddMessages() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getAjaxDisableRenderRegionsOnRequest() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:commandLink components comes with ajaxDisableRenderRegionsOnRequest to crossfade render regions while ajax request is running.
getAjaxProcessingGlyphiconOnRequest() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
getAjaxProcessingTextOnRequest() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
getAlgorithm() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the encryption algorithm used for encrypt the view state.
getAlgorithmIv() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the initialization vector (Base64 encoded) used for the encryption algorithm.
getAlgorithmParameters() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the default mode and padding used for the encryption algorithm.
getAll() - Method in class org.joinfaces.test.mock.MockTagAttributes
 
getAll(String) - Method in class org.joinfaces.test.mock.MockTagAttributes
 
getAllAnnotationAttributes(String) - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getAllAnnotationAttributes(String, boolean) - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getAllowedHttpMethods() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
A white space separated list of case sensitive HTTP method names that are allowed to be processed by this servlet.
getAllowJavascript() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter tells MyFaces if javascript code should be allowed in the rendered HTML output.
getAllowTextChildren() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, allow children of h:inputText and h:outputText to be rendered.
getAlwaysPerformValidationWhenRequiredIsTrue() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request.
getAnnotatedClasses(ExternalContext) - Method in class org.joinfaces.autoconfigure.myfaces.JoinFacesAnnotationProvider
 
getAnnotation() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
getAnnotation() - Method in class org.joinfaces.autoconfigure.scopemapping.AnnotationToScopeMapping
 
getAnnotationAttributes(String) - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getAnnotationAttributes(String, boolean) - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getAnnotationScanPackages() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The value of this context init parameter is a whitespace separated list of values that control which class packages are scanned for javax.faces annotations.
getAnnotationToScopeMappings() - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
getApplicationContext() - Static method in class org.joinfaces.autoconfigure.rewrite.ApplicationContextProvider
 
getAscending() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
getAttribute(String) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getAttributes() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getAuto() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
getAutoCompleteOffOnViewState() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If false, don't use autocomplete="off" on view state hidden input field.
getAutocompleteOffViewState() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Add autocomplete="off" to the view state hidden field.
getAutoHideMessages() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
If true PrimeFaces info messages will be hidden after a certain timeout.
getAutoid() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.autoid to true causes the majority of standard JSF components to write their IDs to the page.
getAutomaticExtensionlessMapping() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
This parameter enables automatic extensionless mapping for all JSF views.
getAutoShowNavbar() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Automatic shows navbar when users scrolls page up (on small screens).
getAutoTrimInputFields() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
By default all input fields will be trimed after submit.
getAutoUpdate() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
getBasePackages() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Retrieve the optional package filter configuration parameter.
getBaseSkin() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getBeanBeforeJsfValidation() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
getBeanName(Class<?>) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootBeanNameResolver
 
getBlockUi() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Activates the waitcursor and the double-click protection.
getBlockUiOnSubmit() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.blockUIOnSubmit to true tells ICEfaces that the user interface (UI) should block any subsequent requests until the current request has been processed.
getBoolean(FaceletContext) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getBoxedLayout() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getBreadcrumbSize() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Number of breadcrumbs to queue before removing the older ones.
getBuiltin() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getCache() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getCacheElExpressions() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates if expressions generated by facelets should be cached or not.
getCacheInstallBufferFilter() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Boolean that when true installs a Servlet Filter (Servlet 3.0+ only) that works in conjunction with the useBuffer attribute of the Cache component to enable an alternative way to grab the content that needs to be cached.
getCacheOldViewsInSessionMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter has been removed from 2.
getCacheProvider() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CACHE_PROVIDER.
getCacheProvider() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.
getCacheResourceModificationTimestamp() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, cache the modification time of the resource and use the cached time to tell if the resource needs to be refreshed.
getCacheSettingApplicationMaxCapacity() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum number of elements that will be stored per web module (application scope).
getCacheSettingApplicationTtl() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum amount of time in seconds that cached content is valid for the application scope.
getCacheSettingSessionMaxCapacity() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum number of elements that will be stored per session.
getCacheSettingSessionTtl() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum amount of time in seconds that cached content is valid for the session scope.
getCdiManagedConvertersEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable CDI support for converters.
getCdiManagedValidatorsEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable CDI support for validators.
getCdnResourceHandlerDisabled() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CDN_RESOURCE_HANDLER_DISABLED.
getCdnResourceHandlerUrls() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CDN_RESOURCE_HANDLER_URLS.
getCheckedViewidCacheEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a cache used to 'remember' if a view exists or not and reduce the impact " + "of sucesive calls to ExternalContext.getResource().
getCheckedViewidCacheSize() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Controls the size of the cache used to 'remember' if a view exists or not.
getCheckIdProductionMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define how duplicate ids are checked when ProjectStage is Production, by default (auto) it only check ids of components that does not encapsulate markup (like facelets UILeaf).
getClasses() - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
getClassGraphConfigurer() - Method in class org.joinfaces.tools.ClasspathScanner
 
getClasspath() - Method in class org.joinfaces.gradle.ClasspathScan
 
getClassPathResource() - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
Classpath to find jsf resources Default to META-INF/resources.
getClassPathResource() - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
Classpath to find jsf resources Default to META-INF/resources.
getClasspathRoot() - Method in class org.joinfaces.tools.ClasspathScanner
 
getClearInputWhenSubmittedValueIsNullOrEmpty() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
When CLEAR_INPUT_WHEN_SUBMITTED_VALUE_IS_NULL_OR_EMPTY is enabled, input fields will be cleared when null or empty values are submitted.
getClientSideElementUpdateDetermination() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Applications or components that use ice.onElementUpdate javascript registration function can choose to use server or client side implementation for the callback matching of the elements that were updated or removed from the document.
getClientSideMessages() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getClientStateTimeout() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Maximum time, in seconds, that client state will be considered valid by the default StateManager/ResponseStateManager implementations.
getClientStateWriteBufferSize() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The size, in bytes, of the buffer that is used to write client state.
getClientViewStateTimeout() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the time in minutes where the view state is valid when client side state saving is used.
getClientWindowMode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
The context-param that controls the operation of the ClientWindow feature.
getCoalesceResources() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.coalesceResources to true indicates to the ICEfaces core framework that the resources required by the rendered components are to be coalesced.
getCollapsing() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getCombinedResourceHandlerCacheTtl() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set with a value greater than 0 to activate server-side caching of the combined resource files.
getCombinedResourceHandlerDisabled() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.COMBINED_RESOURCE_HANDLER_DISABLED.
getCombinedResourceHandlerExcludedResources() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of resource identifiers of <h:head> resources which needs to be excluded from combining.
getCombinedResourceHandlerInlineCss() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set to true if you want to render the combined CSS resources inline (embedded in HTML) instead of as a resource.
getCombinedResourceHandlerInlineJs() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set to true if you want to render the combined JS resources inline (embedded in HTML) instead of as a resource.
getCombinedResourceHandlerSuppressedResources() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of resource identifiers of <h:head> resources which needs to be suppressed and removed.
getComponentUniqueIdsCacheSize() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the size of the cache used to store strings generated using SectionUniqueIdCounter for component ids.
getCompressableMimeTypes() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Specify mime types that should be gzip compressed.
getCompressDom() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.compressDOM to true indicates to the ICEfaces core framework that the server-side DOM representation of the current view should be serialized and compressed between requests.
getCompressedStages() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
getCompressionStages() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
getCompressJavaScript() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then the JavaScript rendered by h:commandLink will be compressed to reduce the amount of whitespace transmitted in the response.
getCompressResources() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces will not gzip compress any resource responses.
getCompressStateInClient() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the view state should be compressed before encrypted(optional) and encoded.
getCompressStateInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates that the serialized state will be compressed before it is written to the session.
getCompressViewState() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, the view is compressed after it is serialized and before base64 encoded.
getConfigFiles() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Comma-delimited list of faces config files.
getConfigRefreshPeriod() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the time in seconds that check for updates of web.
getConfigReloading() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Reload configuration.
getConnectionFactory() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
getConnectionLostRedirectUri() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.connectionLostRedirectURI to a valid URI tells ICEfaces that when the Ajax Push connection is lost, that the client is to be redirected to the specified page.
getConnectionPassword() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
getConnectionUsername() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
getContext() - Method in class org.joinfaces.autoconfigure.tomcat.JsfTomcatContextCustomizer
 
getControlSidebar() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will activate control sidebar component.
getConversationId() - Method in class org.joinfaces.autoconfigure.icefaces.WindowScope
 
getConversationId() - Method in class org.joinfaces.autoconfigure.viewscope.ViewScope
 
getDarkSkin() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getDatatableUsesViewLocale() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getDateFormat() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Date format used in error page (500.xhtml), by default it is JVM default format.
getDatetimeconverterDefaultTimezoneIsSystemTimezone() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Controls if DateTimeConverter instances use the system timezone (if true) or GMT (if false).
getDebugPhaseListener() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable/disable DebugPhaseListener feature, with provide useful information about ValueHolder variables (submittedValue, localValue, value).
getDebugTemplateResource() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the template name used to render the default debug page (see ui:debug tag).
getDeclaringClassName() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getDecorator() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
getDefaultcache() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.defaultcache.
getDefaultResourceMaxAge() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This affects the value of the Expires response header that will be sent for a resource.
getDefaultResponseWriterContentTypeMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the default content type that the default ResponseWriter generates, when no match can be derived from HTTP Accept Header.
getDefaults() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
getDefaultSuffix() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Change the default suffix for JSP views.
getDefaultWindowMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
no description.
getDelegateFacesServlet() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define an alternate class name that will be used to initialize MyFaces, instead the default javax.
getDeltaSubmit() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.deltaSubmit to true tells ICEfaces that form submission should be handled in a special way to minimize what is sent across the wire.
getDescending() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
getDestinationDir() - Method in class org.joinfaces.gradle.ClasspathScan
 
getDir() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines orientation, ltr or rtl.
getDisableClientStateEncryption() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Since Mojarra 2.2, the client state is by default always encrypted.
getDisableDefaultBeanValidator() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
getDisableDefaultErrorPopups() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to disable the popups rendered by default when a network error, session expiry or server error occurs.
getDisableFaceletJsfViewhandler() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
ViewHandler.
getDisableFacesservletToXhtml() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extension *.xhtml should be disabled.
getDisableFilter() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Disables AdminFilter, responsible for redirecting user after session timeout, sending user to logon page when it is not logged in among other things.
getDisableIdUniquenessCheck() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then component ID uniqueness won't be checked if ProjectStage is Production to enhance performance.
getDisableJQuery() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
getDisableUnicodeEscaping() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
By default any characters above a certain range will be escaped as either an HTML entity or a decimal reference.
getDisableVersionTracking() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getDisallowDoctypeDecl() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When this context param is set to true, this would set a feature on the SAX parser to disallow DOCTYPE declarations.
getDisplayConfiguration() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true then all web configuration information (context initialization parameters and environment entries) will be written to the log.
getDuplicateJARPattern() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getEarlyFlushEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable an early flush which allows to send e.g.
getELResolver() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getElResolverComparator() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
The Class of an Comparator implementation.
getElResolverPredicate() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
The Class of an Predicate<ELResolver> implementation.
getEnableAgressiveSessionDirtying() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, makes it so every session attribute is touched in for every request through the lifecycle.
getEnableClientStateDebugging() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, the client state will as test be unserialized before writing and any serialization exceptions will be logged aInteger with a debug path to the cause of the serialization error.
getEnableControlSkinning() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getEnableControlSkinningClasses() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getEnableCoreTagLibValidator() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of standard Core TagLibs, at the expense of a slightly slower start time.
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
getEnabled() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
getEnableDistributable() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, signal JSF that the application is deployed to a clustered environment, so that session dirtying will be explicitly performed, hereby forcing session replication.
getEnabledJsStyleHiding() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, inlined JavaScript rendered by the HTML ResponseWriter implementation will be rendered so that the script is hidden from older browser implementations which does not recognize <script/> elements.
getEnabledLoadBundle11Compatibility() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getEnableFaceletsResourceResolverCompositeComponents() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
See issue 3684 for details.
getEnableGroovyScripting() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getEnableHtmlTagLibValidator() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of standard Html TagLibs, at the expense of a slightly slower start time.
getEnableHttpMethodRestrictionPhaseListener() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
add the HttpMethodRestrictionPhaseListener if the parameter is enabled.
getEnableJSStyleHiding() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getEnableLazyBeanValidation() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, managed beans will be validated when first created.
getEnableMissingResourceLibraryDetection() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If enabled, the runtime will check for the existence of a resource library before checking for the resource itself.
getEnableRestoreView11Compatibility() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getEnableRipple() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will create a wave/ripple effect on elements specified by rippleElements.
getEnableScriptsInAttributeValues() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If false, attribute values with javascript: or script: will not be rendered within attribute values to prevent potential XSS attacks.
getEnableSlideMenu() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
If true will make left menu touch enable (can be closed or opened via touch).
getEnableThreading() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When enabled, the runtime initialization and default ResourceHandler implementation will use threads to perform their functions.
getEnableTransitionTimeNoOpFlash() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, the act of calling getExternalContext().getFlash() on the FacesContext at startup or shutdown time will cause a no-op implementation of the Flash to be returned.
getEnableValidateWholeBean() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true take the additional actions relating to <validateWholeBean /> specified in #validate.
getEnableViewStateIdRendering() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, the view state hidden field will be rendered with both the id and name attributes having the value of "javax.faces.ViewState".
getEnableWebsocketEndpoint() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The boolean context parameter name to explicitly enable web socket endpoint during startup.
getEnumConverterAllowStringPasstrough() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If value is a String instance and this param is true, pass it directly without try any change.
getErrorHandler() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Deprecated: use JSF 2.0 ExceptionHandler.
getErrorHandling() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if myfaces is responsible to handle errors.
getErrorTemplateResource() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the template name used to render the default error page used by MyFaces specific error handler implementation.
getEvaluationContext() - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
Lazily creates a StandardEvaluationContext.
getExceptionTypesToUnwrap() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.EXCEPTION_TYPES_TO_UNWRAP.
getExecute() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
getExecuteAwtInitializer() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getExpandOnHover() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getExpansion() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getExpectedType() - Method in class org.joinfaces.test.mock.MockValueExpression
 
getExpressionFactory() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the ExpressionFactory.
getExpressionFactory() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter specifies the ExpressionFactory implementation to use.
getExpressionFactory() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getExpressionString() - Method in class org.joinfaces.test.mock.MockValueExpression
 
getExtensionLessUrls() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Removes extension suffix from breadCrumb links.
getFaceletCache() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getFaceletFactory() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The value of this option is a fully qualfified class that extends the com.sun.faces.facelets.FaceletFactory abstract class.
getFaceletsBufferSize() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
The buffer size set on the response.
getFaceletsDecorators() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
TagDecorator implementations.
getFaceletsLibraries() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of paths to Facelet tag libraries.
getFaceletsProcessingFileExtensionProcessAs() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getFaceletsRefreshPeriod() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Time in seconds that facelets should be checked for changes since last request.
getFaceletsResourceResolver() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
An implementation of javax.faces.view.facelets.ResourceResolver.
getFaceletsSkipComments() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, strip XML comments out of Facelets before delivering to the client.
getFaceletsSuffix() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Set the suffix for Facelet xhtml files.
getFaceletsViewMappings() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of Facelet files that don't use the default facelets suffix.
getFacesContext() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getFacesFlowClientWindowIdsInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the max number of client window ids stored into session by faces flow.
getFacesInitializer() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Class name of a custom FacesInitializer implementation.
getFacesInitPlugins() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
comma delimited list of plugin classes which can be hooked into myfaces.
getFacesViewsDispatchMethod() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_DISPATCH_METHOD.
getFacesViewsEnabled() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_ENABLED.
getFacesViewsExtensionAction() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_EXTENSION_ACTION.
getFacesViewsFilterAfterDeclaredFilters() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_FILTER_AFTER_DECLARED_FILTERS.
getFacesViewsPathAction() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_PATH_ACTION.
getFacesViewsScannedViewsAlwaysExtensionless() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_SCANNED_VIEWS_ALWAYS_EXTENSIONLESS.
getFacesViewsScanPaths() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of paths that are to be scanned by faces views.
getFacesViewsViewHandlerMode() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_VIEW_HANDLER_MODE.
getFetchPendingNotificationsOnLoad() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of true for org.icefaces.fetchPendingNotificationsOnLoad indicates that whenever the blocking connection switches over to another window each window will issue a request for the updates that were potentially issued during the switch.
getFileEntry() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
getFilter() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
getFixed() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getFixedLayout() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getFlashScopeDisabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines whether flash scope is disabled, preventing add the Flash cookie to the response.
getFlow() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
getFocusManaged() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when ICEfaces is available, focus retention will ensure that the focused element in the page preserves its focus when the partial update modified the element.
getForceAlwaysWriteFlashCookie() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then the flash cookie will always be written, regardless of whether or not the flash has data.
getForceLoadConfiguration() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
There is a chance for an NPE in com.sun.faces.application.WebappLifecycleListener with some configurations.
getFullStateSavingViewIds() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of view IDs that must save state using the JSF 1.2-style state saving.
getFunctionMapper() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getGaeJsfAnnotationsJarFiles() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
When the application runs inside Google Application Engine container (GAE), indicate which jar files should be scanned for annotations.
getGaeJsfJarFiles() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
When the application runs inside Google Application Engine container (GAE), indicate which jar files should be scanned for files (faces-config, facelets taglib or annotations).
getGenerateHeadUpdate() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to enable (or disable) successful update of the HTML head element.
getGenerateUniqueServerStateIds() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, generate random server view state ids.
getGetBootstrapFromCdn() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own Bootstrap CSS file.
getGetFontawesomeFromCdn() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.
getGetJqueryFromCdn() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own jQuery file.
getGetJqueryuiFromCdn() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own jQueryUI file.
getGlyphicon() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
getGmapVersion() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
This affects the Google Maps API version used with the ace:gMap component and its subcomponents.
getHandlerMapping() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
getHonorCurrentComponentAttributes() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
The ServletContext init parameter consulted by the UIComponent to tell whether or not the #CURRENT_COMPONENT and #CURRENT_COMPOSITE_COMPONENT attribute keys should be honored as specified.
getHtml5RenderKitPassthroughAttributes() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.HTML5_RENDER_KIT_PASSTHROUGH_ATTRIBUTES.
getIconsEffect() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Enables material effect when icons (e.g modal close, calendar) are clicked.
getIgnoredResources() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Comma separated resources (pages or urls) to be skiped by AdminFilter.
getIncludeAngularJs() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getIncludeAngularMessages() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getIncludeJQuery() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getIncludeJQueryUi() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getIncludeMainJs() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getIndexPage() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
index page location.
getInitializeAlwaysStandalone() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true, the check for faces servlet mapping is not done.
getInitializeOnStartup() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
getInitializeSkipJarFacesConfigScan() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If the flag is true, the algoritm skip jar scanning for faces-config files to check if the current application requires FacesServlet to be added dynamically (servlet spec 3).
getInjectionProvider() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the InjectionProvider.
getInjectionProvider() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
no description.
getInt(FaceletContext) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getIntegration() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
getInterpretEmptyStringSubmittedValuesAsNull() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, consider empty UIInput values to be null instead of empty string.
getJms() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
getJsfJsMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the mode used for jsf.
getJsfMock() - Method in class org.joinfaces.test.mock.JsfIT
 
getJspSuffix() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
getLazyLoadConfigObjects() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the classes associated to components, converters, validators or behaviors should be loaded as soon as they are added to the current application instance or instead loaded in a lazy way.
getLazyPush() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using Ajax Push, the feature is activated in a lazy fashion.
getLazyWindowScope() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using window-scoped beans, the window management is activated in a lazy fashion.
getLeft() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
getLeftMenuTemplate() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getLifecycleId() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
ID for alternate Lifecycle implementations.
getLoadingImage() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
image used for the loading popup.
getLoadOnStartup() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
getLocalName() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getLocation() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
getLocation() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getLoginPage() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
login page location (relative to webapp).
getLogWebContextParams() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if log all web config params should be done before initialize the webapp.
getLruMapCacheSize() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
getMacAlgorithm() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the algorithm used to calculate the Message Authentication Code that is added to the view state.
getMacSecret() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the initialization code that are used to initialize the secret key used on the Message Authentication Code algorithm.
getMacSecretCache() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If is set to "false", the secret key used for MAC algorithm is not cached.
getManagedBeanFactoryDecorator() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
getMandatoryResourceConfiguration() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The org.icefaces.mandatoryResourceConfiguration context-parameter may be set to one of three values: none, all, or a space delimited list of components.
getMappingFile() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
getMarkInitialStateWhenApplyBuildView() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
no description.
getMaxInactiveInterval() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
getMaxLengthText() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
When using maxlength parameter counting text will be {0} of {1} characters.
getMessagePersistence() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when ICEfaces is available, FacesMessages are persisted across different partial submits from the same page.
getMessagesHideTimeout() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Timeout to hide info messages.
getMethodExpression(FaceletContext, Class, Class[]) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getMethodName() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getMobile() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
getMockApplication() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockExternalContext() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockFaceletContext() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockFaceletHandler() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockFacesContext() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockHttpServletRequest() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockHttpServletResponse() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockHttpSession() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockServletContext() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockTag() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockTagAttributes() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockTagConfig() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockViewMap() - Method in class org.joinfaces.test.mock.JsfMock
 
getMockViewRoot() - Method in class org.joinfaces.test.mock.JsfMock
 
getName() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
getNamespace() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getNamespaceParameters() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then view state hidden field is namespaced according to NamingContainer rules.
getNamespaces() - Method in class org.joinfaces.test.mock.MockTagAttributes
 
getNoEntriesText() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:tree and b:treeBox are trivial components and can be configured by components attribute or by changeing following parameters.
getNone() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
getNullFlow() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
getNumberOfConcurrentFlashUsers() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Number of concurrent flash users.
getNumberOfFlashesBetweenFlashReapings() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Number flashes between flash repaings.
getNumberOfFlashTokensInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the max number of flash tokens stored into session.
getNumberOfLogicalViews() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Defines the maximum number of serialized views stored in the session.
getNumberOfSequentialViewsInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates the amount of views (default is not active) that should be stored in session between sequential POST or POST-REDIRECT-GET if org.
getNumberOfViewsInSession() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Definies the maximum number of serialized logical views per view.
getNumberOfViewsInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the amount (default = 20) of the latest views are stored in session.
getObject(FaceletContext) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getObject(FaceletContext, Class) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getOptions() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getOrder() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getOrder() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
The order-property for the ServletRegistrationBean.
getOrder() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor
 
getOrder() - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
getOrder() - Method in class org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
 
getPackedStages() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
getPackedStages() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
getPartial() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
getPartial() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
getPartialStateSaving() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, use the JSF2 partial state saving for views.
getPreferXhtml() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
For the case where a browser supports XHTML and HTML without a quality.
getPrettyHtml() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If true, rendered HTML code will be formatted, so that it is "human readable".
getPrimefaces() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
getPrivateCaptchaKey() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Private reCaptcha key.
getProjectStage() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Set the project stage to "Development", "UnitTest", "SystemTest", or "Production".
getProvideBootstrap() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
As default ButterFaces comes with an actual version of Bootstrap 3.x.
getProvideJQuery() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
As default ButterFaces comes with an actual version of jQuery 2.x.
getPublicCaptchaKey() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Public reCaptcha key.
getPublicContextPath() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.publicContextPath to a valid path tells ICEfaces to replace the natural context path (usually, the web-application name) of all resources, form URLs, local bookmarks and local redirects to the specified path.
getPush() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getPushServerUrl() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Custom server url for PrimeFaces Push.
getQName() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getQueue() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getRandomKeyInCsrfSessionToken() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines how to generate the csrf session token.
getRandomKeyInCsrfSessionTokenLength() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the default length of the random key used for the csrf session token.
getRandomKeyInCsrfSessionTokenSecureRandomAlgoritm() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random algorithm to initialize the secure random id generator.
getRandomKeyInCsrfSessionTokenSecureRandomClass() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random class to initialize the secure random id generator.
getRandomKeyInCsrfSessionTokenSecureRandomProvider() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random provider to initialize the secure random id generator.
getRandomKeyInViewStateSessionToken() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Adds a random key to the generated view state session token.
getRandomKeyInViewStateSessionTokenLength() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the default length of the random key added to the view state session token.
getRandomKeyInViewStateSessionTokenSecureRandomAlgorithm() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random algorithm to initialize the secure random id generator.
getRandomKeyInViewStateSessionTokenSecureRandomClass() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random class to initialize the secure random id generator.
getRandomKeyInViewStateSessionTokenSecureRandomProvider() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random provider to initialize the secure random id generator.
getRefresh() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getRefreshTransientBuildOnPss() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the facelet associated to the view should be reapplied when the view is refreshed.
getRefreshTransientBuildOnPssPreserveState() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a special mode that enable full state for parent components containing c:if, c:forEach, c:choose and ui:include with src=ELExpression.
getRegisterConverterPropertyEditors() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, allow EL Coercion to use JSF Custom converters.
getRender() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
getRender() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
getRenderAjaxStatus() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false ajaxStatus, which triggers the loading bar on every ajax request, will not be rendered.
getRenderBreadCrumb() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false, the breadCrumb component, declared in admin template, will not be rendered.
getRenderClearJavascriptForButton() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param renders the clear javascript on button necessary only for compatibility with hidden fields feature of myfaces.
getRenderControlSidebar() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will activate control sidebar component.
getRenderFormSubmitScriptInline() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set true, render the form submit script inline, as in myfaces core 1.
getRenderFormViewStateAtBegin() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param makes h:form component to render the view state and other hidden fields at the beginning of the form.
getRenderHiddenFieldsForLinkParams() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param renders hidden fields at the end of h:form for link params when h:commandLink + f:param is used, instead use javascript to create them.
getRenderLabel() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
getRenderMenuSearch() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Enables or disables menu search.
getRenderMessages() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false, p:messages defined in admin template will not be rendered.
getRenderViewstateId() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define if the input field that should store the state.
getReplayNavigationOnReload() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to replay the navigation rules when the page is reloaded.
getRequest() - Method in class org.joinfaces.security.AbstractFaceletsAuthorizeTag
 
getRequireJavascript() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
Setting org.icefaces.ace.fileEntry.requireJavascript to true causes the server side handling of ace:fileEntry file uploads to require that the browser have javascript enabled.
getResetValues() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
getResourceBufferSize() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the default buffer size that is used between Resource.
getResourceCacheSize() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getResourceDefaultTtl() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getResourceDefaultVersion() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getResourceExcludes() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
A space separated list of resource extensions for types that shouldn't be served by the ResourceHandler implementation.
getResourceHandlerCacheEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable the cache used to "remember" if a resource handled by the default ResourceHandler exists or not.
getResourceHandlerCacheSize() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Controls the size of the cache used to check if a resource exists or not.
getResourceMapping() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getResourceMaxTimeExpires() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the max time in miliseconds set on the "Expires" header for a resource rendered by the default ResourceHandler.
getResourceOptimization() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getResourceUpdateCheckPeriod() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When javax.faces.PROJECT_STATE is Production, UnitTest, or SystemTest resource paths will be cached to reduce the overhead of resource path compuation.
getResponse() - Method in class org.joinfaces.security.AbstractFaceletsAuthorizeTag
 
getResponseBufferSize() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies the size, in bytes, of the buffer that is used to write all generated JSP content excluding state.
getReturnTypeName() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
getRight() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
getRippleElements() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
A list of comma separated list of (jquery) selector which elements will be affected by ripple effect.
getRippleMobileOnly() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true the ripple effect will be enabled only on mobile (small) screens.
getSaveFormSubmitLinkIe() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Add a code that save the form before submit using a link.
getScanLibDirectory() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Does the user want to scan the WEB-INF/lib directory.
getScanPackages() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
Servlet context init parameter which defines which packages to scan for beans, separated by commas.
getScope() - Method in class org.joinfaces.autoconfigure.scopemapping.AnnotationToScopeMapping
 
getSecret() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the secret (Base64 encoded) used to initialize the secret key for encryption algorithm.
getSecret() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
getSecretCache() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If is set to "false", the secret key used for encryption algorithm is not cached.
getSendPoweredByHeader() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The servlet specification defines an optional header that can be sent by a container to communicate the version of the JSP/Servlet the response was generated by.
getSeparatorChar() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
The context-param that allows the separator char for clientId strings to be set on a per-web application basis.
getSerialFactory() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the factory class name using for serialize/deserialize the view state returned by state manager into a byte array.
getSerializationProvider() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the SerializationProvider SPI.
getSerializeServerState() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, and the javax.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.
getSerializeServerState() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If enabled the component state (not the tree) will be serialized before being stored in the session.
getSerializeStateInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the state should be serialized before save it on the session.
getServiceProviderFinder() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Class name of a custom ServiceProviderFinder implementation.
getServletContainerInitializerClass() - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
getServletContext() - Method in class org.joinfaces.security.AbstractFaceletsAuthorizeTag
 
getSession() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
getSessionExpiredRedirectUri() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.sessionExpiredRedirectURI to a valid URI tells ICEfaces that when the user session expires, that the client is to be redirected to the specified page.
getSessionTimeoutRedirectUri() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.sessionTimeoutRedirectURII to a valid URI tells ICEfaces that when the user session expires due to user inactivity, that the client is to be redirected to the specified page.
getShowClearButton() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
getShowOnMobile() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getSidebarCollapsed() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
getSkin() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Default template skin.
getSkin() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
getSort() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
getSort() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
getSpi() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
getSpinnerText() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:tree and b:treeBox are trivial components and can be configured by components attribute or by changeing following parameters.
getStandardFormSerialization() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces does optimized serialization and submission of form elements based on the element that triggered the submission.
getStateSavingMethod() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
"server" or "client".
getStrictJsf2AllowSlashLibraryName() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Allow slash in the library name of a Resource.
getStrictJsf2CcElResolver() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Change default getType() behavior for composite component EL resolver, from return null (see JSF 2_0 spec section 5_6_2_2) to use the metadata information added by composite:attribute, ensuring components working with chained EL expressions to find the right type when a getType() is called over the source EL expression.
getStrictJsf2FaceletsCompatibility() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param makes components like c:set, ui:param and templating components like ui:decorate, ui:composition and ui:include to behave like the ones provided originally in facelets 1_1_x.
getStrictJsf2RefreshTargetAjax() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Detect if a target (usually head) should be update for the current view in an ajax render operation.
getStrictJsf2ViewNotFound() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true, a check will be done in Restore View Phase to check if the viewId exists or not and if it does not exists, a 404 response will be thrown.
getStrictSessionTimeout() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of false for org.icefaces.strictSessionTimeout indicates that ICEfaces should not interfere with container-managed control of session timeout.
getStrictXhtmlLinks() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Use "&" entity instead a plain "&" character within HTML.
getSubmit() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines ajax submit mode, full or partial.
getSubtreeDiff() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using ICEfaces, Ajax-specified subtree diffing is always done.
getSupportEl3ImportHandler() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter specifies whether or not the ImportHandler will be supported.
getSupportJspAndFacesEl() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set false, myfaces won't support JSP and javax.faces.el.
getSupportManagedBeans() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
If set false, myfaces won't support ManagedBeans anymore.
getTagAttributes() - Method in class org.joinfaces.test.mock.MockTagAttributes
 
getTemplatePath() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Template path.
getTemporalResourcehandlerCacheEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true (default false), a temporal directory is created and all files handled by this ResourceLoader are cached there, avoiding the problem described on MYFACES-3586.
getText() - Method in class org.joinfaces.test.DummyBean
 
getTheme() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom".
getTheme() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Theme of the application.
getTheme() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
getTopicsNamespace() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
getTranslation() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
getTreebox() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
getType(ELContext) - Method in class org.joinfaces.test.mock.MockValueExpression
 
getUniqueResourceUrls() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of "true" will cause ICEfaces to append random numbers to certain resource URLs, thereby preventing caching.
getUploader() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines uploader mode; auto, native or commons.
getUrlMappings() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
getUseCdiForAnnotationScanning() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
Defines if CDI should be used for annotation scanning to improve the startup performance.
getUseCompressedResources() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
Each components comes up with it's own javascript and css resources.
getUseEncryption() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the view state is encrypted or not.
getUseFlashScopePurgeViewsInSession() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Allow use flash scope to keep track of the views used in session and the previous ones, so server side state saving can delete old views even if POST-REDIRECT-GET pattern is used.
getUseMultipleJsFilesForJsfUncompressedJs() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is true and the project stage is development mode, the source javascript files will be loaded separately instead have all in just one file, to preserve line numbers and make javascript debugging of the default jsf javascript file more simple.
getUsetheme() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.
getUseViewport() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
getValidate() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Validate if the managed beans and navigations rules are correct.
getValidateEmptyFields() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If "true", validate null and empty values.
getValidateXml() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of faces-config.xml files, at the expense of a slightly slower start time.
getValidateXml() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set to true, tag library XML files and faces config XML files using schema will be validated during application start up.
getValidator() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
getValidator() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
getValue() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getValue(ELContext) - Method in class org.joinfaces.test.mock.MockValueExpression
 
getValue(FaceletContext) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getValueExpression(FaceletContext, Class) - Method in class org.joinfaces.test.mock.MockTagAttribute
 
getVariableMapper() - Method in class org.joinfaces.test.mock.MockFaceletContext
 
getVerifyObjects() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, JSF makes during startup sure all that registered managed beans components, validators, etc can be instantiated by the runtime, at the expense of a slightly slower start time.
getVersionableTypes() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces adds a version number parameter to the URL of most resource types.
getViewPoolDeferredNavigation() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines if the view pool uses deferred navigation to recycle views when navigation is performed.
getViewPoolEntryMode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the type of memory reference that is used to hold the view into memory.
getViewPoolMaxDynamicPartialLimit() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the limit of the views that cannot be reused partially.
getViewPoolMaxPoolSize() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the number of views to be hold per each view metadata definition.
getViewrootPhaseListenerQueuesExceptions() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.
getViewstateJavascript() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the view state using a javascript function instead a hidden input field.
getViewUniqueIdsCacheEnabled() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a cache used to 'remember' the generated facelets unique ids " + "and reduce the impact over memory usage.
getWarnBeforeSessionExpiryInterval() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
A value, in milliseconds, indicating the interval of how much earlier the warning that the session is about to expire is to be issued.
getWebappContractsDirectory() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If a <context-param> with the param name equal to the value of #WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located.
getWebappResourcesDirectory() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If a <context-param> with the param name equal to the value of #WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located.
getWebsocketEndpointPort() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
getWindowScopeExpiration() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
A value, in milliseconds, indicating how long window-scoped values should remain valid in the session after a reload or redirect occurs.
getWrapScriptContentWithXmlCommentTag() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Wrap content inside script with xml comment to prevent old browsers to display it.
getWrapTagExceptionsAsContextAware() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Wrap exception caused by calls to EL expressions, so information like the location, expression string and tag name can be retrieved by the ExceptionHandler implementation and used to output meaningful information about itself.
getWriteStateAtFormEnd() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Per the renderkit doc specification, the state information for the view will be written out prior to closing the form tag.
Glyphicon() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 

H

handleScanResult(ScanResult) - Method in class org.joinfaces.autoconfigure.myfaces.MyFacesInitializerRegistrationBean
 
handleScanResult(ScanResult) - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
hashCode() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
hashCode() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
hashCode() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
hashCode() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
hashCode() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
hashCode() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
hashCode() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
 
hashCode() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
 
hashCode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
hashCode() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
hashCode() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
hashCode() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
hashCode() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
hashCode() - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
 
hashCode() - Method in class org.joinfaces.test.mock.MockValueExpression
 
hashCode() - Method in class org.joinfaces.tools.ClasspathScanner
 
headerMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
headerValuesMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 

I

IcefacesAutoConfiguration - Class in org.joinfaces.autoconfigure.icefaces
Spring Boot auto configuration for ICEfaces.
IcefacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration
 
IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration - Class in org.joinfaces.autoconfigure.icefaces
 
IcefacesProperties - Class in org.joinfaces.autoconfigure.icefaces
Configuration properties for ICEfaces.
IcefacesProperties() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
IcefacesProperties.Ace - Class in org.joinfaces.autoconfigure.icefaces
 
IcefacesProperties.FileEntry - Class in org.joinfaces.autoconfigure.icefaces
 
IcefacesProperties.Render - Class in org.joinfaces.autoconfigure.icefaces
 
IcefacesUndertowAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
 
icefacesUndertowFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
This WebServerFactoryCustomizer adds a ServletContextInitializer to the embedded undertow which is equivalent to ICEfaces' META-INF/core.tld.
includeFacelet(UIComponent, String) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
includeFacelet(UIComponent, URL) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
init() - Method in class org.joinfaces.test.mock.JsfIT
 
init(ApplicationContext) - Method in class org.joinfaces.test.mock.JsfMock
 
initParameterMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
InitParameterServletContextConfigurer - Class in org.joinfaces.autoconfigure.servlet.initparams
A ServletContextInitializer which looks for all init parameters in an ServletContextInitParameterProperties object by reflection.
InitParameterServletContextConfigurer(List<ServletContextInitParameterProperties>) - Constructor for class org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
 
Integration() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
isAbstract() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
isAllowed(String, String) - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the user is allowed to access the given URL and HTTP method combination.
isAnnotated(String) - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
isAnonymous() - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if user is anonymous.
isApplied() - Method in class org.joinfaces.test.mock.MockFaceletHandler
 
isAsyncSupported() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
isAuthenticated() - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the user is not anonymous.
isClientSideValidation() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Controls client side validatation.
isEarlyPostParamEvaluation() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
isEnabled() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
If the FacesServlet should be actively handled by Joinfaces.
isFinal() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
isFontAwesome() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
Enabled font-awesome icons.
isFullyAuthenticated() - Static method in class org.joinfaces.security.FaceletsTagUtils
Returns true if the is not an anonymous or a remember-me user.
isInterpolateClientSideValidationMessages() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
isLegacyWidgetNamespace() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
Enables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
isLiteral() - Method in class org.joinfaces.test.mock.MockTagAttribute
 
isLiteralText() - Method in class org.joinfaces.test.mock.MockValueExpression
 
isMoveScriptsToBottom() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
isOverridable() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
isReadOnly(ELContext) - Method in class org.joinfaces.test.mock.MockValueExpression
 
isResetValues() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
When enabled, ajax updated inputs are reset first.
isStatic() - Method in class org.joinfaces.test.mock.MockMethodMetadata
 
isTransformMetadata() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
Transforms bean validation metadata to html attributes.
isUsePreparedScanResult() - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 

J

JavaxFaces2_0AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_0AutoConfiguration
 
JavaxFaces2_0Properties - Class in org.joinfaces.autoconfigure.javaxfaces
Configuration properties for JSF 2.0.
JavaxFaces2_0Properties() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
JavaxFaces2_0Properties.Partial - Class in org.joinfaces.autoconfigure.javaxfaces
Partial class for execute, render and resetValues parameters.
JavaxFaces2_0Properties.Validator - Class in org.joinfaces.autoconfigure.javaxfaces
Valitador class for disableDefaultBeanValidator parameter.
JavaxFaces2_1AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_1AutoConfiguration
 
JavaxFaces2_1Properties - Class in org.joinfaces.autoconfigure.javaxfaces
Configuration properties for JSF 2.1.
JavaxFaces2_1Properties() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
JavaxFaces2_2AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_2AutoConfiguration
 
JavaxFaces2_2Properties - Class in org.joinfaces.autoconfigure.javaxfaces
Configuration properties for JSF 2.0.
JavaxFaces2_2Properties() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
JavaxFaces2_2Properties.Flow - Class in org.joinfaces.autoconfigure.javaxfaces
Flow class for nullFlow parameter.
JavaxFaces2_2Properties.Partial - Class in org.joinfaces.autoconfigure.javaxfaces
Partial class for execute, render and resetValues parameters.
JavaxFaces2_3AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration
 
JavaxFaces2_3Properties - Class in org.joinfaces.autoconfigure.javaxfaces
Configuration properties for JSF 2.3.
JavaxFaces2_3Properties() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
 
JavaxFacesAutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration for Standard Javax Faces Properties.
JavaxFacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration
 
JavaxFacesAutoConfiguration.JavaxFaces2_0AutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration for JSF 2.0.
JavaxFacesAutoConfiguration.JavaxFaces2_1AutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration for JSF 2.1.
JavaxFacesAutoConfiguration.JavaxFaces2_2AutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration for JSF 2.2.
JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration for JSF 2.3.
JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor - Class in org.joinfaces.autoconfigure.javaxfaces
 
JettyAutoConfiguration - Class in org.joinfaces.autoconfigure.jetty
Spring Boot Auto Configuration of Jetty.
JettyAutoConfiguration(JettyProperties) - Constructor for class org.joinfaces.autoconfigure.jetty.JettyAutoConfiguration
 
JettyProperties - Class in org.joinfaces.autoconfigure.jetty
Configuration properties of jetty.
JettyProperties() - Constructor for class org.joinfaces.autoconfigure.jetty.JettyProperties
 
Jms() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
JoinFacesAnnotationProvider - Class in org.joinfaces.autoconfigure.myfaces
Servlet context configurer of MyFaces.
JoinFacesAnnotationProvider() - Constructor for class org.joinfaces.autoconfigure.myfaces.JoinFacesAnnotationProvider
 
JoinFacesAnnotationProvider(AnnotationProvider) - Constructor for class org.joinfaces.autoconfigure.myfaces.JoinFacesAnnotationProvider
 
JoinfacesApplicationAnalyzer - Class in org.joinfaces.autoconfigure
This class analyzes the SpringApplication and its ApplicationReadyEvent.getApplicationContext().
JoinfacesApplicationAnalyzer() - Constructor for class org.joinfaces.autoconfigure.JoinfacesApplicationAnalyzer
 
JoinfacesAutoConfiguration - Class in org.joinfaces.autoconfigure
Joinfaces Auto Configuration.
JoinfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.JoinfacesAutoConfiguration
 
JoinfacesPlugin - Class in org.joinfaces.gradle
Gradle plugin for JoinFaces projects.
JoinfacesPlugin() - Constructor for class org.joinfaces.gradle.JoinfacesPlugin
 
JoinfacesTestApplication - Class in org.joinfaces.test
Main entry-point for the Application.
JoinfacesTestApplication() - Constructor for class org.joinfaces.test.JoinfacesTestApplication
 
JpaWebAutoConfiguration - Class in org.joinfaces.autoconfigure.jpa
Spring Boot will by default register a OpenEntityManagerInViewInterceptor to apply the "Open EntityManager in View" pattern, i.e.
JpaWebAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.jpa.JpaWebAutoConfiguration
 
Jsf2_3AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration.Jsf2_3AutoConfiguration
 
jsfBeansAnnotationPostProcessor(JsfBeansAutoConfiguration) - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration.Jsf2_3AutoConfiguration
 
JsfBeansAnnotationPostProcessor - Class in org.joinfaces.autoconfigure.javaxfaces
This BeanPostProcessor injects JSF artifacts which use a custom qualifier annotation.
JsfBeansAnnotationPostProcessor(JsfBeansAutoConfiguration) - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAnnotationPostProcessor
 
JsfBeansAutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
JSF 2.3-like Bean Definitions.
JsfBeansAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
JsfBeansAutoConfiguration.Jsf2_3AutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
 
JsfIT - Class in org.joinfaces.test.mock
Abstract integration test for jsf Activate JsfMock for each test execution.
JsfIT() - Constructor for class org.joinfaces.test.mock.JsfIT
 
jsfJettyFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.jetty.JettyAutoConfiguration
 
JsfMock - Class in org.joinfaces.test.mock
JSF Mock.
JsfMock() - Constructor for class org.joinfaces.test.mock.JsfMock
 
JsfScopeAnnotationsAutoConfiguration - Class in org.joinfaces.autoconfigure.scopemapping
Auto configuration for javax.faces.bean.*Scoped annotations support.
JsfScopeAnnotationsAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.scopemapping.JsfScopeAnnotationsAutoConfiguration
 
jsfScopeAnnotationsConfigurer(Environment) - Static method in class org.joinfaces.autoconfigure.scopemapping.JsfScopeAnnotationsAutoConfiguration
 
jsfTomcatApplicationListener() - Method in class org.joinfaces.autoconfigure.tomcat.TomcatAutoConfiguration
 
JsfTomcatApplicationListener - Class in org.joinfaces.autoconfigure.tomcat
Jsf Tomcat application listener to add resources to jsf access resources at integration tests or embedded jar.
JsfTomcatApplicationListener(Context) - Constructor for class org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener
 
JsfTomcatContextCustomizer - Class in org.joinfaces.autoconfigure.tomcat
Jsf Tomcat Context customizer to capture context.
JsfTomcatContextCustomizer() - Constructor for class org.joinfaces.autoconfigure.tomcat.JsfTomcatContextCustomizer
 
jsfTomcatFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.tomcat.TomcatAutoConfiguration
 
jsfUndertowFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration
 

L

listSeparator() - Method in annotation type org.joinfaces.autoconfigure.servlet.initparams.ServletContextInitParameter
 
loadDefaults() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminConfigWrapper
 
locate(Class<T>) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootServiceLocator
 

M

main(String[]) - Static method in class org.joinfaces.test.JoinfacesTestApplication
 
Mobile() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
MockFaceletContext - Class in org.joinfaces.test.mock
Facelet Context Mock.
MockFaceletContext() - Constructor for class org.joinfaces.test.mock.MockFaceletContext
 
MockFaceletContext(FacesContext) - Constructor for class org.joinfaces.test.mock.MockFaceletContext
 
MockFaceletContext(FacesContext, Map<String, Object>) - Constructor for class org.joinfaces.test.mock.MockFaceletContext
 
MockFaceletHandler - Class in org.joinfaces.test.mock
Facelet Handler Mock.
MockFaceletHandler() - Constructor for class org.joinfaces.test.mock.MockFaceletHandler
 
mockFacesContext() - Static method in class org.joinfaces.test.mock.FacesContextMocker
 
MockMethodMetadata - Class in org.joinfaces.test.mock
MethodMetadata-Mock.
MockMethodMetadata(Class<? extends Annotation>) - Constructor for class org.joinfaces.test.mock.MockMethodMetadata
 
MockTagAttribute - Class in org.joinfaces.test.mock
Tag Attribute Mock.
MockTagAttribute() - Constructor for class org.joinfaces.test.mock.MockTagAttribute
 
MockTagAttribute(String) - Constructor for class org.joinfaces.test.mock.MockTagAttribute
 
MockTagAttributes - Class in org.joinfaces.test.mock
Tag Attributes Mock.
MockTagAttributes() - Constructor for class org.joinfaces.test.mock.MockTagAttributes
 
MockValueExpression - Class in org.joinfaces.test.mock
Value Expression Mock.
MockValueExpression() - Constructor for class org.joinfaces.test.mock.MockValueExpression
 
MockValueExpression(String) - Constructor for class org.joinfaces.test.mock.MockValueExpression
 
MojarraAutoConfiguration - Class in org.joinfaces.autoconfigure.mojarra
Spring Boot Auto Configuration for Mojarra.
MojarraAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.mojarra.MojarraAutoConfiguration
 
MojarraProperties - Class in org.joinfaces.autoconfigure.mojarra
Configuration properties of Mojarra.
MojarraProperties() - Constructor for class org.joinfaces.autoconfigure.mojarra.MojarraProperties
 
mojarraServletContainerInitializer() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraAutoConfiguration
 
mojarraUndertowFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration.UndertowMojarraAutoConfiguration
 
MyFaces2_3Properties - Class in org.joinfaces.autoconfigure.myfaces
Configuration Properties added with MyFaces 2.3.
MyFaces2_3Properties() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
MyFacesAutoConfiguration - Class in org.joinfaces.autoconfigure.myfaces
Spring Boot Auto Configuration of MyFaces.
MyFacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyFacesAutoConfiguration
 
MyFacesInitializerRegistrationBean - Class in org.joinfaces.autoconfigure.myfaces
Servlet context initializer of MyFaces.
MyFacesInitializerRegistrationBean() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyFacesInitializerRegistrationBean
 
MyfacesProperties - Class in org.joinfaces.autoconfigure.myfaces
Configuration properties of MyFaces.
MyfacesProperties() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
MyfacesProperties.Annotation - Class in org.joinfaces.autoconfigure.myfaces
Annotation class of useCdiForAnnotationScanning and scanPackages properties.
MyfacesProperties.Spi - Class in org.joinfaces.autoconfigure.myfaces
Spi class of injectionProvider property..
MyfacesProperties.Validator - Class in org.joinfaces.autoconfigure.myfaces
Validator class of beanBeforeJsfValidation property.
myFacesServletContainerInitializer() - Method in class org.joinfaces.autoconfigure.myfaces.MyFacesAutoConfiguration
 
myFacesStartupServletContextListener() - Method in class org.joinfaces.autoconfigure.myfaces.MyFacesAutoConfiguration
 

O

Omnifaces1AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.omnifaces.OmnifacesAutoConfiguration.Omnifaces1AutoConfiguration
 
Omnifaces2AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.omnifaces.OmnifacesAutoConfiguration.Omnifaces2AutoConfiguration
 
OmnifacesAutoConfiguration - Class in org.joinfaces.autoconfigure.omnifaces
Auto Configuration for Omnifaces.
OmnifacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.omnifaces.OmnifacesAutoConfiguration
 
OmnifacesAutoConfiguration.Omnifaces1AutoConfiguration - Class in org.joinfaces.autoconfigure.omnifaces
Auto Configuration for Omnifaces 1.x.
OmnifacesAutoConfiguration.Omnifaces2AutoConfiguration - Class in org.joinfaces.autoconfigure.omnifaces
Auto Configuration for Omnifaces 2.x and 3.x.
OmnifacesProperties - Class in org.joinfaces.autoconfigure.omnifaces
Configuration properties of OmniFaces.
OmnifacesProperties() - Constructor for class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
 
omnifacesServletContainerInitializer() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesAutoConfiguration.Omnifaces1AutoConfiguration
 
omnifacesServletContainerInitializer() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesAutoConfiguration.Omnifaces2AutoConfiguration
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.joinfaces.autoconfigure.JoinfacesApplicationAnalyzer
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener
 
onStartup(ServletContext) - Method in class org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
 
openEntityManagerInViewFilter() - Method in class org.joinfaces.autoconfigure.jpa.JpaWebAutoConfiguration
 
Order() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
org.joinfaces.autoconfigure - package org.joinfaces.autoconfigure
Root Package of Auto Configuration classes.
org.joinfaces.autoconfigure.adminfaces - package org.joinfaces.autoconfigure.adminfaces
AdminFaces Template Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.angularfaces - package org.joinfaces.autoconfigure.angularfaces
AngularFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.bootsfaces - package org.joinfaces.autoconfigure.bootsfaces
BootsFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.butterfaces - package org.joinfaces.autoconfigure.butterfaces
ButterFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.icefaces - package org.joinfaces.autoconfigure.icefaces
 
org.joinfaces.autoconfigure.javaxfaces - package org.joinfaces.autoconfigure.javaxfaces
JavaxFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.jetty - package org.joinfaces.autoconfigure.jetty
Jetty Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.jpa - package org.joinfaces.autoconfigure.jpa
Applying Spring-MVC setup for JPA to JSF.
org.joinfaces.autoconfigure.mojarra - package org.joinfaces.autoconfigure.mojarra
Mojarra Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.myfaces - package org.joinfaces.autoconfigure.myfaces
MyFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.omnifaces - package org.joinfaces.autoconfigure.omnifaces
OmniFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.primefaces - package org.joinfaces.autoconfigure.primefaces
PrimeFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.rewrite - package org.joinfaces.autoconfigure.rewrite
OcpSoft Rewrite Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.richfaces - package org.joinfaces.autoconfigure.richfaces
RichFaces Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.scopemapping - package org.joinfaces.autoconfigure.scopemapping
Mapping of JSF and CDI Scope Annotation to spring scopes.
org.joinfaces.autoconfigure.servlet.initializer - package org.joinfaces.autoconfigure.servlet.initializer
Scanner Utility Classes for initializing JSF properly.
org.joinfaces.autoconfigure.servlet.initparams - package org.joinfaces.autoconfigure.servlet.initparams
Core support classes to JSF Spring Boot Auto Configuration.
org.joinfaces.autoconfigure.tomcat - package org.joinfaces.autoconfigure.tomcat
Tomcat Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.undertow - package org.joinfaces.autoconfigure.undertow
Undertow Spring Boot Auto Configuration classes.
org.joinfaces.autoconfigure.viewscope - package org.joinfaces.autoconfigure.viewscope
JSF View Scope implementation with Spring classes.
org.joinfaces.autoconfigure.weld - package org.joinfaces.autoconfigure.weld
Weld Spring Boot Auto Configuration classes.
org.joinfaces.gradle - package org.joinfaces.gradle
Base package for JoinFaces gradle plugins.
org.joinfaces.maven - package org.joinfaces.maven
 
org.joinfaces.security - package org.joinfaces.security
Classes to Spring Security JSF Facelet Tag support.
org.joinfaces.test - package org.joinfaces.test
 
org.joinfaces.test.mock - package org.joinfaces.test.mock
JSF Mock classes for testing.
org.joinfaces.tools - package org.joinfaces.tools
 

P

Partial() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
 
Partial() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
 
performClasspathScan() - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
postProcessAfterInitialization(Object, String) - Method in class org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration.ProjectStageCustomizer
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
postProcessBeforeInitialization(Object, String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAnnotationPostProcessor
 
Primefaces() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
Primefaces4_0AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces4_0AutoConfiguration
 
Primefaces4_0Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 4.0.
Primefaces4_0Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
 
Primefaces5_0AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces5_0AutoConfiguration
 
Primefaces5_0Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 5.0.
Primefaces5_0Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
Primefaces5_0Properties.Mobile - Class in org.joinfaces.autoconfigure.primefaces
Nested property class for primefaces.mobile.
Primefaces5_1AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces5_1AutoConfiguration
 
Primefaces5_1Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 5.1.
Primefaces5_1Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
Primefaces5_2AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces5_2AutoConfiguration
 
Primefaces5_2Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 5.2+.
Primefaces5_2Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
 
Primefaces6_0AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces6_0AutoConfiguration
 
Primefaces6_0Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 6+.
Primefaces6_0Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
Primefaces6_2AutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration.Primefaces6_2AutoConfiguration
 
Primefaces6_2Properties - Class in org.joinfaces.autoconfigure.primefaces
Configuration properties for Primefaces 6.2+.
Primefaces6_2Properties() - Constructor for class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
PrimefacesAutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Spring Boot Auto Configuration for Primefaces.
PrimefacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesAutoConfiguration
 
PrimefacesAutoConfiguration.Primefaces4_0AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 4.0.
PrimefacesAutoConfiguration.Primefaces5_0AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 5.0.
PrimefacesAutoConfiguration.Primefaces5_1AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 5.1.
PrimefacesAutoConfiguration.Primefaces5_2AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 5.2+.
PrimefacesAutoConfiguration.Primefaces6_0AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 6.0.
PrimefacesAutoConfiguration.Primefaces6_2AutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Auto Configuration for Primefaces 6.2+.
PrimefacesFileUploadServletContextAutoConfiguration - Class in org.joinfaces.autoconfigure.primefaces
Jetty does not resolve part parameters without associating a multipart config to corresponding servlet.
PrimefacesFileUploadServletContextAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.primefaces.PrimefacesFileUploadServletContextAutoConfiguration
 
primefacesFileUploadServletContextInitializer(MultipartConfigElement) - Method in class org.joinfaces.autoconfigure.primefaces.PrimefacesFileUploadServletContextAutoConfiguration
PrimefacesFileUploadServletContextInitializer for native uploader, since FileUploadFilter suffices for commons file uploader.
priority() - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 
productionProjectStageCustomizer() - Static method in class org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration
 
ProjectStageAutoConfiguration - Class in org.joinfaces.autoconfigure.javaxfaces
Auto configuration of JSF ProjectStage.
ProjectStageAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration
 
ProjectStageAutoConfiguration.ProjectStageCustomizer - Class in org.joinfaces.autoconfigure.javaxfaces
BeanPostProcessor for setting the JSF project stage.
ProjectStageCustomizer(ProjectStage) - Constructor for class org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration.ProjectStageCustomizer
 
Push() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 

Q

Queue() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 

R

registerDestructionCallback(String, Runnable) - Method in class org.joinfaces.autoconfigure.icefaces.WindowScope
 
registerDestructionCallback(String, Runnable) - Method in class org.joinfaces.autoconfigure.viewscope.ViewScope
 
release() - Method in class org.joinfaces.test.mock.JsfIT
 
release() - Method in class org.joinfaces.test.mock.JsfMock
 
remove(String) - Method in class org.joinfaces.autoconfigure.icefaces.WindowScope
 
remove(String) - Method in class org.joinfaces.autoconfigure.viewscope.ViewScope
 
Render() - Constructor for class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
request() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
requestContextFilter() - Static method in class org.joinfaces.autoconfigure.JoinfacesAutoConfiguration
This registers a RequestContextFilter in case WebMvcAutoConfiguration is not loaded.
requestCookieMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
requestMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
requestParameterMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
requestParameterValuesMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
resolveContextualObject(String) - Method in class org.joinfaces.autoconfigure.icefaces.WindowScope
 
resolveContextualObject(String) - Method in class org.joinfaces.autoconfigure.viewscope.ViewScope
 
resourceHandler() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
ResourceMapping() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
ResourceOptimization() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
retrieveValue(String) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 
RewriteAutoConfiguration - Class in org.joinfaces.autoconfigure.rewrite
Spring Boot Auto Configuration of Rewrite.
RewriteAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.rewrite.RewriteAutoConfiguration
 
RewriteProperties - Class in org.joinfaces.autoconfigure.rewrite
Configuration properties of Rewrite.
RewriteProperties() - Constructor for class org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
rewriteWebServerFactoryCustomizer() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteAutoConfiguration
This WebServerFactoryCustomizer adds a ServletContextInitializer to the embedded servlet-container which is equivalent to rewrite's own META-INF/web-fragment.xml.
RichfacesAutoConfiguration - Class in org.joinfaces.autoconfigure.richfaces
Spring Boot Auto Configuration of RichFaces.
RichfacesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesAutoConfiguration
 
RichfacesProperties - Class in org.joinfaces.autoconfigure.richfaces
Configuration properties of RichFaces.
RichfacesProperties() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
RichfacesProperties.Builtin - Class in org.joinfaces.autoconfigure.richfaces
Builtin namespace.
RichfacesProperties.Builtin.Filter - Class in org.joinfaces.autoconfigure.richfaces
Filter namespace.
RichfacesProperties.Builtin.Sort - Class in org.joinfaces.autoconfigure.richfaces
Sort namespace.
RichfacesProperties.Cache - Class in org.joinfaces.autoconfigure.richfaces
Cache namespace.
RichfacesProperties.Push - Class in org.joinfaces.autoconfigure.richfaces
Push namespace.
RichfacesProperties.Push.Jms - Class in org.joinfaces.autoconfigure.richfaces
Jms namespace.
RichfacesProperties.Push.Session - Class in org.joinfaces.autoconfigure.richfaces
Session namespace.
RichfacesProperties.Queue - Class in org.joinfaces.autoconfigure.richfaces
Queue namespace.
RichfacesProperties.ResourceMapping - Class in org.joinfaces.autoconfigure.richfaces
ResourceMapping namespace.
RichfacesProperties.ResourceOptimization - Class in org.joinfaces.autoconfigure.richfaces
Resource optimization namespace.
richfacesServletsInitializer() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesAutoConfiguration
 

S

scanClasses() - Method in class org.joinfaces.gradle.ClasspathScan
 
scanClasses() - Method in class org.joinfaces.tools.ClasspathScanner
 
SCOPE_VIEW - Static variable in class org.joinfaces.autoconfigure.viewscope.ViewScope
Scope identifier for view scope: "view".
ServletContainerInitializerRegistrationBean<T extends javax.servlet.ServletContainerInitializer> - Class in org.joinfaces.autoconfigure.servlet.initializer
RegistrationBean for ServletContainerInitializers.
ServletContainerInitializerRegistrationBean(Class<T>) - Constructor for class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
ServletContextInitParameter - Annotation Type in org.joinfaces.autoconfigure.servlet.initparams
Marks a field of a Properties class as servlet context init parameter.
servletContextInitParameterInitializer(List<ServletContextInitParameterProperties>) - Method in class org.joinfaces.autoconfigure.servlet.initparams.ServletContextInitParameterPropertiesAutoConfiguration
 
ServletContextInitParameterProperties - Interface in org.joinfaces.autoconfigure.servlet.initparams
Marker interface for all configuration properties which contain init parameters to be set on a servlet context.
ServletContextInitParameterPropertiesAutoConfiguration - Class in org.joinfaces.autoconfigure.servlet.initparams
Common base class for all auto-configuration classes which provide properties as ServletContext init parameters.
ServletContextInitParameterPropertiesAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.servlet.initparams.ServletContextInitParameterPropertiesAutoConfiguration
 
session() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
Session() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
sessionMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
setAddLabels(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setAddMessages(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setAdminfacesProperties(AdminfacesProperties) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminConfigWrapper
 
setAjaxDisableRenderRegionsOnRequest(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:commandLink components comes with ajaxDisableRenderRegionsOnRequest to crossfade render regions while ajax request is running.
setAjaxProcessingGlyphiconOnRequest(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
setAjaxProcessingTextOnRequest(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
setAlgorithm(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the encryption algorithm used for encrypt the view state.
setAlgorithmIv(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the initialization vector (Base64 encoded) used for the encryption algorithm.
setAlgorithmParameters(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the default mode and padding used for the encryption algorithm.
setAllowedHttpMethods(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
A white space separated list of case sensitive HTTP method names that are allowed to be processed by this servlet.
setAllowJavascript(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter tells MyFaces if javascript code should be allowed in the rendered HTML output.
setAllowTextChildren(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, allow children of h:inputText and h:outputText to be rendered.
setAlwaysPerformValidationWhenRequiredIsTrue(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request.
setAnnotation(MyfacesProperties.Annotation) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
setAnnotationScanPackages(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The value of this context init parameter is a whitespace separated list of values that control which class packages are scanned for javax.faces annotations.
setAnnotationToScopeMappings(List<AnnotationToScopeMapping>) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
setApplicationContext(ApplicationContext) - Method in class org.joinfaces.autoconfigure.rewrite.ApplicationContextProvider
 
setAscending(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
setAsyncSupported(boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
setAttribute(String, Object) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
setAuto(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
setAutoCompleteOffOnViewState(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If false, don't use autocomplete="off" on view state hidden input field.
setAutocompleteOffViewState(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Add autocomplete="off" to the view state hidden field.
setAutoHideMessages(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
If true PrimeFaces info messages will be hidden after a certain timeout.
setAutoid(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.autoid to true causes the majority of standard JSF components to write their IDs to the page.
setAutomaticExtensionlessMapping(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
This parameter enables automatic extensionless mapping for all JSF views.
setAutoShowNavbar(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Automatic shows navbar when users scrolls page up (on small screens).
setAutoTrimInputFields(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
By default all input fields will be trimed after submit.
setAutoUpdate(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
setBasePackages(List<String>) - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Retrieve the optional package filter configuration parameter.
setBaseSkin(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setBeanBeforeJsfValidation(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
setBlockUi(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Activates the waitcursor and the double-click protection.
setBlockUiOnSubmit(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.blockUIOnSubmit to true tells ICEfaces that the user interface (UI) should block any subsequent requests until the current request has been processed.
setBoxedLayout(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setBreadcrumbSize(Integer) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Number of breadcrumbs to queue before removing the older ones.
setBuiltin(RichfacesProperties.Builtin) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setCache(RichfacesProperties.Cache) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setCacheElExpressions(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates if expressions generated by facelets should be cached or not.
setCacheInstallBufferFilter(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Boolean that when true installs a Servlet Filter (Servlet 3.0+ only) that works in conjunction with the useBuffer attribute of the Cache component to enable an alternative way to grab the content that needs to be cached.
setCacheOldViewsInSessionMode(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter has been removed from 2.
setCacheProvider(Class<?>) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CACHE_PROVIDER.
setCacheProvider(Class<? extends CacheProvider>) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.
setCacheResourceModificationTimestamp(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, cache the modification time of the resource and use the cached time to tell if the resource needs to be refreshed.
setCacheSettingApplicationMaxCapacity(Integer) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum number of elements that will be stored per web module (application scope).
setCacheSettingApplicationTtl(Integer) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum amount of time in seconds that cached content is valid for the application scope.
setCacheSettingSessionMaxCapacity(Integer) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum number of elements that will be stored per session.
setCacheSettingSessionTtl(Integer) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Sets the maximum amount of time in seconds that cached content is valid for the session scope.
setCdiManagedConvertersEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable CDI support for converters.
setCdiManagedValidatorsEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable CDI support for validators.
setCdnResourceHandlerDisabled(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CDN_RESOURCE_HANDLER_DISABLED.
setCdnResourceHandlerUrls(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.CDN_RESOURCE_HANDLER_URLS.
setCheckedViewidCacheEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a cache used to 'remember' if a view exists or not and reduce the impact " + "of sucesive calls to ExternalContext.getResource().
setCheckedViewidCacheSize(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Controls the size of the cache used to 'remember' if a view exists or not.
setCheckIdProductionMode(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define how duplicate ids are checked when ProjectStage is Production, by default (auto) it only check ids of components that does not encapsulate markup (like facelets UILeaf).
setClassPathResource(String) - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
Classpath to find jsf resources Default to META-INF/resources.
setClassPathResource(String) - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
Classpath to find jsf resources Default to META-INF/resources.
setClearInputWhenSubmittedValueIsNullOrEmpty(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
When CLEAR_INPUT_WHEN_SUBMITTED_VALUE_IS_NULL_OR_EMPTY is enabled, input fields will be cleared when null or empty values are submitted.
setClientSideElementUpdateDetermination(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Applications or components that use ice.onElementUpdate javascript registration function can choose to use server or client side implementation for the callback matching of the elements that were updated or removed from the document.
setClientSideMessages(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setClientSideValidation(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Controls client side validatation.
setClientStateTimeout(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Maximum time, in seconds, that client state will be considered valid by the default StateManager/ResponseStateManager implementations.
setClientStateWriteBufferSize(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The size, in bytes, of the buffer that is used to write client state.
setClientViewStateTimeout(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the time in minutes where the view state is valid when client side state saving is used.
setClientWindowMode(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
The context-param that controls the operation of the ClientWindow feature.
setCoalesceResources(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.coalesceResources to true indicates to the ICEfaces core framework that the resources required by the rendered components are to be coalesced.
setCollapsing(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setCombinedResourceHandlerCacheTtl(Integer) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set with a value greater than 0 to activate server-side caching of the combined resource files.
setCombinedResourceHandlerDisabled(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.COMBINED_RESOURCE_HANDLER_DISABLED.
setCombinedResourceHandlerExcludedResources(List<String>) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of resource identifiers of <h:head> resources which needs to be excluded from combining.
setCombinedResourceHandlerInlineCss(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set to true if you want to render the combined CSS resources inline (embedded in HTML) instead of as a resource.
setCombinedResourceHandlerInlineJs(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
Set to true if you want to render the combined JS resources inline (embedded in HTML) instead of as a resource.
setCombinedResourceHandlerSuppressedResources(List<String>) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of resource identifiers of <h:head> resources which needs to be suppressed and removed.
setComponentUniqueIdsCacheSize(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the size of the cache used to store strings generated using SectionUniqueIdCounter for component ids.
setCompressableMimeTypes(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Specify mime types that should be gzip compressed.
setCompressDom(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.compressDOM to true indicates to the ICEfaces core framework that the server-side DOM representation of the current view should be serialized and compressed between requests.
setCompressedStages(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
setCompressionStages(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
setCompressJavaScript(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then the JavaScript rendered by h:commandLink will be compressed to reduce the amount of whitespace transmitted in the response.
setCompressResources(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces will not gzip compress any resource responses.
setCompressStateInClient(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the view state should be compressed before encrypted(optional) and encoded.
setCompressStateInSession(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates that the serialized state will be compressed before it is written to the session.
setCompressViewState(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, the view is compressed after it is serialized and before base64 encoded.
setConfigFiles(List<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Comma-delimited list of faces config files.
setConfigRefreshPeriod(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the time in seconds that check for updates of web.
setConfigReloading(Boolean) - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Reload configuration.
setConnectionFactory(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
setConnectionLostRedirectUri(String) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.connectionLostRedirectURI to a valid URI tells ICEfaces that when the Ajax Push connection is lost, that the client is to be redirected to the specified page.
setConnectionPassword(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
setConnectionUsername(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
setControlSidebar(AdminfacesProperties.ControlSidebar) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will activate control sidebar component.
setDarkSkin(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setDatatableUsesViewLocale(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setDateFormat(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Date format used in error page (500.xhtml), by default it is JVM default format.
setDatetimeconverterDefaultTimezoneIsSystemTimezone(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Controls if DateTimeConverter instances use the system timezone (if true) or GMT (if false).
setDebugPhaseListener(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable/disable DebugPhaseListener feature, with provide useful information about ValueHolder variables (submittedValue, localValue, value).
setDebugTemplateResource(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the template name used to render the default debug page (see ui:debug tag).
setDecorator(Boolean) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
setDefaultcache(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.defaultcache.
setDefaultResourceMaxAge(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This affects the value of the Expires response header that will be sent for a resource.
setDefaultResponseWriterContentTypeMode(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the default content type that the default ResponseWriter generates, when no match can be derived from HTTP Accept Header.
setDefaults(BootsfacesProperties.Defaults) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
setDefaultSuffix(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Change the default suffix for JSP views.
setDefaultWindowMode(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
no description.
setDelegateFacesServlet(Class<?>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define an alternate class name that will be used to initialize MyFaces, instead the default javax.
setDeltaSubmit(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.deltaSubmit to true tells ICEfaces that form submission should be handled in a special way to minimize what is sent across the wire.
setDescending(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
setDir(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines orientation, ltr or rtl.
setDisableClientStateEncryption(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Since Mojarra 2.2, the client state is by default always encrypted.
setDisableDefaultBeanValidator(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
setDisableDefaultErrorPopups(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to disable the popups rendered by default when a network error, session expiry or server error occurs.
setDisableFaceletJsfViewhandler(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
ViewHandler.
setDisableFacesservletToXhtml(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extension *.xhtml should be disabled.
setDisableFilter(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Disables AdminFilter, responsible for redirecting user after session timeout, sending user to logon page when it is not logged in among other things.
setDisableIdUniquenessCheck(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then component ID uniqueness won't be checked if ProjectStage is Production to enhance performance.
setDisableJQuery(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
setDisableUnicodeEscaping(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
By default any characters above a certain range will be escaped as either an HTML entity or a decimal reference.
setDisableVersionTracking(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setDisallowDoctypeDecl(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When this context param is set to true, this would set a feature on the SAX parser to disallow DOCTYPE declarations.
setDisplayConfiguration(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true then all web configuration information (context initialization parameters and environment entries) will be written to the log.
setDuplicateJARPattern(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setEarlyFlushEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable an early flush which allows to send e.g.
setEarlyPostParamEvaluation(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
setElResolverComparator(Class<? extends Comparator<ELResolver>>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
The Class of an Comparator implementation.
setElResolverPredicate(Class<?>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
The Class of an Predicate<ELResolver> implementation.
setEnableAgressiveSessionDirtying(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, makes it so every session attribute is touched in for every request through the lifecycle.
setEnableClientStateDebugging(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, the client state will as test be unserialized before writing and any serialization exceptions will be logged aInteger with a debug path to the cause of the serialization error.
setEnableControlSkinning(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setEnableControlSkinningClasses(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setEnableCoreTagLibValidator(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of standard Core TagLibs, at the expense of a slightly slower start time.
setEnabled(boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
If the FacesServlet should be actively handled by Joinfaces.
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
setEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
setEnableDistributable(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, signal JSF that the application is deployed to a clustered environment, so that session dirtying will be explicitly performed, hereby forcing session replication.
setEnabledJsStyleHiding(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, inlined JavaScript rendered by the HTML ResponseWriter implementation will be rendered so that the script is hidden from older browser implementations which does not recognize <script/> elements.
setEnabledLoadBundle11Compatibility(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setEnableFaceletsResourceResolverCompositeComponents(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
See issue 3684 for details.
setEnableGroovyScripting(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setEnableHtmlTagLibValidator(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of standard Html TagLibs, at the expense of a slightly slower start time.
setEnableHttpMethodRestrictionPhaseListener(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
add the HttpMethodRestrictionPhaseListener if the parameter is enabled.
setEnableJSStyleHiding(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setEnableLazyBeanValidation(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, managed beans will be validated when first created.
setEnableMissingResourceLibraryDetection(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If enabled, the runtime will check for the existence of a resource library before checking for the resource itself.
setEnableRestoreView11Compatibility(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setEnableRipple(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will create a wave/ripple effect on elements specified by rippleElements.
setEnableScriptsInAttributeValues(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If false, attribute values with javascript: or script: will not be rendered within attribute values to prevent potential XSS attacks.
setEnableSlideMenu(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
If true will make left menu touch enable (can be closed or opened via touch).
setEnableThreading(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When enabled, the runtime initialization and default ResourceHandler implementation will use threads to perform their functions.
setEnableTransitionTimeNoOpFlash(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, the act of calling getExternalContext().getFlash() on the FacesContext at startup or shutdown time will cause a no-op implementation of the Flash to be returned.
setEnableValidateWholeBean(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true take the additional actions relating to <validateWholeBean /> specified in #validate.
setEnableViewStateIdRendering(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, the view state hidden field will be rendered with both the id and name attributes having the value of "javax.faces.ViewState".
setEnableWebsocketEndpoint(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The boolean context parameter name to explicitly enable web socket endpoint during startup.
setEnumConverterAllowStringPasstrough(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If value is a String instance and this param is true, pass it directly without try any change.
setErrorHandler(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Deprecated: use JSF 2.0 ExceptionHandler.
setErrorHandling(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if myfaces is responsible to handle errors.
setErrorTemplateResource(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the template name used to render the default error page used by MyFaces specific error handler implementation.
setExceptionTypesToUnwrap(List<Class<? extends Throwable>>) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.EXCEPTION_TYPES_TO_UNWRAP.
setExecute(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
setExecuteAwtInitializer(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setExpandOnHover(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setExpansion(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setExpressionFactory(Class<? extends ExpressionFactory>) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the ExpressionFactory.
setExpressionFactory(Class<? extends ExpressionFactory>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter specifies the ExpressionFactory implementation to use.
setExtensionLessUrls(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Removes extension suffix from breadCrumb links.
setFaceletCache(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setFaceletFactory(Class<?>) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The value of this option is a fully qualfified class that extends the com.sun.faces.facelets.FaceletFactory abstract class.
setFaceletsBufferSize(Integer) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
The buffer size set on the response.
setFaceletsDecorators(List<Class<? extends TagDecorator>>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
TagDecorator implementations.
setFaceletsLibraries(List<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of paths to Facelet tag libraries.
setFaceletsProcessingFileExtensionProcessAs(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setFaceletsRefreshPeriod(Integer) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Time in seconds that facelets should be checked for changes since last request.
setFaceletsResourceResolver(Class<? extends ResourceResolver>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
An implementation of javax.faces.view.facelets.ResourceResolver.
setFaceletsSkipComments(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, strip XML comments out of Facelets before delivering to the client.
setFaceletsSuffix(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Set the suffix for Facelet xhtml files.
setFaceletsViewMappings(List<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of Facelet files that don't use the default facelets suffix.
setFacesFlowClientWindowIdsInSession(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the max number of client window ids stored into session by faces flow.
setFacesInitializer(Class<? extends FacesInitializer>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Class name of a custom FacesInitializer implementation.
setFacesInitPlugins(List<Class<?>>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
comma delimited list of plugin classes which can be hooked into myfaces.
setFacesViewsDispatchMethod(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_DISPATCH_METHOD.
setFacesViewsEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_ENABLED.
setFacesViewsExtensionAction(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_EXTENSION_ACTION.
setFacesViewsFilterAfterDeclaredFilters(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_FILTER_AFTER_DECLARED_FILTERS.
setFacesViewsPathAction(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_PATH_ACTION.
setFacesViewsScannedViewsAlwaysExtensionless(Boolean) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_SCANNED_VIEWS_ALWAYS_EXTENSIONLESS.
setFacesViewsScanPaths(List<String>) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
List of paths that are to be scanned by faces views.
setFacesViewsViewHandlerMode(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.FACES_VIEWS_VIEW_HANDLER_MODE.
setFetchPendingNotificationsOnLoad(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of true for org.icefaces.fetchPendingNotificationsOnLoad indicates that whenever the blocking connection switches over to another window each window will issue a request for the updates that were potentially issued during the switch.
setFilter(RichfacesProperties.Builtin.Filter) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
setFixed(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setFixedLayout(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setFlashScopeDisabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines whether flash scope is disabled, preventing add the Flash cookie to the response.
setFlow(JavaxFaces2_2Properties.Flow) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
setFocusManaged(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when ICEfaces is available, focus retention will ensure that the focused element in the page preserves its focus when the partial update modified the element.
setFontAwesome(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
Enabled font-awesome icons.
setForceAlwaysWriteFlashCookie(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then the flash cookie will always be written, regardless of whether or not the flash has data.
setForceLoadConfiguration(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
There is a chance for an NPE in com.sun.faces.application.WebappLifecycleListener with some configurations.
setFullStateSavingViewIds(List<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Semicolon-separated list of view IDs that must save state using the JSF 1.2-style state saving.
setFunctionMapper(FunctionMapper) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
setGaeJsfAnnotationsJarFiles(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
When the application runs inside Google Application Engine container (GAE), indicate which jar files should be scanned for annotations.
setGaeJsfJarFiles(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
When the application runs inside Google Application Engine container (GAE), indicate which jar files should be scanned for files (faces-config, facelets taglib or annotations).
setGenerateHeadUpdate(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to enable (or disable) successful update of the HTML head element.
setGenerateUniqueServerStateIds(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, generate random server view state ids.
setGetBootstrapFromCdn(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own Bootstrap CSS file.
setGetFontawesomeFromCdn(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
deactivate FontAwesome support if the no-fa facet is found in the h:head tag.
setGetJqueryFromCdn(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own jQuery file.
setGetJqueryuiFromCdn(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
Allows you to provide your own jQueryUI file.
setGlyphicon(ButterfacesProperties.Glyphicon) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
setGmapVersion(String) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
This affects the Google Maps API version used with the ace:gMap component and its subcomponents.
setHandlerMapping(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
setHonorCurrentComponentAttributes(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
The ServletContext init parameter consulted by the UIComponent to tell whether or not the #CURRENT_COMPONENT and #CURRENT_COMPOSITE_COMPONENT attribute keys should be honored as specified.
setHtml5RenderKitPassthroughAttributes(String) - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
org.omnifaces.HTML5_RENDER_KIT_PASSTHROUGH_ATTRIBUTES.
setIconsEffect(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Enables material effect when icons (e.g modal close, calendar) are clicked.
setIgnoredResources(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Comma separated resources (pages or urls) to be skiped by AdminFilter.
setIncludeAngularJs(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setIncludeAngularMessages(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setIncludeJQuery(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setIncludeJQueryUi(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setIncludeMainJs(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setIndexPage(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
index page location.
setInitializeAlwaysStandalone(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true, the check for faces servlet mapping is not done.
setInitializeOnStartup(Boolean) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
setInitializeSkipJarFacesConfigScan(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If the flag is true, the algoritm skip jar scanning for faces-config files to check if the current application requires FacesServlet to be added dynamically (servlet spec 3).
setInjectionProvider(Class<? extends InjectionProvider>) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the InjectionProvider.
setInjectionProvider(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
no description.
setIntegration(ButterfacesProperties.Integration) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
setInterpolateClientSideValidationMessages(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
setInterpretEmptyStringSubmittedValuesAsNull(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, consider empty UIInput values to be null instead of empty string.
setJms(RichfacesProperties.Push.Jms) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
setJsfJsMode(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the mode used for jsf.
setJspSuffix(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
setLazyLoadConfigObjects(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the classes associated to components, converters, validators or behaviors should be loaded as soon as they are added to the current application instance or instead loaded in a lazy way.
setLazyPush(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using Ajax Push, the feature is activated in a lazy fashion.
setLazyWindowScope(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using window-scoped beans, the window management is activated in a lazy fashion.
setLeft(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
setLeftMenuTemplate(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setLegacyWidgetNamespace(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
Enables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
setLifecycleId(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
ID for alternate Lifecycle implementations.
setLoadingImage(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
image used for the loading popup.
setLoadOnStartup(int) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
setLocation(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
setLoginPage(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
login page location (relative to webapp).
setLogWebContextParams(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if log all web config params should be done before initialize the webapp.
setLruMapCacheSize(Integer) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
setMacAlgorithm(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the algorithm used to calculate the Message Authentication Code that is added to the view state.
setMacSecret(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the initialization code that are used to initialize the secret key used on the Message Authentication Code algorithm.
setMacSecretCache(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If is set to "false", the secret key used for MAC algorithm is not cached.
setManagedBeanFactoryDecorator(String) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Javadoc not found.
setMandatoryResourceConfiguration(List<String>) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The org.icefaces.mandatoryResourceConfiguration context-parameter may be set to one of three values: none, all, or a space delimited list of components.
setMappingFile(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
setMarkInitialStateWhenApplyBuildView(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
no description.
setMaxInactiveInterval(Integer) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
setMaxLengthText(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
When using maxlength parameter counting text will be {0} of {1} characters.
setMessagePersistence(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when ICEfaces is available, FacesMessages are persisted across different partial submits from the same page.
setMessagesHideTimeout(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Timeout to hide info messages.
setMobile(Primefaces5_0Properties.Mobile) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
setMoveScriptsToBottom(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
setName(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
setNamespaceParameters(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, then view state hidden field is namespaced according to NamingContainer rules.
setNoEntriesText(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:tree and b:treeBox are trivial components and can be configured by components attribute or by changeing following parameters.
setNone(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
setNullFlow(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
setNumberOfConcurrentFlashUsers(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Number of concurrent flash users.
setNumberOfFlashesBetweenFlashReapings(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Number flashes between flash repaings.
setNumberOfFlashTokensInSession(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate the max number of flash tokens stored into session.
setNumberOfLogicalViews(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Defines the maximum number of serialized views stored in the session.
setNumberOfSequentialViewsInSession(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicates the amount of views (default is not active) that should be stored in session between sequential POST or POST-REDIRECT-GET if org.
setNumberOfViewsInSession(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Definies the maximum number of serialized logical views per view.
setNumberOfViewsInSession(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the amount (default = 20) of the latest views are stored in session.
setOptions(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setOrder(int) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
The order-property for the ServletRegistrationBean.
setOrder(int) - Method in class org.joinfaces.autoconfigure.scopemapping.CustomScopeAnnotationConfigurer
 
setOrder(int) - Method in class org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
 
setOrder(ButterfacesProperties.Glyphicon.Order) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setPackedStages(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
setPackedStages(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
setPartial(JavaxFaces2_0Properties.Partial) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
setPartial(JavaxFaces2_2Properties.Partial) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
setPartialStateSaving(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If true, use the JSF2 partial state saving for views.
setPreferXhtml(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
For the case where a browser supports XHTML and HTML without a quality.
setPrettyHtml(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If true, rendered HTML code will be formatted, so that it is "human readable".
setPrimefaces(ButterfacesProperties.Integration.Primefaces) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
setPrivateCaptchaKey(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Private reCaptcha key.
setProjectStage(ProjectStage) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
Set the project stage to "Development", "UnitTest", "SystemTest", or "Production".
setProvideBootstrap(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
As default ButterFaces comes with an actual version of Bootstrap 3.x.
setProvideJQuery(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
As default ButterFaces comes with an actual version of jQuery 2.x.
setPublicCaptchaKey(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Public reCaptcha key.
setPublicContextPath(String) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.publicContextPath to a valid path tells ICEfaces to replace the natural context path (usually, the web-application name) of all resources, form URLs, local bookmarks and local redirects to the specified path.
setPush(RichfacesProperties.Push) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setPushServerUrl(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Custom server url for PrimeFaces Push.
setQueue(RichfacesProperties.Queue) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setRandomKeyInCsrfSessionToken(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines how to generate the csrf session token.
setRandomKeyInCsrfSessionTokenLength(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the default length of the random key used for the csrf session token.
setRandomKeyInCsrfSessionTokenSecureRandomAlgoritm(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random algorithm to initialize the secure random id generator.
setRandomKeyInCsrfSessionTokenSecureRandomClass(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random class to initialize the secure random id generator.
setRandomKeyInCsrfSessionTokenSecureRandomProvider(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random provider to initialize the secure random id generator.
setRandomKeyInViewStateSessionToken(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Adds a random key to the generated view state session token.
setRandomKeyInViewStateSessionTokenLength(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the default length of the random key added to the view state session token.
setRandomKeyInViewStateSessionTokenSecureRandomAlgorithm(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random algorithm to initialize the secure random id generator.
setRandomKeyInViewStateSessionTokenSecureRandomClass(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random class to initialize the secure random id generator.
setRandomKeyInViewStateSessionTokenSecureRandomProvider(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Sets the random provider to initialize the secure random id generator.
setRefresh(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setRefreshTransientBuildOnPss(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the facelet associated to the view should be reapplied when the view is refreshed.
setRefreshTransientBuildOnPssPreserveState(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a special mode that enable full state for parent components containing c:if, c:forEach, c:choose and ui:include with src=ELExpression.
setRegisterConverterPropertyEditors(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If true, allow EL Coercion to use JSF Custom converters.
setRender(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
setRenderAjaxStatus(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false ajaxStatus, which triggers the loading bar on every ajax request, will not be rendered.
setRenderBreadCrumb(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false, the breadCrumb component, declared in admin template, will not be rendered.
setRenderClearJavascriptForButton(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param renders the clear javascript on button necessary only for compatibility with hidden fields feature of myfaces.
setRenderControlSidebar(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true it will activate control sidebar component.
setRenderFormSubmitScriptInline(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set true, render the form submit script inline, as in myfaces core 1.
setRenderFormViewStateAtBegin(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param makes h:form component to render the view state and other hidden fields at the beginning of the form.
setRenderHiddenFieldsForLinkParams(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param renders hidden fields at the end of h:form for link params when h:commandLink + f:param is used, instead use javascript to create them.
setRenderLabel(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
setRenderMenuSearch(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Enables or disables menu search.
setRenderMessages(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When false, p:messages defined in admin template will not be rendered.
setRenderViewstateId(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define if the input field that should store the state.
setReplayNavigationOnReload(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
This parameter can be used to replay the navigation rules when the page is reloaded.
setRequireJavascript(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
Setting org.icefaces.ace.fileEntry.requireJavascript to true causes the server side handling of ace:fileEntry file uploads to require that the browser have javascript enabled.
setResetValues(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
When enabled, ajax updated inputs are reset first.
setResetValues(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
setResourceBufferSize(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Define the default buffer size that is used between Resource.
setResourceCacheSize(Integer) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setResourceDefaultTtl(Integer) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setResourceDefaultVersion(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setResourceExcludes(List<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
A space separated list of resource extensions for types that shouldn't be served by the ResourceHandler implementation.
setResourceHandlerCacheEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable the cache used to "remember" if a resource handled by the default ResourceHandler exists or not.
setResourceHandlerCacheSize(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Controls the size of the cache used to check if a resource exists or not.
setResourceMapping(RichfacesProperties.ResourceMapping) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setResourceMaxTimeExpires(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the max time in miliseconds set on the "Expires" header for a resource rendered by the default ResourceHandler.
setResourceOptimization(RichfacesProperties.ResourceOptimization) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setResourceUpdateCheckPeriod(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When javax.faces.PROJECT_STATE is Production, UnitTest, or SystemTest resource paths will be cached to reduce the overhead of resource path compuation.
setResponseBufferSize(Integer) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies the size, in bytes, of the buffer that is used to write all generated JSP content excluding state.
setRight(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
setRippleElements(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
A list of comma separated list of (jquery) selector which elements will be affected by ripple effect.
setRippleMobileOnly(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
When true the ripple effect will be enabled only on mobile (small) screens.
setSaveFormSubmitLinkIe(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Add a code that save the form before submit using a link.
setScanLibDirectory(Boolean) - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
Does the user want to scan the WEB-INF/lib directory.
setScanPackages(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
Servlet context init parameter which defines which packages to scan for beans, separated by commas.
setSecret(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the secret (Base64 encoded) used to initialize the secret key for encryption algorithm.
setSecret(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
setSecretCache(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If is set to "false", the secret key used for encryption algorithm is not cached.
setSendPoweredByHeader(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
The servlet specification defines an optional header that can be sent by a container to communicate the version of the JSP/Servlet the response was generated by.
setSeparatorChar(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
The context-param that allows the separator char for clientId strings to be set on a per-web application basis.
setSerialFactory(Class<? extends SerialFactory>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the factory class name using for serialize/deserialize the view state returned by state manager into a byte array.
setSerializationProvider(Class<? extends SerializationProvider>) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
This parameter specifies a class that implements the SerializationProvider SPI.
setSerializeServerState(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, and the javax.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.
setSerializeServerState(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
If enabled the component state (not the tree) will be serialized before being stored in the session.
setSerializeStateInSession(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the state should be serialized before save it on the session.
setServiceProviderFinder(Class<? extends ServiceProviderFinder>) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Class name of a custom ServiceProviderFinder implementation.
setSession(RichfacesProperties.Push.Session) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
setSessionExpiredRedirectUri(String) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.sessionExpiredRedirectURI to a valid URI tells ICEfaces that when the user session expires, that the client is to be redirected to the specified page.
setSessionTimeoutRedirectUri(String) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
Setting org.icefaces.sessionTimeoutRedirectURII to a valid URI tells ICEfaces that when the user session expires due to user inactivity, that the client is to be redirected to the specified page.
setShowClearButton(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
setShowOnMobile(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setSidebarCollapsed(Boolean) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
setSkin(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Default template skin.
setSkin(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
setSort(ButterfacesProperties.Glyphicon.Sort) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
setSort(RichfacesProperties.Builtin.Sort) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
setSpi(MyfacesProperties.Spi) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
setSpinnerText(String) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
b:tree and b:treeBox are trivial components and can be configured by components attribute or by changeing following parameters.
setStandardFormSerialization(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces does optimized serialization and submission of form elements based on the element that triggered the submission.
setStateSavingMethod(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
"server" or "client".
setStrictJsf2AllowSlashLibraryName(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Allow slash in the library name of a Resource.
setStrictJsf2CcElResolver(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Change default getType() behavior for composite component EL resolver, from return null (see JSF 2_0 spec section 5_6_2_2) to use the metadata information added by composite:attribute, ensuring components working with chained EL expressions to find the right type when a getType() is called over the source EL expression.
setStrictJsf2FaceletsCompatibility(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This param makes components like c:set, ui:param and templating components like ui:decorate, ui:composition and ui:include to behave like the ones provided originally in facelets 1_1_x.
setStrictJsf2RefreshTargetAjax(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Detect if a target (usually head) should be update for the current view in an ajax render operation.
setStrictJsf2ViewNotFound(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true, a check will be done in Restore View Phase to check if the viewId exists or not and if it does not exists, a 404 response will be thrown.
setStrictSessionTimeout(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of false for org.icefaces.strictSessionTimeout indicates that ICEfaces should not interfere with container-managed control of session timeout.
setStrictXhtmlLinks(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Use "&" entity instead a plain "&" character within HTML.
setSubmit(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines ajax submit mode, full or partial.
setSubtreeDiff(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, when using ICEfaces, Ajax-specified subtree diffing is always done.
setSupportEl3ImportHandler(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
This parameter specifies whether or not the ImportHandler will be supported.
setSupportJspAndFacesEl(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set false, myfaces won't support JSP and javax.faces.el.
setSupportManagedBeans(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
If set false, myfaces won't support ManagedBeans anymore.
setTemplatePath(String) - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
Template path.
setTemporalResourcehandlerCacheEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is set to true (default false), a temporal directory is created and all files handled by this ResourceLoader are cached there, avoiding the problem described on MYFACES-3586.
setTheme(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom".
setTheme(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Theme of the application.
setTheme(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
setTopicsNamespace(String) - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
setTransformMetadata(boolean) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
Transforms bean validation metadata to html attributes.
setTranslation(Boolean) - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
setTreebox(ButterfacesProperties.Treebox) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
setUniqueResourceUrls(Boolean) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
The default value of "true" will cause ICEfaces to append random numbers to certain resource URLs, thereby preventing caching.
setUploader(String) - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
Defines uploader mode; auto, native or commons.
setUrlMappings(Set<String>) - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
setUseCdiForAnnotationScanning(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
Defines if CDI should be used for annotation scanning to improve the startup performance.
setUseCompressedResources(Boolean) - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
Each components comes up with it's own javascript and css resources.
setUseEncryption(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Indicate if the view state is encrypted or not.
setUseFlashScopePurgeViewsInSession(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Allow use flash scope to keep track of the views used in session and the previous ones, so server side state saving can delete old views even if POST-REDIRECT-GET pattern is used.
setUseMultipleJsFilesForJsfUncompressedJs(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If this param is true and the project stage is development mode, the source javascript files will be loaded separately instead have all in just one file, to preserve line numbers and make javascript debugging of the default jsf javascript file more simple.
setUsePreparedScanResult(boolean) - Method in class org.joinfaces.autoconfigure.servlet.initializer.ServletContainerInitializerRegistrationBean
 
setUsetheme(String) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.
setUseViewport(Boolean) - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
setValidate(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Validate if the managed beans and navigations rules are correct.
setValidateEmptyFields(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
If "true", validate null and empty values.
setValidateXml(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, enable validation of faces-config.xml files, at the expense of a slightly slower start time.
setValidateXml(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
If set to true, tag library XML files and faces config XML files using schema will be validated during application start up.
setValidator(JavaxFaces2_0Properties.Validator) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
setValidator(MyfacesProperties.Validator) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
setValue(ELContext, Object) - Method in class org.joinfaces.test.mock.MockValueExpression
 
setVariableMapper(VariableMapper) - Method in class org.joinfaces.test.mock.MockFaceletContext
 
setVerifyObjects(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
When true, JSF makes during startup sure all that registered managed beans components, validators, etc can be instantiated by the runtime, at the expense of a slightly slower start time.
setVersionableTypes(List<String>) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
By default, ICEfaces adds a version number parameter to the URL of most resource types.
setViewPoolDeferredNavigation(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines if the view pool uses deferred navigation to recycle views when navigation is performed.
setViewPoolEntryMode(String) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the type of memory reference that is used to hold the view into memory.
setViewPoolMaxDynamicPartialLimit(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the limit of the views that cannot be reused partially.
setViewPoolMaxPoolSize(Integer) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Defines the number of views to be hold per each view metadata definition.
setViewrootPhaseListenerQueuesExceptions(Boolean) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.
setViewstateJavascript(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Set the view state using a javascript function instead a hidden input field.
setViewUniqueIdsCacheEnabled(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Enable or disable a cache used to 'remember' the generated facelets unique ids " + "and reduce the impact over memory usage.
setWarnBeforeSessionExpiryInterval(Duration) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
A value, in milliseconds, indicating the interval of how much earlier the warning that the session is about to expire is to be issued.
setWebappContractsDirectory(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If a <context-param> with the param name equal to the value of #WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located.
setWebappResourcesDirectory(String) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
If a <context-param> with the param name equal to the value of #WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located.
setWebsocketEndpointPort(Integer) - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
setWindowScopeExpiration(Duration) - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
A value, in milliseconds, indicating how long window-scoped values should remain valid in the session after a reload or redirect occurs.
setWrapScriptContentWithXmlCommentTag(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Wrap content inside script with xml comment to prevent old browsers to display it.
setWrapTagExceptionsAsContextAware(Boolean) - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
Wrap exception caused by calls to EL expressions, so information like the location, expression string and tag name can be retrieved by the ExceptionHandler implementation and used to output meaningful information about itself.
setWriteStateAtFormEnd(Boolean) - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
Per the renderkit doc specification, the state information for the view will be written out prior to closing the form tag.
Sort() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
Sort() - Constructor for class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
Spi() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
SpringBootBeanNameResolver - Class in org.joinfaces.autoconfigure.rewrite
BeanNameResolver implementation for Spring.
SpringBootBeanNameResolver() - Constructor for class org.joinfaces.autoconfigure.rewrite.SpringBootBeanNameResolver
 
SpringBootExpressionLanguageProvider - Class in org.joinfaces.autoconfigure.rewrite
Implementation of ExpressionLanguageProvider for the Spring Expression Language (SpEL).
SpringBootExpressionLanguageProvider() - Constructor for class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 
SpringBootServiceLocator - Class in org.joinfaces.autoconfigure.rewrite
ServiceLocator implementation for Spring.
SpringBootServiceLocator() - Constructor for class org.joinfaces.autoconfigure.rewrite.SpringBootServiceLocator
 
submitValue(String, Object) - Method in class org.joinfaces.autoconfigure.rewrite.SpringBootExpressionLanguageProvider
 

T

TEST - org.joinfaces.autoconfigure.tomcat.TomcatRuntime
, Runtime jar testing or war testing.
TomcatAutoConfiguration - Class in org.joinfaces.autoconfigure.tomcat
Creating tomcat auto configuration to enable jsf read facelets at integration tests.
TomcatAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.tomcat.TomcatAutoConfiguration
 
TomcatRuntime - Enum in org.joinfaces.autoconfigure.tomcat
Tomcat runtime environment.
toString() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar
 
toString() - Method in class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.angularfaces.AngularfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties.Defaults
 
toString() - Method in class org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Order
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon.Sort
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Glyphicon
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration.Primefaces
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Integration
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 
toString() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Ace
 
toString() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.FileEntry
 
toString() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties.Render
 
toString() - Method in class org.joinfaces.autoconfigure.icefaces.IcefacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Flow
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties
 
toString() - Method in class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_3Properties
 
toString() - Method in class org.joinfaces.autoconfigure.jetty.JettyProperties
 
toString() - Method in class org.joinfaces.autoconfigure.mojarra.MojarraProperties
 
toString() - Method in class org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
 
toString() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Annotation
 
toString() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
toString() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
toString() - Method in class org.joinfaces.autoconfigure.omnifaces.OmnifacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties.Mobile
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces5_2Properties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
toString() - Method in class org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
 
toString() - Method in class org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Filter
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin.Sort
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Builtin
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Cache
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Jms
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push.Session
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Push
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.Queue
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceMapping
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties.ResourceOptimization
 
toString() - Method in class org.joinfaces.autoconfigure.richfaces.RichfacesProperties
 
toString() - Method in class org.joinfaces.autoconfigure.undertow.UndertowProperties
 
toString() - Method in class org.joinfaces.tools.ClasspathScanner.ClasspathScannerBuilder
 
toString() - Method in class org.joinfaces.tools.ClasspathScanner
 
Treebox() - Constructor for class org.joinfaces.autoconfigure.butterfaces.ButterfacesProperties.Treebox
 

U

UBER_JAR - org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Runtime java -jar jar packaging.
UBER_WAR - org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Runtime java -jar war packaging.
UndertowAutoConfiguration - Class in org.joinfaces.autoconfigure.undertow
Spring Boot Auto Configuration of Undertow.
UndertowAutoConfiguration(UndertowProperties) - Constructor for class org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration
 
UndertowAutoConfiguration.UndertowMojarraAutoConfiguration - Class in org.joinfaces.autoconfigure.undertow
Undertow can't scan JSP *.tld-files.
UndertowMojarraAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration.UndertowMojarraAutoConfiguration
 
UndertowProperties - Class in org.joinfaces.autoconfigure.undertow
Configuration properties of Undertow.
UndertowProperties() - Constructor for class org.joinfaces.autoconfigure.undertow.UndertowProperties
 
UNPACKAGED_JAR - org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Runtime jar inside IDE.
UNPACKAGED_WAR - org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Runtime war inside tomcat servlet container.

V

Validator() - Constructor for class org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Validator
 
Validator() - Constructor for class org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Validator
 
value() - Method in annotation type org.joinfaces.autoconfigure.servlet.initparams.ServletContextInitParameter
 
valueOf(String) - Static method in enum org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.joinfaces.autoconfigure.tomcat.TomcatRuntime
Returns an array containing the constants of this enum type, in the order they are declared.
viewMap() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
viewRoot() - Method in class org.joinfaces.autoconfigure.javaxfaces.JsfBeansAutoConfiguration
 
ViewScope - Class in org.joinfaces.autoconfigure.viewscope
Implementation of view scope.
ViewScope() - Constructor for class org.joinfaces.autoconfigure.viewscope.ViewScope
 
ViewScopeAutoConfiguration - Class in org.joinfaces.autoconfigure.viewscope
An AutoConfiguration which registers the ViewScope scope.
ViewScopeAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.viewscope.ViewScopeAutoConfiguration
 
viewScopeConfigurer() - Static method in class org.joinfaces.autoconfigure.viewscope.ViewScopeAutoConfiguration
 

W

weldServletContainerInitializer() - Method in class org.joinfaces.autoconfigure.weld.WeldSpringBootAutoConfiguration
 
WeldSpringBootAutoConfiguration - Class in org.joinfaces.autoconfigure.weld
This class initialize weld in order to have a full cdi environment.
WeldSpringBootAutoConfiguration() - Constructor for class org.joinfaces.autoconfigure.weld.WeldSpringBootAutoConfiguration
 
WindowScope - Class in org.joinfaces.autoconfigure.icefaces
Spring scope implementation which delegates to ICEfaces' WindowScopeManager.
WindowScope() - Constructor for class org.joinfaces.autoconfigure.icefaces.WindowScope
 
windowScopeConfigurer() - Static method in class org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration
 
A B C D E F G H I J L M O P Q R S T U V W 
All Classes All Packages