Uses of Interface
com.aquima.web.ui.IRuntimeKeyMapper
Packages that use IRuntimeKeyMapper
Package
Description
-
Uses of IRuntimeKeyMapper in com.aquima.web.api.model.page
Constructors in com.aquima.web.api.model.page with parameters of type IRuntimeKeyMapperModifierConstructorDescriptionModelFactory
(IApiRendererFactory rendererFactory, IRuntimeKeyMapper runtimeKeyMapper) -
Uses of IRuntimeKeyMapper in com.aquima.web.api.service
Constructors in com.aquima.web.api.service with parameters of type IRuntimeKeyMapperModifierConstructorDescriptionSessionService
(ModelFactory modelFactory, IRuntimeKeyMapper runtimeKeyMapper) Default constructor -
Uses of IRuntimeKeyMapper in com.aquima.web.components.fileupload.controller.v2
Constructors in com.aquima.web.components.fileupload.controller.v2 with parameters of type IRuntimeKeyMapperModifierConstructorDescriptionFileUploadController
(SessionService sessionService, FileUploadService uploadService, SessionListener sessionListener, IRuntimeKeyMapper runtimeKeyMapper) -
Uses of IRuntimeKeyMapper in com.aquima.web.config
Methods in com.aquima.web.config that return IRuntimeKeyMapperModifier and TypeMethodDescriptionAquimaConfig.runtimeKeyMapper
(RuntimeKeysProperties runtimeKeysProperties) -
Uses of IRuntimeKeyMapper in com.aquima.web.ui
Classes in com.aquima.web.ui that implement IRuntimeKeyMapperModifier and TypeClassDescriptionclass
Runtime key mapper that uses the default string representation of the keyclass
Default implementation of a runtime key mapper that converts the runtime keys to (element_name)(delimiter)(element_index).