站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ThemeConstants - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.theme
Class ThemeConstants

java.lang.Object
  extended byorg.jboss.portal.theme.ThemeConstants

public final class ThemeConstants
extends java.lang.Object

Constant definitions for themes and layouts.

Version:
$LastChangedRevision: 5448 $, $LastChangedDate: 2006-10-13 15:29:17 -0400 (Fri, 13 Oct 2006) $
Author:
Field Summary
static java.lang.String ATTR_THEME
          Request attribute to propagate the current portal theme in the request
static java.lang.String ATTR_THEMERESULT
          Request attribute to propagate the rendered markup of the theme
static java.lang.String ATTR_THEMESERVER
          Request attribute to propagate the theme service
static java.lang.String PORTAL_AJAX_JAVASCRIPT_BASE
           
static java.lang.String PORTAL_AJAX_OBJECT_DISABLED
           
static java.lang.String PORTAL_AJAX_REMOTE_URL
           
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_STRATEGY
          Key name to access the selected layout strategy 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)
 
Constructor Summary
private ThemeConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_THEME

public static final java.lang.String ATTR_THEME
Request attribute to propagate the current portal theme in the request

See Also:
Constant Field Values

ATTR_THEMESERVER

public static final java.lang.String ATTR_THEMESERVER
Request attribute to propagate the theme service

See Also:
Constant Field Values

ATTR_THEMERESULT

public static final java.lang.String ATTR_THEMERESULT
Request attribute to propagate the rendered markup of the theme

See Also:
Constant Field Values

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_STRATEGY

public static final java.lang.String PORTAL_PROP_STRATEGY
Key name to access the selected layout strategy 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

PORTAL_AJAX_JAVASCRIPT_BASE

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

PORTAL_AJAX_REMOTE_URL

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

PORTAL_AJAX_OBJECT_DISABLED

public static final java.lang.String PORTAL_AJAX_OBJECT_DISABLED
See Also:
Constant Field Values
Constructor Detail

ThemeConstants

private ThemeConstants()