|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The PortletDefinitionCtrl interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
| Method Summary | |
void |
setClassName(java.lang.String className)
Sets the new class name |
void |
setDescriptions(DescriptionSet descriptions)
Sets the descriptions |
void |
setDisplayNames(DisplayNameSet displayNames)
Sets the display names |
void |
setId(java.lang.String id)
Binds an identifier to this portlet |
void |
setName(java.lang.String name)
Binds an administrative name |
void |
setPortletClassLoader(java.lang.ClassLoader loader)
Sets the class loader of the portlet |
void |
store()
Stores the object persistently |
| Method Detail |
public void setId(java.lang.String id)
id - the new identifierpublic void setClassName(java.lang.String className)
className - the new class namepublic void setName(java.lang.String name)
name - the new administrative namepublic void setDescriptions(DescriptionSet descriptions)
descriptions - the new descriptionpublic void setDisplayNames(DisplayNameSet displayNames)
displayNames - the new display namespublic void setPortletClassLoader(java.lang.ClassLoader loader)
loader -
public void store()
throws java.io.IOException
java.io.IOException - in case of trouble fulfilling the request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||