|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortalMode
Interface that represents the attributes of the portal modes.
Field Summary | |
---|---|
static int |
MODE_ADMINISTRATION
Represents the administration mode, the only mode in administrator perspective. |
static int |
MODE_IN_CONTEXT_EDIT
Represents the in-context edit mode, one of the modes in publisher perspective. |
static int |
MODE_PERSONALIZATION
Represents the personalization mode, one of the modes in publisher perspective. |
static int |
MODE_VIEW
Represents the view mode, the only mode in user perspective. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description of the current PortalMode. |
int |
getId()
Returns the id of the current PortalMode. |
String |
getName()
Returns the name of the current PortalMode. |
Perspective |
getPerspective()
Returns the current perspective. |
Field Detail |
---|
static final int MODE_VIEW
static final int MODE_ADMINISTRATION
static final int MODE_PERSONALIZATION
static final int MODE_IN_CONTEXT_EDIT
Method Detail |
---|
String getDescription()
int getId()
String getName()
Perspective getPerspective()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |