| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.component.ComponentDefinition
This class holds the information for a component as defined in the components.xml file.
| Constructor Summary | |
| ComponentDefinition() | |
| Method Summary | |
|  String | getComponentClass()Getter for property componentClass. | 
|  String | getComponentName()Getter for property componentName. | 
|  String | getComponentType()Getter for property componentType. | 
|  String[] | getMandatoryFunctions()Getter for property mandatoryFunctions. | 
|  String[] | getOptionalFunctions()Getter for property optionalFunctions. | 
|  void | setComponentClass(String componentClass)Setter for property componentClass. | 
|  void | setComponentName(String componentName)Setter for property componentName. | 
|  void | setComponentType(String componentType)Setter for property componentType. | 
|  void | setMandatoryFunctions(String[] mandatoryFunctions)Setter for property mandatoryFunctions. | 
|  void | setOptionalFunctions(String[] optionalFunctions)Setter for property optionalFunctions. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ComponentDefinition()
| Method Detail | 
public String getComponentType()
public void setComponentType(String componentType)
componentType - New value of property componentType.public String getComponentName()
public void setComponentName(String componentName)
componentName - New value of property componentName.public String getComponentClass()
public void setComponentClass(String componentClass)
componentClass - New value of property componentClass.public String[] getMandatoryFunctions()
public void setMandatoryFunctions(String[] mandatoryFunctions)
mandatoryFunctions - New value of property mandatoryFunctions.public String[] getOptionalFunctions()
public void setOptionalFunctions(String[] optionalFunctions)
optionalFunctions - New value of property optionalFunctions.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||