org.schmant.task.template.xml
Interface UriResolverDecorator<T extends UriResolverDecorator<T>>

All Superinterfaces:
TaskDecorator, ValidatingDecorator

public interface UriResolverDecorator<T extends UriResolverDecorator<T>>
extends ValidatingDecorator

A task decorator for XSLT tasks that sets a URIResolver on the Transformer used.

Since:
0.5
Author:
Karl Gustafsson
See Also:
EntityResolverDecorator

Method Summary
 URIResolver getUriResolver()
           
 
Methods inherited from interface org.schmant.task.ValidatingDecorator
validate
 

Method Detail

getUriResolver

URIResolver getUriResolver()