Uses of Class
org.exoplatform.container.xml.InitParams
-
Packages that use InitParams Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.context This package contains all the classes that are related to the Scope Managementorg.exoplatform.container.definition org.exoplatform.container.monitor.jvm org.exoplatform.container.spi This package defines most important classes and interfaces, that should be used in case you would like to implement a newContainer.org.exoplatform.container.xml org.exoplatform.services.log -
-
Uses of InitParams in org.exoplatform.container
Methods in org.exoplatform.container that return InitParams Modifier and Type Method Description InitParamsBaseContainerLifecyclePlugin. getInitParams()InitParamsContainerLifecyclePlugin. getInitParams()Methods in org.exoplatform.container with parameters of type InitParams Modifier and Type Method Description <T> TAbstractContainer. createComponent(Class<T> clazz, InitParams params)Creates a component corresponding to the givenClasswith the givenInitParams<T> TConcurrentContainer. createComponent(Class<T> clazz, InitParams params)Creates a component corresponding to the givenClasswith the givenInitParamsvoidBaseContainerLifecyclePlugin. setInitParams(InitParams params)voidContainerLifecyclePlugin. setInitParams(InitParams params)Constructors in org.exoplatform.container with parameters of type InitParams Constructor Description ExtendedPropertyConfigurator(InitParams params, ConfigurationManager confManager)Constructor used by ExoContainer.PropertyConfigurator(InitParams params, ConfigurationManager confManager) -
Uses of InitParams in org.exoplatform.container.context
Constructors in org.exoplatform.container.context with parameters of type InitParams Constructor Description ContextPlugin(InitParams params) -
Uses of InitParams in org.exoplatform.container.definition
Constructors in org.exoplatform.container.definition with parameters of type InitParams Constructor Description PortalContainerConfig(InitParams params, ConfigurationManager cm)PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo)PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo, PropertyConfigurator pc)We add thePropertyConfiguratorin the constructor, in order to make sure that it is created before since it could define some JVM parameters that could be used internally by thePortalContainerConfigPortalContainerConfig(InitParams params, ConfigurationManager cm, PropertyConfigurator pc)PortalContainerDefinitionChangePlugin(InitParams params)PortalContainerDefinitionDisablePlugin(InitParams params)PortalContainerDefinitionPlugin(InitParams params) -
Uses of InitParams in org.exoplatform.container.monitor.jvm
Constructors in org.exoplatform.container.monitor.jvm with parameters of type InitParams Constructor Description JVMRuntimeInfoImpl(InitParams params) -
Uses of InitParams in org.exoplatform.container.spi
Methods in org.exoplatform.container.spi with parameters of type InitParams Modifier and Type Method Description <T> TContainer. createComponent(Class<T> clazz, InitParams params)Creates a component corresponding to the givenClasswith the givenInitParams -
Uses of InitParams in org.exoplatform.container.xml
Methods in org.exoplatform.container.xml that return InitParams Modifier and Type Method Description InitParamsComponent. getInitParams()InitParamsComponentLifecyclePlugin. getInitParams()InitParamsComponentPlugin. getInitParams()InitParamsContainerLifecyclePlugin. getInitParams()InitParamsLifecyclePlugin. getInitParams()Methods in org.exoplatform.container.xml with parameters of type InitParams Modifier and Type Method Description voidComponent. setInitParams(InitParams ips)voidComponentLifecyclePlugin. setInitParams(InitParams initParams)voidComponentPlugin. setInitParams(InitParams ips)voidContainerLifecyclePlugin. setInitParams(InitParams initParams)voidLifecyclePlugin. setInitParams(InitParams ips) -
Uses of InitParams in org.exoplatform.services.log
Constructors in org.exoplatform.services.log with parameters of type InitParams Constructor Description LogConfigurationInitializer(InitParams params)Constructor for in-container using
-