Package org.ametys.cms.transformation
Class AttributeURIResolver.AttributeInfo
java.lang.Object
org.ametys.cms.transformation.AttributeURIResolver.AttributeInfo
- Enclosing class:
- AttributeURIResolver
Attribute information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the content.getPath()
Get the attribute path.void
setContent
(Content content) Set the content.void
Set the attribute path.
-
Constructor Details
-
AttributeInfo
protected AttributeInfo()
-
-
Method Details
-
getPath
Get the attribute path.- Returns:
- the attribute path
-
setPath
Set the attribute path.- Parameters:
path
- the attribute path to set
-
getContent
Get the content.- Returns:
- the content
-
setContent
Set the content.- Parameters:
content
- theContent
to set
-