|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletDefinitionCtrl
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 |
---|
void setId(java.lang.String id)
id
- the new identifiervoid setClassName(java.lang.String className)
className
- the new class namevoid setName(java.lang.String name)
name
- the new administrative namevoid setDescriptions(DescriptionSet descriptions)
descriptions
- the new descriptionvoid setDisplayNames(DisplayNameSet displayNames)
displayNames
- the new display namesvoid setPortletClassLoader(java.lang.ClassLoader loader)
loader
- 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 |