Class LocalURIResolver.URIInfo

    • Constructor Detail

    • Method Detail

      • getContentId

        public String getContentId()
        Returns the content id.
        Returns:
        the content id.
      • setContentId

        public void setContentId​(String contentId)
        Set the content id.
        Parameters:
        contentId - the content id.
      • getMetadata

        public String getMetadata()
        Returns the metadata.
        Returns:
        the metadata.
      • setMetadata

        public void setMetadata​(String metadata)
        Set the metadata.
        Parameters:
        metadata - the metadata.
      • getPath

        public String getPath()
        Returns the resource path.
        Returns:
        the path
      • setPath

        public void setPath​(String path)
        Set the resource path.
        Parameters:
        path - the path.
      • getContentVersion

        public String getContentVersion()
        Returns the content version, if any.
        Returns:
        the content version.
      • setContentVersion

        public void setContentVersion​(String contentVersion)
        Set the content version.
        Parameters:
        contentVersion - the content version.
      • getContent

        public Content getContent()
        Returns the resolved content, if any.
        Returns:
        the content.
      • setContent

        public void setContent​(Content content)
        Set the content.
        Parameters:
        content - the content.