WebappTemplateLoader

org.beangle.webmvc.freemarker.WebappTemplateLoader
See theWebappTemplateLoader companion object
class WebappTemplateLoader(val servletContext: ServletContext, val subdirPath: String) extends TemplateLoader

Attributes

Companion:
object
Graph
Supertypes
trait TemplateLoader
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

Definition Classes
Any

Concrete fields

val servletContext: ServletContext
val subdirPath: String