public interface JetspeedDesktopContext
Modifier and Type | Field and Description |
---|---|
static String |
DESKTOP_COMPONENT_MANAGER_ATTRIBUTE |
static String |
DESKTOP_CONTEXT_ATTRIBUTE |
static String |
DESKTOP_REQUEST_CONTEXT_ATTRIBUTE |
static String |
LAYOUT_DESKTOP_TEMPLATE_EXTENSION_PROP |
static String |
LAYOUT_PORTALUSER_TEMPLATE_ID_PROP |
static String |
LAYOUT_PRINT_TEMPLATE_ID_PROP |
static String |
LAYOUT_TEMPLATE_EXTENSION_PROP |
static String |
LAYOUT_TEMPLATE_ID_DEFAULT |
static String |
LAYOUT_TEMPLATE_ID_PROP |
Modifier and Type | Method and Description |
---|---|
HeaderResource |
getHeaderResource() |
String |
getLayoutBasePath()
Returns the base path for the layout decoration.
|
String |
getLayoutBasePath(String relativePath)
Returns the base path for the layout decoration
with the relativePath argument added.
|
String |
getLayoutBaseUrl()
Returns the base url for the layout decoration.
|
String |
getLayoutBaseUrl(String relativePath)
Returns the base url for the layout decoration
with the relativePath argument added.
|
String |
getLayoutDecorationName()
Gets the layout decoration name
|
ResourceBundle |
getLayoutResourceBundle(Locale locale) |
String |
getLayoutTemplatePath()
Get the path to the layout decoration desktop template file.
|
String |
getLayoutTemplatePath(String layoutTemplateIdPropertyName)
Get the path to the layout decoration desktop template file.
|
String |
getPortalBaseUrl()
Portal base url ( e.g.
|
String |
getPortalBaseUrl(boolean encode)
Portal base url ( e.g.
|
String |
getPortalResourceUrl(String relativePath)
Portal base url with relativePath argument appended ( e.g.
|
String |
getPortalResourceUrl(String relativePath,
boolean encode)
Portal base url with relativePath argument appended ( e.g.
|
String |
getPortalUrl()
Portal base servlet url ( e.g.
|
String |
getPortalUrl(boolean encode)
Portal base servlet url ( e.g.
|
String |
getPortalUrl(String relativePath)
Portal base servlet url with relativePath argument appended ( e.g.
|
String |
getPortalUrl(String relativePath,
boolean encode)
Portal base servlet url with relativePath argument appended ( e.g.
|
static final String DESKTOP_CONTEXT_ATTRIBUTE
static final String DESKTOP_REQUEST_CONTEXT_ATTRIBUTE
static final String DESKTOP_COMPONENT_MANAGER_ATTRIBUTE
static final String LAYOUT_TEMPLATE_EXTENSION_PROP
static final String LAYOUT_DESKTOP_TEMPLATE_EXTENSION_PROP
static final String LAYOUT_TEMPLATE_ID_PROP
static final String LAYOUT_PRINT_TEMPLATE_ID_PROP
static final String LAYOUT_PORTALUSER_TEMPLATE_ID_PROP
static final String LAYOUT_TEMPLATE_ID_DEFAULT
String getPortalBaseUrl()
String getPortalBaseUrl(boolean encode)
String getPortalResourceUrl(String relativePath)
String getPortalResourceUrl(String relativePath, boolean encode)
String getPortalUrl()
String getPortalUrl(boolean encode)
String getPortalUrl(String relativePath)
String getPortalUrl(String relativePath, boolean encode)
String getLayoutDecorationName()
String getLayoutTemplatePath()
Get the path to the layout decoration desktop template file.
String getLayoutTemplatePath(String layoutTemplateIdPropertyName)
Get the path to the layout decoration desktop template file. The property name parameter is provided to allow for an alternate property value to be used as the filename (without extension) of the desktop template file.
String getLayoutBasePath()
Returns the base path for the layout decoration.
String getLayoutBasePath(String relativePath)
Returns the base path for the layout decoration with the relativePath argument added.
relativePath
- String getLayoutBaseUrl()
Returns the base url for the layout decoration.
String getLayoutBaseUrl(String relativePath)
Returns the base url for the layout decoration with the relativePath argument added.
relativePath
- ResourceBundle getLayoutResourceBundle(Locale locale)
HeaderResource getHeaderResource()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.