Package ro.sync.ecss.extensions.tei
Class SATEIFigureEntityAttributeCustomizer
java.lang.Object
ro.sync.ecss.extensions.tei.SATEIFigureEntityAttributeCustomizer
Customize the value of the attribute for a TEI figure.
It is used on standalone implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(AuthorAccess authorAccess) Get the value for the attribute entity.
-
Constructor Details
-
SATEIFigureEntityAttributeCustomizer
public SATEIFigureEntityAttributeCustomizer()
-
-
Method Details
-
getAttributeValue
Get the value for the attribute entity.- Parameters:
authorAccess
- Provides access to author functionality.- Returns:
- The value of the attribute or
null
if canceled.
-