WebappTemplateLoader

class WebappTemplateLoader(val servletContext: ServletContext, val subdirPath: String) extends TemplateLoader
Companion:
object
trait TemplateLoader
class Object
trait Matchable
class Any

Value members

Concrete methods

def closeTemplateSource(templateSource: Any): Unit
def findTemplateSource(name: String): Any
def getLastModified(templateSource: Any): Long
def getReader(templateSource: Any, encoding: String): Reader
override def toString: String

Show class name and some details that are useful in template-not-found errors.

Show class name and some details that are useful in template-not-found errors.

Definition Classes
Any

Concrete fields

val servletContext: ServletContext
val subdirPath: String