Instance Constructors
-
new
ScueryTemplateProcessor
(resourceConfig: ResourceConfig)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
basePath
: String
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
var
errorUris
: List[String]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
var
hc
: HttpContext
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
request
: HttpServletRequest
-
def
resolve
(requestPath: String): String
-
var
response
: HttpServletResponse
-
var
servletContext
: ServletContext
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
templateDirectories
: List[String]
-
var
templateSuffixes
: List[String]
-
def
toString
(): String
-
def
tryFindPath
(path: String): Option[String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
writeTo
(resolvedPath: String, viewable: Viewable, out: OutputStream): Unit
Inherited from ViewProcessor[String]
Inherited from AnyRef
Inherited from Any
A template processor for Jersey using Scuery transformer
$Revision : 1.1 $