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

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

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

origin: org.onehippo.cms7.hst/hst-client

StringBuilder webFilesPrefix = new StringBuilder("/");
while (current != null) {
  if (current.containsAny() || current.containsWildCard() ||
      current.isAny() || current.isWildCard()) {
    log.warn("Cannot create web file link for site '{}' because the sitemap item " +
origin: org.onehippo.cms7.hst.client-modules/hst-page-composer

wildCard = item.isWildCard();
any = item.isAny();
containsWildCard = item.containsWildCard();
containsAny = item.containsAny();
isExplicitElement = item.isExplicitElement();
org.hippoecm.hst.configuration.sitemapHstSiteMapItemcontainsWildCard

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
  • getNamedPipeline
    the namedPipeline for this sitemapItem or null when it does not contain one. Note that if an ancesto
  • getRelativeContentPath
    This method returns a content path, relative to the org.hippoecm.hst.configuration.site.HstSite#getC
  • getRoles
  • getRelativeContentPath,
  • getRoles,
  • getScheme,
  • isAny,
  • isContainerResource,
  • containsAny,
  • 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 25 Plugins for Webstorm
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