Tabnine Logo
HstSiteMapItem.getNamedPipeline
Code IndexAdd Tabnine to your IDE (free)

How to use
getNamedPipeline
method
in
org.hippoecm.hst.configuration.sitemap.HstSiteMapItem

Best Java code snippets using org.hippoecm.hst.configuration.sitemap.HstSiteMapItem.getNamedPipeline (Showing top 6 results out of 315)

origin: org.onehippo.ecm.hst.components/hst-core

public String getNamedPipeline() {
  return hstSiteMapItem.getNamedPipeline();
}
origin: org.onehippo.cms7.hst.components/hst-core

public String getNamedPipeline() {
  return hstSiteMapItem.getNamedPipeline();
}
origin: org.onehippo.cms7.hst/hst-client

  !WEB_FILE_NAMED_PIPELINE_NAME.equals(webFileSiteMapItem.getNamedPipeline())){
log.warn("Cannot create web file link for site '{}' because it does not have a sitemap " +
        "that contains a sitemap item with properties '{} = {}' and '{} = {}'",
origin: org.onehippo.ecm.hst.components/hst-core

  this.namedPipeline = getValueProvider().getString(HstNodeTypes.SITEMAPITEM_PROPERTY_NAMEDPIPELINE);
} else if(this.parentItem != null) {
  this.namedPipeline = parentItem.getNamedPipeline();
} else {
origin: org.onehippo.cms7.hst.components/hst-core

  namedPipeline = node.getValueProvider().getString(SITEMAPITEM_PROPERTY_NAMEDPIPELINE);
} else if (parentItem != null) {
  namedPipeline = parentItem.getNamedPipeline();
origin: org.onehippo.cms7.hst.components/hst-core

final HstSiteMapItem siteMapItem = resolveSiteMapItem(requestContext);
if (siteMapItem != null && siteMapItem.isContainerResource()
    && isCdnSupportedPipeline(siteMapItem.getNamedPipeline())) {
  log.debug("Using CDN host '{}' for container resource '{}'", mount.getVirtualHost().getCdnHost(), urlString);
  return mount.getVirtualHost().getCdnHost() + urlString;
org.hippoecm.hst.configuration.sitemapHstSiteMapItemgetNamedPipeline

Javadoc

the namedPipeline for this sitemapItem or null when it does not contain one. Note that if an ancestor sitemapItem contains a namedPipeline, this value is inherited unless this sitemapItem explicitly defines its own

Popular methods of HstSiteMapItem

  • getHstSiteMap
    Return the HstSiteMap that is the container of this HstSiteMapItem
  • getId
    The id of a HstSiteMapItem is mandatory and must be unique within its containing HstSiteMap because
  • getValue
    Returns the logical path element of this SiteMapItem. The constraint to the return value is, that it
  • getParentItem
    Returns parent HstSiteMapItem and null when the item does not have a parent (in other words, it is a
  • isWildCard
    Returns a boolean indicating whether this HstSiteMapItem represents a path with a wildcard value *
  • getChild
    Return the child HstSiteMapItem that has the corresponding value ( HstSiteMapItem#getValue() ) and n
  • getChildren
    Returns a List of all child HstSiteMapItem's of this HstSiteMapItem. Implementations should return a
  • getComponentConfigurationId
    If a HstSiteMapItem can be used to resolve a url, it must have a componentConfigurationId referencin
  • getLocalParameters
    see #getParameters, only this method returns parameters (unmodifiable map) without inheritance
  • getRelativeContentPath
    This method returns a content path, relative to the org.hippoecm.hst.configuration.site.HstSite#getC
  • getRoles
  • getScheme
  • getRoles,
  • getScheme,
  • isAny,
  • isContainerResource,
  • containsAny,
  • containsWildCard,
  • getApplicationId,
  • getErrorCode,
  • getPageTitle

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (ScheduledExecutorService)
  • onRequestPermissionsResult (Fragment)
  • getResourceAsStream (ClassLoader)
  • Menu (java.awt)
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • JOptionPane (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now