Uses of Class
org.apache.wicket.markup.transformer.AbstractOutputTransformerContainer

Packages that use AbstractOutputTransformerContainer
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
 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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.