org.apache.pluto.om.portlet
Interface PortletDefinitionCtrl

All Superinterfaces:
Controller

public interface PortletDefinitionCtrl
extends Controller

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

setId

void setId(java.lang.String id)
Binds an identifier to this portlet

Parameters:
id - the new identifier

setClassName

void setClassName(java.lang.String className)
Sets the new class name

Parameters:
className - the new class name

setName

void setName(java.lang.String name)
Binds an administrative name

Parameters:
name - the new administrative name

setDescriptions

void setDescriptions(DescriptionSet descriptions)
Sets the descriptions

Parameters:
descriptions - the new description

setDisplayNames

void setDisplayNames(DisplayNameSet displayNames)
Sets the display names

Parameters:
displayNames - the new display names

setPortletClassLoader

void setPortletClassLoader(java.lang.ClassLoader loader)
Sets the class loader of the portlet

Parameters:
loader -

store

void store()
           throws java.io.IOException
Stores the object persistently

Throws:
java.io.IOException - in case of trouble fulfilling the request


Copyright © 2003-2010 . All Rights Reserved.