org.fusesource.scalate.servlet

TemplateEngineServlet

class TemplateEngineServlet extends HttpServlet

Servlet which renders the requested Scalate template.

Linear Supertypes
HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TemplateEngineServlet
  2. HttpServlet
  3. GenericServlet
  4. Serializable
  5. ServletConfig
  6. Servlet
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateEngineServlet ()

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. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def createTemplateEngine (config: ServletConfig): ServletTemplateEngine

    Allow derived servlets to override and customize the template engine from the configuration

    Allow derived servlets to override and customize the template engine from the configuration

    Attributes
    protected
  9. def destroy (): Unit

    Definition Classes
    GenericServlet → Servlet
  10. def doDelete (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  11. def doGet (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  12. def doHead (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  13. def doOptions (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  14. def doPost (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  15. def doPut (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  16. def doTrace (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  17. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. def getInitParameter (arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  22. def getInitParameterNames (): java.util.Enumeration[_]

    Definition Classes
    GenericServlet → ServletConfig
  23. def getLastModified (arg0: HttpServletRequest): Long

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  24. def getServletConfig (): ServletConfig

    Definition Classes
    GenericServlet → Servlet
  25. def getServletContext (): ServletContext

    Definition Classes
    GenericServlet → ServletConfig
  26. def getServletInfo (): String

    Definition Classes
    GenericServlet → Servlet
  27. def getServletName (): String

    Definition Classes
    GenericServlet → ServletConfig
  28. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  29. def init (config: ServletConfig): Unit

    Definition Classes
    TemplateEngineServlet → GenericServlet → Servlet
  30. def init (): Unit

    Definition Classes
    GenericServlet
    Annotations
    @throws()
  31. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  32. def log (arg0: String, arg1: Throwable): Unit

    Definition Classes
    GenericServlet
  33. def log (arg0: String): Unit

    Definition Classes
    GenericServlet
  34. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  37. def render (template: String, request: HttpServletRequest, response: HttpServletResponse): Unit

  38. def service (request: HttpServletRequest, response: HttpServletResponse): Unit

    Definition Classes
    TemplateEngineServlet → HttpServlet
  39. def service (arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws() @throws()
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. var templateEngine : ServletTemplateEngine

  42. def toString (): String

    Definition Classes
    AnyRef → Any
  43. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any