Uses of Interface
org.apache.wicket.markup.transformer.ITransformer

Packages that use ITransformer
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
 

Uses of ITransformer in org.apache.wicket.markup.transformer
 

Classes in org.apache.wicket.markup.transformer that implement ITransformer
 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 IBehavior 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.
 



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