StylesheetActionExecuter

StylesheetActionExecuter bean attributes

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.

StylesheetActionExecuter bean properties

The StylesheetActionExecuter bean takes the following properties:

Property Type Mandatory Description
stylesheet Stylesheet Required The stylesheet to be executed.

StylesheetActionExecuter bean example

<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>

Debugging

To debug your StylesheetActionExecuter, add the following entry to your log4j.properties file:

log4j.logger.com.componize.alfresco.repo.xml.transform.StylesheetActionExecuter=trace