| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletData
The PortletData contains information about the concrete portlet instance. Also, it is through the data that the portlet has access to the personalized data. The portlet can therefore only read the personalization data. Only when the portlet is in EDIT mode, it has write access to the personalization data.
Method Summary | |
---|---|
java.lang.Object | getAttribute(java.lang.String name)
Deprecated. Returns the value of the attribute with the given name, or null if no such attribute exists. |
java.util.Enumeration | getAttributeNames()
Deprecated. Returns an enumeration of all available attributes names. |
void | removeAllAttributes()
Deprecated. deprecated since version 1.1 |
void | removeAttribute(java.lang.String name)
Deprecated. Removes the attribute with the given name. |
void | setAttribute(java.lang.String name,
java.lang.Object value)
Deprecated. Sets the attribute with the given name and value. |
void | store()
Deprecated. Stores all attributes. |
Method Detail |
---|
void setAttribute(java.lang.String name, java.lang.Object value) throws AccessDeniedException
java.lang.Object getAttribute(java.lang.String name)
java.util.Enumeration getAttributeNames()
void removeAttribute(java.lang.String name) throws AccessDeniedException
void removeAllAttributes() throws AccessDeniedException
void store() throws AccessDeniedException, java.io.IOException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |