Uses of Interface
org.spincast.core.dictionary.Dictionary
Packages that use Dictionary
Package
Description
-
Uses of Dictionary in org.spincast.core.config
Methods in org.spincast.core.config that return DictionaryConstructors in org.spincast.core.config with parameters of type DictionaryModifierConstructorDescriptionSpincastInitValidator
(SpincastConfig spincastConfig, Dictionary dictionary, SpincastCoreDictionaryEntries spincastCoreDictionaryEntries, Set<DictionaryEntries> dictionaryEntries) Constructor -
Uses of Dictionary in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return DictionaryConstructors in org.spincast.core.controllers with parameters of type DictionaryModifierConstructorDescriptionSpincastFrontController
(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
Methods in org.spincast.core.request that return DictionaryConstructors in org.spincast.core.request with parameters of type DictionaryModifierConstructorDescriptionFormDefault
(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
Constructors in org.spincast.core.validation with parameters of type DictionaryModifierConstructorDescriptionValidationSetSimple
(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
Classes in org.spincast.plugins.dictionary that implement DictionaryMethods in org.spincast.plugins.dictionary that return types with arguments of type DictionaryModifier and TypeMethodDescriptionprotected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getDefaultDictionaryImplClass()
protected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getDictionaryImplClass()
protected Class<? extends Dictionary>
SpincastDictionaryPluginModule.getSpecificDictionaryImplClass()
Method parameters in org.spincast.plugins.dictionary with type arguments of type DictionaryModifier and TypeMethodDescriptionprotected com.google.inject.Module
SpincastDictionaryPlugin.getPluginModule
(Class<? extends Dictionary> dictionaryImplClass) Constructor parameters in org.spincast.plugins.dictionary with type arguments of type DictionaryModifierConstructorDescriptionSpincastDictionaryPluginModule
(Class<? extends Dictionary> dictionaryImplClass) -
Uses of Dictionary in org.spincast.plugins.formsprotection.csrf
Methods in org.spincast.plugins.formsprotection.csrf that return DictionaryModifier and TypeMethodDescriptionprotected Dictionary
SpincastFormsCsrfProtectionFilterDefault.getDictionary()
Constructors in org.spincast.plugins.formsprotection.csrf with parameters of type DictionaryModifierConstructorDescriptionSpincastFormsCsrfProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastCryptoUtils spincastCryptoUtils, SpincastSessionManager spincastSessionManager, SpincastConfig spincastConfig, Dictionary dictionary) -
Uses of Dictionary in org.spincast.plugins.formsprotection.doublesubmit
Methods in org.spincast.plugins.formsprotection.doublesubmit that return DictionaryModifier and TypeMethodDescriptionprotected Dictionary
SpincastFormsDoubleSubmitProtectionFilterDefault.getDictionary()
Constructors in org.spincast.plugins.formsprotection.doublesubmit with parameters of type DictionaryModifierConstructorDescriptionSpincastFormsDoubleSubmitProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, FlashMessageFactory flashMessageFactory, Dictionary dictionary, SpincastCryptoUtils cryptoUtils, SpincastFormsDoubleSubmitProtectionRepository spincastFormsDoubleSubmitProtectionRepository) -
Uses of Dictionary in org.spincast.plugins.pebble
Methods in org.spincast.plugins.pebble that return DictionaryModifier and TypeMethodDescriptionprotected Dictionary
SpincastMainPebbleExtensionDefault.getDictionary()
Constructors in org.spincast.plugins.pebble with parameters of type DictionaryModifierConstructorDescriptionSpincastMainPebbleExtensionDefault
(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
Methods in org.spincast.plugins.request that return DictionaryModifier and TypeMethodDescriptionprotected Dictionary
SpincastRequestRequestContextAddon.getDictionary()
Constructors in org.spincast.plugins.request with parameters of type DictionaryModifierConstructorDescriptionSpincastRequestRequestContextAddon
(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
Methods in org.spincast.plugins.routing that return DictionaryModifier and TypeMethodDescriptionprotected Dictionary
SpincastRouter.getDictionary()
SpincastRouterDeps.getDictionary()
Constructors in org.spincast.plugins.routing with parameters of type DictionaryModifierConstructorDescriptionSpincastRouterDeps
(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