Uses of Interface
org.spincast.core.dictionary.Dictionary
Package
Description
-
Uses of Dictionary in org.spincast.core.config
ModifierConstructorDescriptionSpincastInitValidator
(SpincastConfig spincastConfig, Dictionary dictionary, SpincastCoreDictionaryEntries spincastCoreDictionaryEntries, Set<DictionaryEntries> dictionaryEntries) Constructor -
Uses of Dictionary in org.spincast.core.controllers
ModifierConstructorDescriptionSpincastFrontController
(Router<R, W> router, SpincastConfig spincastConfig, Dictionary dictionary, Server server, RequestContextFactory<R> requestCreationFactory, SpincastRequestScope spincastRequestScope, Type requestContextType, JsonManager jsonManager, XmlManager xmlManager) The constructor. -
Uses of Dictionary in org.spincast.core.request
ModifierConstructorDescriptionFormDefault
(String formName, JsonObject initialFormData, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter, Dictionary dictionary, XmlManager xmlManager, SpincastConfig spincastConfig, Validators validators, FormFactory formFactory, ValidationFactory validationFactory) -
Uses of Dictionary in org.spincast.core.validation
ModifierConstructorDescriptionValidationSetSimple
(JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter, Dictionary dictionary, XmlManager xmlManager, SpincastConfig spincastConfig, Validators validators, FormFactory formFactory, ValidationFactory validationFactory) -
Uses of Dictionary in org.spincast.plugins.dictionary
Modifier and TypeMethodDescriptionprotected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getDefaultDictionaryImplClass()
protected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getDictionaryImplClass()
protected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getSpecificDictionaryImplClass()
Modifier and TypeMethodDescriptionprotected com.google.inject.Module
SpincastDictionaryPlugin.getPluginModule
(Class<? extends Dictionary> dictionaryImplClass) ModifierConstructorDescriptionSpincastDictionaryPluginModule
(Class<? extends Dictionary> dictionaryImplClass) -
Uses of Dictionary in org.spincast.plugins.formsprotection.csrf
Modifier and TypeMethodDescriptionprotected Dictionary
SpincastFormsCsrfProtectionFilterDefault.getDictionary()
ModifierConstructorDescriptionSpincastFormsCsrfProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastCryptoUtils spincastCryptoUtils, SpincastSessionManager spincastSessionManager, SpincastConfig spincastConfig, Dictionary dictionary) -
Uses of Dictionary in org.spincast.plugins.formsprotection.doublesubmit
Modifier and TypeMethodDescriptionprotected Dictionary
SpincastFormsDoubleSubmitProtectionFilterDefault.getDictionary()
ModifierConstructorDescriptionSpincastFormsDoubleSubmitProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, FlashMessageFactory flashMessageFactory, Dictionary dictionary, SpincastCryptoUtils cryptoUtils, SpincastFormsDoubleSubmitProtectionRepository spincastFormsDoubleSubmitProtectionRepository) -
Uses of Dictionary in org.spincast.plugins.pebble
Modifier and TypeMethodDescriptionprotected Dictionary
SpincastMainPebbleExtensionDefault.getDictionary()
ModifierConstructorDescriptionSpincastMainPebbleExtensionDefault
(com.google.inject.Provider<TemplatingEngine> templatingEngineProvider, SpincastPebbleTemplatingEngineConfig spincastPebbleTemplatingEngineConfig, ObjectConverter objectConverter, SpincastUtils spincastUtils, Dictionary dictionary, com.google.inject.Provider<RequestContext<?>> requestContextProvider, SpincastConfig spincastConfig) Constructor -
Uses of Dictionary in org.spincast.plugins.request
Modifier and TypeMethodDescriptionprotected Dictionary
SpincastRequestRequestContextAddon.getDictionary()
ModifierConstructorDescriptionSpincastRequestRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastUtils spincastUtils, SpincastConfig spincastConfig, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FormFactory formFactory, Dictionary dictionary) -
Uses of Dictionary in org.spincast.plugins.routing
Modifier and TypeMethodDescriptionprotected Dictionary
SpincastRouter.getDictionary()
SpincastRouterDeps.getDictionary()
ModifierConstructorDescriptionSpincastRouterDeps
(SpincastRouterConfig spincastRouterConfig, RouteFactory<R> routeFactory, SpincastConfig spincastConfig, Dictionary dictionary, Server server, SpincastFilters<R> spincastFilters, RouteBuilderFactory<R, W> routeBuilderFactory, RedirectRuleBuilderFactory<R, W> redirectRuleBuilderFactory, StaticResourceBuilderFactory<R, W> staticResourceBuilderFactory, RouteHandlerMatchFactory<R> routeHandlerMatchFactory, StaticResourceFactory<R> staticResourceFactory, WebsocketRouteBuilderFactory<R, W> websocketRouteBuilderFactory, WebsocketRouteHandlerFactory<R, W> websocketRouteHandlerFactory, SpincastRoutingUtils spincastRoutingUtils, LocaleResolver localeResolver) Constructor