com.ibm.portal.spa
Interface Constants


public interface Constants

Public constants for static page aggregation

Since:
6.1.0

Field Summary
static java.lang.String KEY_CSS_CLASSES
          MetaData key for the CSS classes of the portlet window or the portlet container
static java.lang.String KEY_CSS_STYLES
          MetaData key for the CSS styles of the portlet window or the portlet container
static java.lang.String KEY_LAYOUTNODE_LOCALNAME
          MetaData key for local name of the portlet window or the portlet container
 

Field Detail

KEY_LAYOUTNODE_LOCALNAME

static final java.lang.String KEY_LAYOUTNODE_LOCALNAME
MetaData key for local name of the portlet window or the portlet container

See Also:
Constant Field Values

KEY_CSS_STYLES

static final java.lang.String KEY_CSS_STYLES
MetaData key for the CSS styles of the portlet window or the portlet container

Since:
7.0
See Also:
Constant Field Values

KEY_CSS_CLASSES

static final java.lang.String KEY_CSS_CLASSES
MetaData key for the CSS classes of the portlet window or the portlet container

Since:
7.0
See Also:
Constant Field Values