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

@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def closeTemplateSource(templateSource: Any): Unit
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def findTemplateSource(name: String): Any
def getLastModified(templateSource: Any): Long
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
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