Package org.codehaus.plexus.summit.pull.tools

Class Summary
ContentUriBuilder Utility class to allow the easy inclusion of images in templates: <img src="$content.getURI("image.jpg")">
RelativeTemplateLink A customized version of the RelativeDynamicUriBuilder to be used in Templates.
TemplateLink A customized version of the UriBuilder to be used in Templates.
TemplateLinkWithSlash This class allows one to specify paths in the setPage method using '/' slash as opposed to the ',' used in TemplateLink.
TemplatePageAttributes Template context tool that will set various attributes of the HTML page.
TemplateRenderer This class is a hack that allows you to render templates via the old Turbine 3 style.