Package org.ametys.cms.transformation
Class AttributeURIResolver.AttributeInfo
- java.lang.Object
-
- org.ametys.cms.transformation.AttributeURIResolver.AttributeInfo
-
- Enclosing class:
- AttributeURIResolver
protected class AttributeURIResolver.AttributeInfo extends Object
Attribute information.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentgetContent()Get the content.StringgetPath()Get the attribute path.voidsetContent(Content content)Set the content.voidsetPath(String path)Set the attribute path.
-
-
-
Constructor Detail
-
AttributeInfo
protected AttributeInfo()
-
-
Method Detail
-
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- theContentto set
-
-