Uses of Class
org.apache.wicket.markup.transformer.AbstractOutputTransformerContainer
-
Packages that use AbstractOutputTransformerContainer Package Description org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. -
-
Uses of AbstractOutputTransformerContainer in org.apache.wicket.markup.transformer
Subclasses of AbstractOutputTransformerContainer in org.apache.wicket.markup.transformer Modifier and Type Class Description classNoopOutputTransformerContainerAn implementation of an output transformer which does nothing.classXsltOutputTransformerContainerA container which output markup will be processes by a XSLT processor prior to writing the output into the web response.
-