Uses of Interface
org.webmacro.Filter

Packages that use Filter
org.webmacro   
org.webmacro.engine   
 

Uses of Filter in org.webmacro
 

Methods in org.webmacro that return Filter
 Filter Filter.getFilter(java.lang.String name)
          Return the Filter which should be used to handle a sub-property.
 

Uses of Filter in org.webmacro.engine
 

Classes in org.webmacro.engine that implement Filter
 class EncodeFilter
           
 class EscapeFilter
          Filter factory, that defines recursive behaviour and provides filter macro.
 class SilenceFilter
           
 

Methods in org.webmacro.engine that return Filter
 Filter EncodeFilter.getFilter(java.lang.String name)
           
 Filter EscapeFilter.getFilter(java.lang.String name)
          Return this to indicate that we will recursively filter sub-properties.
 Filter SilenceFilter.getFilter(java.lang.String name)
           
 

Methods in org.webmacro.engine with parameters of type Filter
 void BuildContext.addFilter(Variable var, Filter ft)
          Register a new filter, adding it to the chain for the supplied name.