Tabnine Logo
ResolvedSiteMapItem.getParameter
Code IndexAdd Tabnine to your IDE (free)

How to use
getParameter
method
in
org.hippoecm.hst.core.request.ResolvedSiteMapItem

Best Java code snippets using org.hippoecm.hst.core.request.ResolvedSiteMapItem.getParameter (Showing top 1 results out of 315)

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

private String getVersion(final HstRequestContext requestContext) throws WebFileException {
  final String version = requestContext.getResolvedSiteMapItem().getParameter("version");
  if (version == null) {
    log.info("Version is null. Serving latest WebFile version and don't set any cache headers on the response");
  }
  return version;
}
org.hippoecm.hst.core.requestResolvedSiteMapItemgetParameter

Javadoc

Returns a property from the HstSiteMapItem configuration but should have replaced possible property placeholders. If a property placeholder cannot be resolved, the implementation can return null. Parameters are inherited from ancestor items, but in case of the same name, ancestor items have a lower precedence

Popular methods of ResolvedSiteMapItem

  • getHstSiteMapItem
  • getRelativeContentPath
    This method returns a content path, relative to the org.hippoecm.hst.configuration.site.HstSite#getC
  • getPathInfo
    Returns a relative path from hst request path to the SiteMapItem that was matched. This path never s
  • getHstComponentConfiguration
  • getResolvedSiteMount
  • getErrorCode
  • getNamedPipeline
    Returns the namedPipeline to be used for the Hst Request Processing. When the backing HstSiteMapItem
  • getParameters
    Return the parameter map from the HstSiteMapItem configuration, but all values containing property p
  • getResolvedMount
  • getRoles
  • getPageTitle
  • getPortletHstComponentConfiguration
  • getPageTitle,
  • getPortletHstComponentConfiguration,
  • getStatusCode,
  • getUsers,
  • isAuthenticated,
  • isSecured

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • requestLocationUpdates (LocationManager)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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