Uses of Class
org.exoplatform.container.xml.InitParams
Packages that use InitParams
Package
Description
This package provides container API.
This package contains all the classes that are related to the Scope Management
This package defines most important classes and interfaces, that should be used in case
you would like to implement a new
Container.-
Uses of InitParams in org.exoplatform.container
Methods in org.exoplatform.container that return InitParamsModifier and TypeMethodDescriptionBaseContainerLifecyclePlugin.getInitParams()ContainerLifecyclePlugin.getInitParams()Methods in org.exoplatform.container with parameters of type InitParamsModifier and TypeMethodDescription<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 InitParamsModifierConstructorDescriptionExtendedPropertyConfigurator(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 -
Uses of InitParams in org.exoplatform.container.definition
Constructors in org.exoplatform.container.definition with parameters of type InitParamsModifierConstructorDescriptionPortalContainerConfig(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) -
Uses of InitParams in org.exoplatform.container.monitor.jvm
Constructors in org.exoplatform.container.monitor.jvm with parameters of type InitParams -
Uses of InitParams in org.exoplatform.container.spi
Methods in org.exoplatform.container.spi with parameters of type InitParamsModifier and TypeMethodDescription<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 InitParamsModifier and TypeMethodDescriptionComponent.getInitParams()ComponentLifecyclePlugin.getInitParams()ComponentPlugin.getInitParams()ContainerLifecyclePlugin.getInitParams()LifecyclePlugin.getInitParams()Methods in org.exoplatform.container.xml with parameters of type InitParamsModifier and TypeMethodDescriptionvoidComponent.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 InitParamsModifierConstructorDescriptionConstructor for in-container using