Uses of Interface
org.apache.commons.jelly.impl.TagLibraryResolver

Packages that use TagLibraryResolver
org.apache.commons.jelly.impl Core implementation classes for Jelly. 
 

Uses of TagLibraryResolver in org.apache.commons.jelly.impl
 

Classes in org.apache.commons.jelly.impl that implement TagLibraryResolver
 class DefaultTagLibraryResolver
          DefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className' and class load the given Java class.