| Modifier and Type | Method and Description |
|---|---|
protected JCRSiteNode |
JahiaRemoteService.getSite()
Get site
|
| Modifier and Type | Method and Description |
|---|---|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
PortletHelper.createGoogleGadgetPortletInstance(String parentPath,
String name,
String script,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale,
String httpSessionID)
Create a google gadget node
|
org.jahia.ajax.gwt.client.data.toolbar.GWTJahiaToolbar |
UIConfigHelper.createGWTToolbar(JCRNodeWrapper contextNode,
JCRSiteNode site,
JahiaUser jahiaUser,
Locale locale,
Locale uiLocale,
javax.servlet.http.HttpServletRequest request,
Toolbar toolbar)
Create gwt toolbar
|
List<org.jahia.ajax.gwt.client.data.toolbar.GWTJahiaToolbar> |
UIConfigHelper.createGWTToolbarSet(JCRNodeWrapper contextNode,
JCRSiteNode site,
JahiaUser jahiaUser,
Locale locale,
Locale uiLocale,
javax.servlet.http.HttpServletRequest request,
List<Toolbar> toolbarSet)
create gwt toolabr set
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
PortletHelper.createPortletInstance(String parentPath,
String instanceName,
String appName,
String entryPointName,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> gwtJahiaNodeProperties,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale,
String httpSessionID)
Create a portlet instance
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
PortletHelper.createRSSPortletInstance(String parentPath,
String name,
String url,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale,
String httpSessionID)
Create an instance of an RSS portlet
|
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACE |
ACLHelper.createUsersGroupACE(List<String> permissions,
boolean grand,
JCRSiteNode site) |
List<ExtendedNodeType> |
ContentDefinitionHelper.getAvailableMixin(String type,
JCRSiteNode site) |
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
ContentDefinitionHelper.getContentTypesAsTree(List<String> nodeTypes,
List<String> excludedNodeTypes,
boolean includeSubTypes,
JCRSiteNode site,
Locale uiLocale,
JCRSessionWrapper session)
Returns a tree of node types and sub-types with name and label populated that are the
sub-types of the specified node types.
|
org.jahia.ajax.gwt.client.data.toolbar.GWTManagerConfiguration |
UIConfigHelper.getGWTManagerConfiguration(JCRNodeWrapper contextNode,
JCRSiteNode site,
JahiaUser jahiaUser,
Locale locale,
Locale uiLocale,
javax.servlet.http.HttpServletRequest request,
String name)
Get manage configuration
|
org.jahia.ajax.gwt.client.data.toolbar.GWTJahiaToolbar |
UIConfigHelper.getGWTToolbarSet(JCRNodeWrapper contextNode,
JCRSiteNode site,
JahiaUser jahiaUser,
Locale locale,
Locale uiLocale,
javax.servlet.http.HttpServletRequest request,
String toolbarGroup)
Get gwt toolbar for the current user
|
List<org.jahia.ajax.gwt.client.data.GWTJahiaLanguage> |
LanguageHelper.getLanguages(JCRSiteNode site,
Locale currentLocale)
Get available languages for the current site.
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
SearchHelper.getSavedSearch(JCRSiteNode site,
JCRSessionWrapper currentUserSession)
Get saved search
|
boolean |
TranslationHelper.isTranslationEnabled(JCRSiteNode site)
Calls
TranslationService to check if a site is enabled for online translations |
void |
PublicationHelper.publish(List<String> uuids,
JCRSessionWrapper session,
JCRSiteNode site,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<String> comments)
Publish a list of nodes into the live workspace.
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
NavigationHelper.retrieveRoot(List<String> paths,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
List<String> fields,
JCRSiteNode site,
Locale uiLocale,
JCRSessionWrapper currentUserSession,
boolean checkSubChild,
boolean displayHiddenTypes,
List<String> hiddenTypes,
String hiddenRegex) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
NavigationHelper.retrieveRoot(List<String> paths,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
List<String> fields,
List<String> selectedNodes,
List<String> openPaths,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
NavigationHelper.retrieveRoot(List<String> paths,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
List<String> fields,
List<String> selectedNodes,
List<String> openPaths,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale,
boolean checkSubChild,
boolean displayHiddenTypes,
List<String> hiddenTypes,
String hiddenRegex) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
SearchHelper.saveSearch(String searchString,
String name,
JCRSiteNode site,
JCRSessionWrapper currentUserSession,
Locale uiLocale)
Save search
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
SearchHelper.search(org.jahia.ajax.gwt.client.data.GWTJahiaSearchQuery search,
int limit,
int offset,
boolean showOnlyNodesWithTemplates,
JCRSiteNode site,
JCRSessionWrapper currentUserSession)
Search by Serach bean (used by the advanced search)
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
SearchHelper.search(String searchString,
int limit,
JCRSiteNode site,
JCRSessionWrapper currentUserSession)
Search for searchString in the name f the node
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
SearchHelper.search(String searchString,
int limit,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
JCRSiteNode site,
JCRSessionWrapper currentUserSession)
Search for searchString and filters in the name f the node
|
org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty |
TranslationHelper.translate(org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty property,
org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition definition,
String srcLanguage,
String destLanguage,
JCRSiteNode site,
Locale uiLocale)
Calls
TranslationService to translate values of a property. |
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> |
TranslationHelper.translate(List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition> definitions,
String srcLanguage,
String destLanguage,
JCRSiteNode site,
Locale uiLocale)
Calls
TranslationService to translate values of a list of properties. |
org.jahia.ajax.gwt.client.data.toolbar.monitor.GWTJahiaStateInfo |
UIConfigHelper.updateGWTJahiaStateInfo(JCRSiteNode site,
JahiaUser jahiaUser,
Locale uiLocale,
org.jahia.ajax.gwt.client.data.toolbar.monitor.GWTJahiaStateInfo gwtJahiaStateInfo)
Update GWT Jahia State Info
|
| Modifier and Type | Method and Description |
|---|---|
protected JCRSiteNode |
WelcomeServlet.resolveSite(javax.servlet.http.HttpServletRequest request,
String workspace,
String fallbackSitePath) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Logout.resolveLanguage(javax.servlet.http.HttpServletRequest request,
JCRSiteNode site) |
protected String |
WelcomeServlet.resolveLanguage(javax.servlet.http.HttpServletRequest request,
JCRSiteNode site,
JCRUserNode user,
boolean userRedirect) |
| Modifier and Type | Method and Description |
|---|---|
protected static JCRSiteNode |
ContentManagerAccessCheckFilter.getSite(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Field and Description |
|---|---|
protected JCRSiteNode |
JCRNodeWrapperImpl.site |
| Modifier and Type | Method and Description |
|---|---|
JCRSiteNode |
JCRNodeWrapperImpl.getResolveSite() |
JCRSiteNode |
JCRNodeWrapper.getResolveSite() |
| Modifier and Type | Method and Description |
|---|---|
static JCRNodeWrapper |
JCRContentUtils.findDisplayableNode(JCRNodeWrapper node,
RenderContext context,
JCRSiteNode contextSite) |
| Modifier and Type | Method and Description |
|---|---|
JCRSiteNode |
JCRNodeDecorator.getResolveSite() |
JCRSiteNode |
JCRFrozenNode.getResolveSite() |
JCRSiteNode |
JCRSiteNode.getResolveSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportExportService.exportSites(OutputStream outputStream,
Map<String,Object> params,
List<JCRSiteNode> sites)
Export complete sites
|
void |
ImportExportBaseService.exportSites(OutputStream outputStream,
Map<String,Object> params,
List<JCRSiteNode> sites) |
| Modifier and Type | Method and Description |
|---|---|
JCRSiteNode |
RenderContext.getSite() |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<View> |
RenderService.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
RenderService.hasView(ExtendedNodeType nt,
String key,
JCRSiteNode site,
String templateType,
RenderContext renderContext) |
void |
RenderContext.setSite(JCRSiteNode site) |
| Constructor and Description |
|---|
SiteInfo(JCRSiteNode siteNode) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<View> |
ScriptResolver.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
ScriptResolver.hasView(ExtendedNodeType nt,
String viewName,
JCRSiteNode site,
String templateType) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<View> |
BundleScriptResolver.getViewsSet(ExtendedNodeType nt,
JCRSiteNode site,
String templateType) |
boolean |
BundleScriptResolver.hasView(ExtendedNodeType nt,
String key,
JCRSiteNode site,
String templateType) |
| Modifier and Type | Method and Description |
|---|---|
JCRSiteNode |
JahiaSitesService.getFirstSiteFound(JCRSessionWrapper session,
String... skippedSites)
Returns first found site node under
/sites considering the list of sites to be skipped. |
JCRSiteNode |
JahiaSitesService.getSiteByKey(String siteKey,
JCRSessionWrapper session) |
JCRSiteNode |
JahiaSitesService.getSiteByServerName(String serverName,
JCRSessionWrapper session) |
| Modifier and Type | Method and Description |
|---|---|
List<JCRSiteNode> |
JahiaSitesService.getSitesNodeList()
return the list of all sites
|
List<JCRSiteNode> |
JahiaSitesService.getSitesNodeList(JCRSessionWrapper session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TranslationService.isEnabled(JCRSiteNode site)
Checks if one provider is enabled for a given site.
|
boolean |
TranslationProvider.isEnabled(JCRSiteNode site) |
List<String> |
TranslationService.translate(List<String> texts,
String srcLanguage,
String destLanguage,
boolean isHtml,
JCRSiteNode site,
Locale uiLocale)
Calls the translate method from the first enabled
TranslationProvider with a list of texts to translate. |
List<String> |
TranslationProvider.translate(List<String> texts,
String srcLanguage,
String destLanguage,
boolean isHtml,
JCRSiteNode site,
Locale uiLocale) |
String |
TranslationService.translate(String text,
String srcLanguage,
String destLanguage,
boolean isHtml,
JCRSiteNode site,
Locale uiLocale)
Calls the translate method from the first enabled
TranslationProvider with a single text to translate. |
String |
TranslationProvider.translate(String text,
String srcLanguage,
String destLanguage,
boolean isHtml,
JCRSiteNode site,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Selected.getRealValue(JCRSiteNode site,
JahiaUser user,
Locale locale) |
String |
Property.getRealValue(JCRSiteNode site,
JahiaUser user,
Locale locale,
javax.servlet.http.HttpServletRequest request) |
String |
ResourceBundleProperty.getRealValue(JCRSiteNode site,
JahiaUser user,
Locale locale,
javax.servlet.http.HttpServletRequest request) |
String |
LogoutProperty.getRealValue(JCRSiteNode site,
JahiaUser user,
Locale locale,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDefinition> |
WorkflowService.getWorkflowDefinitionsForType(String type,
JCRSiteNode siteNode,
Locale uiLocale)
Returns a list of available workflow definitions for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceBundles.getResources(String key,
Locale locale,
JCRSiteNode site,
JahiaUser jahiaUser)
Find resource bundle value regarding the key, locale and site for a given Jahia user.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.