| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletConfig
The PortletConfig interface provides the portlet with its configuration. The configuration holds information about the portlet that is valid for all users, and is maintained by the developer. The portlet can therefore only read the configuration.
Method Summary | |
---|---|
PortletContext | getContext()
Deprecated. Returns the portlet context. |
java.lang.String | getName()
Deprecated. since 5.1, use PortletSettings.getName() instead to retrieve the name of the concrete portlet. |
boolean | supports(Portlet.Mode mode,
Client client)
Deprecated. Returns whether the portlet supports the given mode for the given client. |
boolean | supports(PortletWindow.State state)
Deprecated. Returns whether the portlet window supports the given state |
Method Detail |
---|
java.lang.String getName()
boolean supports(PortletWindow.State state)
boolean supports(Portlet.Mode mode, Client client)
PortletContext getContext()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |