Class

skinny.view.velocity

ScalaVelocityView

Related Doc: package velocity

Permalink

class ScalaVelocityView extends VelocityView

VelocityView extension for Scala

Linear Supertypes
VelocityView, ViewToolManager, ToolManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaVelocityView
  2. VelocityView
  3. ViewToolManager
  4. ToolManager
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaVelocityView(ctx: javax.servlet.ServletContext, sbtProjectPath: Option[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToolboxes(arg0: ToolContext): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager → ToolManager
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def autoConfigure(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewToolManager → ToolManager
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def configure(config: JeeConfig, velocity: VelocityEngine): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaVelocityView → VelocityView
  9. def configure(arg0: JeeConfig, arg1: ToolboxFactory): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  10. def configure(arg0: FactoryConfiguration): Unit

    Permalink
    Definition Classes
    ViewToolManager → ToolManager
  11. def configure(arg0: String): Unit

    Permalink
    Definition Classes
    ToolManager
  12. def createContext(arg0: HttpServletRequest, arg1: HttpServletResponse): ViewToolContext

    Permalink
    Definition Classes
    VelocityView → ViewToolManager
  13. def createContext(arg0: Map[String, AnyRef]): ToolContext

    Permalink
    Definition Classes
    ViewToolManager → ToolManager
  14. def createContext(): ToolContext

    Permalink
    Definition Classes
    ToolManager
  15. def createToolbox(arg0: String): Toolbox

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  16. final def debug(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findConfig(arg0: String): FactoryConfiguration

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager → ToolManager
  21. def getApplicationToolbox(): Toolbox

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getConfiguration(arg0: String, arg1: Boolean): FactoryConfiguration

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  24. def getConfiguration(arg0: String): FactoryConfiguration

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  25. def getCreateSession(): Boolean

    Permalink
    Definition Classes
    ViewToolManager
  26. def getDefaultContentType(): String

    Permalink
    Definition Classes
    VelocityView
  27. def getInputStream(arg0: String, arg1: Boolean): InputStream

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  28. def getLog(): Log

    Permalink
    Definition Classes
    ToolManager
  29. def getProperties(arg0: String, arg1: Boolean): ExtendedProperties

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  30. def getProperties(arg0: String): ExtendedProperties

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  31. def getProperty(arg0: String, arg1: String): String

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  32. def getPublishToolboxes(): Boolean

    Permalink
    Definition Classes
    ViewToolManager
  33. def getRequestToolbox(): Toolbox

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  34. def getSessionToolbox(): Toolbox

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager
  35. def getTemplate(arg0: String, arg1: String): Template

    Permalink
    Definition Classes
    VelocityView
  36. def getTemplate(arg0: String): Template

    Permalink
    Definition Classes
    VelocityView
  37. def getTemplate(arg0: HttpServletRequest, arg1: HttpServletResponse): Template

    Permalink
    Definition Classes
    VelocityView
  38. def getTemplate(arg0: HttpServletRequest): Template

    Permalink
    Definition Classes
    VelocityView
  39. def getToolboxFactory(): ToolboxFactory

    Permalink
    Definition Classes
    ToolManager
  40. def getToolboxKey(): String

    Permalink
    Definition Classes
    ViewToolManager
  41. def getUserCanOverwriteTools(): Boolean

    Permalink
    Definition Classes
    ToolManager
  42. def getVelocityEngine(): VelocityEngine

    Permalink
    Definition Classes
    ToolManager
  43. def hasApplicationTools(): Boolean

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  44. def hasRequestTools(): Boolean

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  45. def hasSessionTools(): Boolean

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager
  46. def hasTools(arg0: String): Boolean

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  48. def init(arg0: JeeConfig, arg1: VelocityEngine): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  49. def init(arg0: JeeConfig): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def merge(arg0: Template, arg1: org.apache.velocity.context.Context, arg2: Writer): Unit

    Permalink
    Definition Classes
    VelocityView
    Annotations
    @throws( classOf[java.io.IOException] )
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. def performMerge(arg0: Template, arg1: org.apache.velocity.context.Context, arg2: Writer): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def prepareContext(arg0: ViewToolContext, arg1: HttpServletRequest): Unit

    Permalink
    Definition Classes
    ViewToolManager
  57. def prepareContext(arg0: ToolContext): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools]
    Definition Classes
    ToolManager
  58. def publishToolboxes(arg0: HttpServletRequest): Unit

    Permalink
    Definition Classes
    ViewToolManager
  59. def publishToolboxes(arg0: ServletRequest): Unit

    Permalink
    Definition Classes
    ViewToolManager
  60. def render(arg0: HttpServletRequest, arg1: Writer): org.apache.velocity.context.Context

    Permalink
    Definition Classes
    VelocityView
    Annotations
    @throws( classOf[java.io.IOException] )
  61. def render(arg0: HttpServletRequest, arg1: HttpServletResponse): org.apache.velocity.context.Context

    Permalink
    Definition Classes
    VelocityView
    Annotations
    @throws( classOf[java.io.IOException] )
  62. def setCreateSession(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewToolManager
  63. def setDefaultContentType(arg0: String): Unit

    Permalink
    Definition Classes
    VelocityView
  64. def setEncoding(arg0: JeeConfig): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
  65. def setPublishToolboxes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ViewToolManager
  66. def setToolboxFactory(arg0: ToolboxFactory): Unit

    Permalink
    Definition Classes
    ToolManager
  67. def setToolboxKey(arg0: String): Unit

    Permalink
    Definition Classes
    ViewToolManager
  68. def setUserCanOverwriteTools(arg0: Boolean): Unit

    Permalink
    Definition Classes
    ToolManager
  69. def setVelocityEngine(arg0: VelocityEngine): Unit

    Permalink
    Definition Classes
    VelocityView → ToolManager
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  71. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  72. def unpublishApplicationTools(): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager
  73. def updateGlobalProperties(): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    ViewToolManager
  74. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def getDeprecatedConfig(arg0: JeeConfig): FactoryConfiguration

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. final def setDeprecationSupportMode(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[org.apache.velocity.tools.view]
    Definition Classes
    VelocityView
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from VelocityView

Inherited from ViewToolManager

Inherited from ToolManager

Inherited from AnyRef

Inherited from Any

Ungrouped