Package org.exoplatform.container.xml
Class ComponentPlugin
java.lang.Object
org.exoplatform.container.xml.ComponentPlugin
- All Implemented Interfaces:
Comparable<ComponentPlugin>
- Since:
- Apr 18, 2005
- Version:
- $Id: ComponentPlugin.java 5799 2006-05-28 17:55:42Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()intgetType()voidpreGet(org.jibx.runtime.IMarshallingContext ictx) voidsetDescription(String desc) voidsetInitParams(InitParams ips) voidvoidsetPriority(int priority) voidvoid
-
Constructor Details
-
ComponentPlugin
public ComponentPlugin()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getSetMethod
-
setSetMethod
-
getDescription
-
setDescription
-
getInitParams
-
setInitParams
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
compareTo
- Specified by:
compareToin interfaceComparable<ComponentPlugin>
-
preGet
public void preGet(org.jibx.runtime.IMarshallingContext ictx)
-