A StylesheetActionExecuter is created using a Spring bean with the following attributes:
Attribute | Value | Description |
---|---|---|
id | User-defined | A unique ID for the bean. |
parent | alfresco.xml.action.stylesheet.abstract | The parent bean. |
The StylesheetActionExecuter bean takes the following properties:
Property | Type | Mandatory | Description |
---|---|---|---|
stylesheet | Stylesheet | Required | The stylesheet to be executed. |
<bean id="alfresco-action-dita-set-navtitle" parent="alfresco.xml.action.stylesheet.abstract"> <property name="stylesheet" ref="stylesheet.dita.set-navtitle" /> <property name="publicAction" value="true" /> </bean>
To debug your StylesheetActionExecuter, add the following entry to your
log4j.properties
file:
log4j.logger.com.componize.alfresco.repo.xml.transform.StylesheetActionExecuter=trace