Uses of Interface
io.vertigo.core.param.ParamManager
-
Packages that use ParamManager Package Description io.vertigo.core.impl.param io.vertigo.core.node.component.loader io.vertigo.core.plugins.analytics.log -
-
Uses of ParamManager in io.vertigo.core.impl.param
Classes in io.vertigo.core.impl.param that implement ParamManager Modifier and Type Class Description class
ParamManagerImpl
This class implements the default paramManager. -
Uses of ParamManager in io.vertigo.core.node.component.loader
Method parameters in io.vertigo.core.node.component.loader with type arguments of type ParamManager Modifier and Type Method Description static <T> T
ComponentSpaceLoader. createInstance(Class<T> clazz, Container container, Optional<ParamManager> paramManagerOpt, Map<String,String> params)
Creates a component that use the injector but adds params support.static void
ComponentSpaceLoader. injectMembers(Object instance, Container container, Optional<ParamManager> paramManagerOpt, Map<String,String> params)
-
Uses of ParamManager in io.vertigo.core.plugins.analytics.log
Constructors in io.vertigo.core.plugins.analytics.log with parameters of type ParamManager Constructor Description SocketLoggerJsonAnalyticsConnectorPlugin(ParamManager paramManager, Optional<String> appNameOpt, Optional<String> hostNameOpt, Optional<Integer> portOpt, Optional<String> trustStoreUrlOpt, Optional<String> trustStorePasswordOpt)
Constructor.
-