class |
AbstractOutputTransformerContainer |
This abstract container provides the means to post-process the markup generated by its child
components (excluding the containers tag)
|
class |
AbstractTransformerBehavior |
A Behavior which can be added to any component.
|
class |
NoopOutputTransformerContainer |
An implementation of an output transformer which does nothing.
|
class |
XsltOutputTransformerContainer |
A container which output markup will be processes by a XSLT processor prior to writing the output
into the web response.
|
class |
XsltTransformer |
A processor to XSLT transform the output generated by a Component.
|
class |
XsltTransformerBehavior |
An IBehavior which can be added to any component except ListView.
|