Interface DesktopConstants
-
public interface DesktopConstants
DesktopConstants defines constants that are used in the DesktopServlet.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AVAILABLE_PORTLET_WINDOWS
static String
PORTLET_CONTENT
static String
PORTLET_TITLE
static String
PORTLET_WINDOWS
-
-
-
Field Detail
-
PORTLET_CONTENT
static final String PORTLET_CONTENT
- See Also:
- Constant Field Values
-
PORTLET_TITLE
static final String PORTLET_TITLE
- See Also:
- Constant Field Values
-
PORTLET_WINDOWS
static final String PORTLET_WINDOWS
- See Also:
- Constant Field Values
-
AVAILABLE_PORTLET_WINDOWS
static final String AVAILABLE_PORTLET_WINDOWS
- See Also:
- Constant Field Values
-
-