org.jboss.portal.theme
Class ThemeConstants

java.lang.Object
  extended by org.jboss.portal.theme.ThemeConstants

public final class ThemeConstants
extends java.lang.Object

Constant definitions for themes and layouts.

Version:
$LastChangedRevision: 8784 $, $LastChangedDate: 2007-10-28 01:01:46 +0200 (Sun, 28 Oct 2007) $
Author:
Field Summary
static java.lang.String PORTAL_PROP_DECORATION_RENDERER
          Key name to access the selected decoration renderer for the portal, page, or window (via the portal or page properties)
static java.lang.String PORTAL_PROP_LAYOUT
          Key name to access the selected layout for the portal or page (via the portal or page properties)
static java.lang.String PORTAL_PROP_ORDER
           
static java.lang.String PORTAL_PROP_PORTLET_RENDERER
          Key name to access the selected portlet renderer for the portal, page, or window (via the portal or page properties)
static java.lang.String PORTAL_PROP_REGION
           
static java.lang.String PORTAL_PROP_RENDERSET
          Key name to access the selected render set for the portal or page (via the portal or page properties)
static java.lang.String PORTAL_PROP_THEME
          Key name to access the selected theme for the portal or page (via the portal or page properties)
static java.lang.String PORTAL_PROP_WINDOW_RENDERER
          Key name to access the selected window renderer for the portal, page, or window (via the portal or page properties)
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTAL_PROP_LAYOUT

public static final java.lang.String PORTAL_PROP_LAYOUT
Key name to access the selected layout for the portal or page (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_THEME

public static final java.lang.String PORTAL_PROP_THEME
Key name to access the selected theme for the portal or page (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_RENDERSET

public static final java.lang.String PORTAL_PROP_RENDERSET
Key name to access the selected render set for the portal or page (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_WINDOW_RENDERER

public static final java.lang.String PORTAL_PROP_WINDOW_RENDERER
Key name to access the selected window renderer for the portal, page, or window (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_DECORATION_RENDERER

public static final java.lang.String PORTAL_PROP_DECORATION_RENDERER
Key name to access the selected decoration renderer for the portal, page, or window (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_PORTLET_RENDERER

public static final java.lang.String PORTAL_PROP_PORTLET_RENDERER
Key name to access the selected portlet renderer for the portal, page, or window (via the portal or page properties)

See Also:
Constant Field Values

PORTAL_PROP_ORDER

public static final java.lang.String PORTAL_PROP_ORDER
See Also:
Constant Field Values

PORTAL_PROP_REGION

public static final java.lang.String PORTAL_PROP_REGION
See Also:
Constant Field Values