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 protected
AttributeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Content
getContent()
Get the content.String
getPath()
Get the attribute path.void
setContent(Content content)
Set the content.void
setPath(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
- theContent
to set
-
-