org.fusesource.scalate.jersey

ScalateTemplateProcessor

class ScalateTemplateProcessor extends ViewProcessor[String]

A template processor for Jersey using Scalate templates

Version

$Revision : 1.1 $

Linear Supertypes
ViewProcessor[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalateTemplateProcessor
  2. ViewProcessor
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateTemplateProcessor (resourceConfig: ResourceConfig)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. val basePath : String

  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. var errorUris : List[String]

  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. var hc : HttpContext

  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. var request : HttpServletRequest

  21. def resolve (requestPath: String): String

    Definition Classes
    ScalateTemplateProcessor → ViewProcessor
  22. var response : HttpServletResponse

  23. var servletContext : ServletContext

  24. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  25. def toString (): String

    Definition Classes
    AnyRef → Any
  26. def tryFindPath (engine: ServletTemplateEngine, path: String): Option[String]

  27. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def writeTo (resolvedPath: String, viewable: Viewable, out: OutputStream): Unit

    Definition Classes
    ScalateTemplateProcessor → ViewProcessor
  31. def writeToUsingRequestDispatcher (resolvedPath: String, viewable: Viewable, out: OutputStream): Unit

  32. def writeToUsingServletTemplateEngine (engine: TemplateEngine, resolvedPath: String, viewable: Viewable, out: OutputStream): Unit

    Renders the template using the template engine registered with the servlet context directly as its a little more efficient plus it avoids issues with using jersey with guice-servlet not correctly dispatching to the servlet

Inherited from ViewProcessor[String]

Inherited from AnyRef

Inherited from Any