Take a survey

Component XML Reference > Component XML Elements > Component element > bootstrap-class

bootstrap-class
The name of a class file within the component’s class path that implements the Bootstrap interface. By using the bootstrap-class element, you can control installation and uninstallation behavior. That is, you can determine which actions occur when the component is installed and uninstalled. The implementation of the Bootstrap interface is optional, as is this element.
<bootstrap-class>
	"xs:string"
</bootstrap-class>
Located in the component element.
Example
<bootstrap-class>com.adobe.livecycle.sample.bank.BootstrapImpl</bootstrap-class>
Note: For information, see Defining the service’s Bootstrap implementation.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/componentXMLREF.152.6.html