Class AttributeURIResolver.AttributeInfo

java.lang.Object
org.ametys.cms.transformation.AttributeURIResolver.AttributeInfo
Enclosing class:
AttributeURIResolver

Attribute information.
  • Constructor Details

  • Method Details

    • getPath

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

      public void setPath(String path)
      Set the attribute path.
      Parameters:
      path - the attribute path to set
    • getContent

      public Content getContent()
      Get the content.
      Returns:
      the content
    • setContent

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