Classes that are responsible for deploying elements have to extend this
abstract class.
After
ElementSupport.setDeploymentClass registering the
ElementDeployer class with ElementSupport , an
instance of this class will be created when the element is deployed within
a site. The instance's
ElementDeployer.deploy() method will be called.
Element deployers are handy if you need to setup element-specific
resources for all instances of the element's implementation.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: ElementSupport.setDeploymentClass since: 1.0 |