| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletSettings
The PortletSettings interface provides the portlet with its dynamic configuration. The configuration holds information about the portlet that is valid per concrete portlet for all users, and is maintained by the administrator. The portlet can therefore only read the dynamic configuration. Only when the portlet is in CONFIGURE mode, it has write access to the dynamic configuration data
Method Summary | |
---|---|
PortletApplicationSettings | getApplicationSettings()
Deprecated. Returns the portlet application settings |
java.lang.String | 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. |
java.util.Locale | getDefaultLocale()
Deprecated. Returns the portlet's default locale. |
java.lang.String | getName()
Deprecated. Returns the name of the concrete portlet. |
java.lang.String | getTitle(java.util.Locale locale,
Client client)
Deprecated. Returns the title of this window. |
void | removeAttribute(java.lang.String name)
Deprecated. Removes the attribute with the given name. |
void | setAttribute(java.lang.String name,
java.lang.String value)
Deprecated. Sets the attribute with the given name and value. |
void | store()
Deprecated. Stores all attributes. |
Method Detail |
---|
java.lang.String getName()
java.util.Locale getDefaultLocale()
java.lang.String getTitle(java.util.Locale locale, Client client)
void setAttribute(java.lang.String name, java.lang.String value) throws AccessDeniedException
java.lang.String getAttribute(java.lang.String name)
java.util.Enumeration getAttributeNames()
void removeAttribute(java.lang.String name) throws AccessDeniedException
void store() throws AccessDeniedException, java.io.IOException
PortletApplicationSettings getApplicationSettings()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |