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

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

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

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

if (resolvedSiteMapItem.getStatusCode() > 0) {
  log.debug("Setting the status code to '{}' for '{}' because the matched sitemap item has specified the status code"
      , String.valueOf(resolvedSiteMapItem.getStatusCode()), containerRequest.getRequestURL().toString());
  res.setStatus(resolvedSiteMapItem.getStatusCode());
org.hippoecm.hst.core.requestResolvedSiteMapItemgetStatusCode

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
  • getParameter
    Returns a property from the HstSiteMapItem configuration but should have replaced possible property
  • getPageTitle,
  • getParameter,
  • getPortletHstComponentConfiguration,
  • 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
  • Top 12 Jupyter Notebook extensions
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