Package io.bootique.mvc
Interface Template
-
- All Known Implementing Classes:
DefaultTemplate
public interface TemplateA generic locator of a template resource that helps to resolve an actual provider-specific template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CharsetgetEncoding()StringgetName()URLgetUrl()Returns a URL of this templateURLgetUrl(String resourceName)Returns a URL of a related resource (such as sub-template).default Readerreader()default Readerreader(String resourceName)
-