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.
      • getAttribute

        public String getAttribute()
        Returns the metadata.
        Returns:
        the metadata.
      • setAttribute

        public void setAttribute​(String attribute)
        Set the metadata.
        Parameters:
        attribute - the metadata.
      • getFilename

        public String getFilename()
        Returns the resource name.
        Returns:
        the name
      • setFilename

        public void setFilename​(String name)
        Set the resource name.
        Parameters:
        name - the name.
      • 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.