Accessing Widget Properties

Properties are exposed in the widget context bean. You can find all of a widget's properties in ${widget.properties} and access them as in the following example:

${widget.properties['title']}
${widget.properties['title.class']}
${widget.properties['wrapper.bgurl']}