Interface PortletRegistryConstants
-
public interface PortletRegistryConstants
PortletRegistryConstants defines constants that are used in the Portlet Registry.
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERSION
static String
VISIBLE_FALSE
static String
VISIBLE_TRUE
static String
WIDTH_THICK
static String
WIDTH_THIN
-
-
-
Field Detail
-
VERSION
static final String VERSION
- See Also:
- Constant Field Values
-
WIDTH_THICK
static final String WIDTH_THICK
- See Also:
- Constant Field Values
-
WIDTH_THIN
static final String WIDTH_THIN
- See Also:
- Constant Field Values
-
VISIBLE_TRUE
static final String VISIBLE_TRUE
- See Also:
- Constant Field Values
-
VISIBLE_FALSE
static final String VISIBLE_FALSE
- See Also:
- Constant Field Values
-
-