skinny.view.velocity

ScalaVelocityView

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def addToolboxes(arg0: ToolContext): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ViewToolManager
  28. def getDefaultContentType(): String

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

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

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

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

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

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

    Definition Classes
    ViewToolManager
  35. def getRequestToolbox(): Toolbox

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

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

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

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

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

    Definition Classes
    VelocityView
  41. def getToolboxFactory(): ToolboxFactory

    Definition Classes
    ToolManager
  42. def getToolboxKey(): String

    Definition Classes
    ViewToolManager
  43. def getUserCanOverwriteTools(): Boolean

    Definition Classes
    ToolManager
  44. def getVelocityEngine(): VelocityEngine

    Definition Classes
    ToolManager
  45. def hasApplicationTools(): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  73. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def getDeprecatedConfig(arg0: JeeConfig): FactoryConfiguration

    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

    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