|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletActionProvider
Handle operations that the portlet may perform in an action method. This service is request based.
Method Summary | |
---|---|
void |
changePortletMode(javax.portlet.PortletMode mode)
Changes the portlet mode to be displayed next. |
void |
changePortletWindowState(javax.portlet.WindowState state)
Changes the portlet window state to be displayed next. |
Method Detail |
---|
void changePortletMode(javax.portlet.PortletMode mode)
mode
- the portlet mode defining in which mode the portlet should be shown next.void changePortletWindowState(javax.portlet.WindowState state)
state
- the portlet window state in which the portlet should be shown next.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |