Interface | Description |
---|---|
UserManager |
Class | Description |
---|---|
EntityRenderer |
It renders, as text, the entity instance basing on the attribute the entity exposes for that purpose.
|
MenuConfig | |
ShrAuthenticationFailureHandler |
It gives Spring Security the direction on dbms unavailability.
|
ShrConfigurator |
An accessor to the configuration file of the application.
|
ShrCurrencyFormatter |
By this class the framework manages, along the entire application, one only currency that, if not specified in the configuration, descends from the environment the server is running in .
|
ShrDateFormatter |
The class prepares the formatting behavior getting from the configuration
data and the resulting local information and it forces a four digits year.
|
ShrLocales |
The class detects the locales, among all ones available at the platform level, for which a dictionary file does exist.
|
ShrRequestMappingHandlerAdapter |
As object type returned by the override of {link
WebMvcConfigurationSupport#createRequestMappingHandlerAdapter} of the
'@configuration annotated' class, together with
com.sprhibrad.framework.controller.ShrBindingErrorProcessor# and
com.sprhibrad.framework.controller.ShrPropertyAccessException the
class informs Spring binding process to consider SprHibRAD requirements about
warning the user in case of wrong format used, customizing the way Spring
suggests the user the correct way to do ShrDateFormatter . |
ShrResourceBundleMessageSource |