Package org.apache.wicket.markup.transformer

Transformers are able to post-process (transform) the output generated by a Component.

See: Description

Package org.apache.wicket.markup.transformer Description

Transformers are able to post-process (transform) the output generated by a Component. That might be XSLT, XQuery or any other processor. Transformers can be implemented as Container or IBehaviour. Both variants redirect the output to a StringResponse which at the end is used as input to the transformer. The output of transformer is than written to the original response.

Copyright © 2006–2021 Apache Software Foundation. All rights reserved.