Package org.exoplatform.container.xml
Class ComponentLifecyclePlugin
- java.lang.Object
-
- org.exoplatform.container.xml.ComponentLifecyclePlugin
-
public class ComponentLifecyclePlugin extends Object
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 8, 2005
-
-
Constructor Summary
Constructors Constructor Description ComponentLifecyclePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InitParamsgetInitParams()ManageableComponentsgetManageableComponents()StringgetType()voidpreGet(org.jibx.runtime.IMarshallingContext ictx)voidsetInitParams(InitParams initParams)voidsetManageableComponents(ManageableComponents mc)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getManageableComponents
public ManageableComponents getManageableComponents()
-
setManageableComponents
public void setManageableComponents(ManageableComponents mc)
-
getInitParams
public InitParams getInitParams()
-
setInitParams
public void setInitParams(InitParams initParams)
-
preGet
public void preGet(org.jibx.runtime.IMarshallingContext ictx)
-
-