Package org.joinfaces.autoconfigure.servlet.initparams
Core support classes to JSF Spring Boot Auto Configuration.
-
Interface Summary Interface Description ServletContextInitParameterProperties Marker interface for allconfiguration properties
which containinit parameters
to be set on aservlet context
. -
Class Summary Class Description InitParameterServletContextConfigurer A ServletContextInitializer which looks for allinit parameters
in anServletContextInitParameterProperties
object by reflection.ServletContextInitParameterPropertiesAutoConfiguration Common base class for all auto-configuration classes which provide properties asServletContext
init parameters. -
Annotation Types Summary Annotation Type Description ServletContextInitParameter Marks a field of aProperties class
asservlet context init parameter
.