org.fusesource.scalate.spring.view

ScalateViewResolver

class ScalateViewResolver extends AbstractTemplateViewResolver with ServletConfigAware

Source
ScalateViewResolver.scala
Linear Supertypes
ServletConfigAware, AbstractTemplateViewResolver, UrlBasedViewResolver, Ordered, AbstractCachingViewResolver, ViewResolver, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, Aware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalateViewResolver
  2. ServletConfigAware
  3. AbstractTemplateViewResolver
  4. UrlBasedViewResolver
  5. Ordered
  6. AbstractCachingViewResolver
  7. ViewResolver
  8. WebApplicationObjectSupport
  9. ServletContextAware
  10. ApplicationObjectSupport
  11. ApplicationContextAware
  12. Aware
  13. AnyRef
  14. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateViewResolver()

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ScalateViewResolver, B)

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to ArrowAssoc[ScalateViewResolver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def buildView(viewName: String): AbstractUrlBasedView

    Definition Classes
    ScalateViewResolver → AbstractTemplateViewResolver → UrlBasedViewResolver
  10. def canHandle(arg0: String, arg1: Locale): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  11. def clearCache(): Unit

    Definition Classes
    AbstractCachingViewResolver
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createView(arg0: String, arg1: Locale): View

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def ensuring(cond: (ScalateViewResolver) ⇒ Boolean, msg: ⇒ Any): ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ScalateViewResolver) ⇒ Boolean): ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getApplicationContext(): ApplicationContext

    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws( ... )
  23. def getAttributesMap(): Map[String, AnyRef]

    Definition Classes
    UrlBasedViewResolver
  24. def getCacheKey(arg0: String, arg1: Locale): AnyRef

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
  25. def getCacheLimit(): Int

    Definition Classes
    AbstractCachingViewResolver
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def getContentType(): String

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  28. def getExposeContextBeansAsAttributes(): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  29. def getExposePathVariables(): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  30. def getExposedContextBeanNames(): Array[String]

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  31. final def getMessageSourceAccessor(): MessageSourceAccessor

    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws( ... )
  32. def getOrder(): Int

    Definition Classes
    UrlBasedViewResolver → Ordered
  33. def getPrefix(): String

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  34. def getRedirectHosts(): Array[String]

    Definition Classes
    UrlBasedViewResolver
  35. def getRequestContextAttribute(): String

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  36. final def getServletContext(): ServletContext

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  37. def getSuffix(): String

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  38. final def getTempDir(): File

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  39. def getViewClass(): Class[_]

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  40. def getViewNames(): Array[String]

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  41. final def getWebApplicationContext(): WebApplicationContext

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  42. def hashCode(): Int

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

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → ApplicationObjectSupport
  44. def initApplicationContext(arg0: ApplicationContext): Unit

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  45. def initServletContext(servletContext: ServletContext): Unit

    Definition Classes
    ScalateViewResolver → WebApplicationObjectSupport
  46. def isCache(): Boolean

    Definition Classes
    AbstractCachingViewResolver
  47. def isCacheUnresolved(): Boolean

    Definition Classes
    AbstractCachingViewResolver
  48. def isContextRequired(): Boolean

    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  49. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  50. def isRedirectContextRelative(): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  51. def isRedirectHttp10Compatible(): Boolean

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  52. def loadView(arg0: String, arg1: Locale): View

    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  53. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  56. def removeFromCache(arg0: String, arg1: Locale): Unit

    Definition Classes
    AbstractCachingViewResolver
  57. def requiredContextClass(): Class[_]

    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  58. def requiredViewClass(): Class[_]

    Definition Classes
    ScalateViewResolver → AbstractTemplateViewResolver → UrlBasedViewResolver
  59. def resolveViewName(arg0: String, arg1: Locale): View

    Definition Classes
    AbstractCachingViewResolver → ViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def setAllowRequestOverride(arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateViewResolver
  61. def setAllowSessionOverride(arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateViewResolver
  62. final def setApplicationContext(arg0: ApplicationContext): Unit

    Definition Classes
    ApplicationObjectSupport → ApplicationContextAware
    Annotations
    @throws( ... )
  63. def setAttributes(arg0: Properties): Unit

    Definition Classes
    UrlBasedViewResolver
  64. def setAttributesMap(arg0: Map[String, _]): Unit

    Definition Classes
    UrlBasedViewResolver
  65. def setCache(arg0: Boolean): Unit

    Definition Classes
    AbstractCachingViewResolver
  66. def setCacheLimit(arg0: Int): Unit

    Definition Classes
    AbstractCachingViewResolver
  67. def setCacheUnresolved(arg0: Boolean): Unit

    Definition Classes
    AbstractCachingViewResolver
  68. def setContentType(arg0: String): Unit

    Definition Classes
    UrlBasedViewResolver
  69. def setExposeContextBeansAsAttributes(arg0: Boolean): Unit

    Definition Classes
    UrlBasedViewResolver
  70. def setExposePathVariables(arg0: Boolean): Unit

    Definition Classes
    UrlBasedViewResolver
  71. def setExposeRequestAttributes(arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateViewResolver
  72. def setExposeSessionAttributes(arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateViewResolver
  73. def setExposeSpringMacroHelpers(arg0: Boolean): Unit

    Definition Classes
    AbstractTemplateViewResolver
  74. def setExposedContextBeanNames(arg0: <repeated...>[String]): Unit

    Definition Classes
    UrlBasedViewResolver
  75. def setOrder(arg0: Int): Unit

    Definition Classes
    UrlBasedViewResolver
  76. def setPrefix(arg0: String): Unit

    Definition Classes
    UrlBasedViewResolver
  77. def setRedirectContextRelative(arg0: Boolean): Unit

    Definition Classes
    UrlBasedViewResolver
  78. def setRedirectHosts(arg0: <repeated...>[String]): Unit

    Definition Classes
    UrlBasedViewResolver
  79. def setRedirectHttp10Compatible(arg0: Boolean): Unit

    Definition Classes
    UrlBasedViewResolver
  80. def setRequestContextAttribute(arg0: String): Unit

    Definition Classes
    UrlBasedViewResolver
  81. def setServletConfig(config: ServletConfig): Unit

    Definition Classes
    ScalateViewResolver → ServletConfigAware
  82. final def setServletContext(arg0: ServletContext): Unit

    Definition Classes
    WebApplicationObjectSupport → ServletContextAware
  83. def setSuffix(arg0: String): Unit

    Definition Classes
    UrlBasedViewResolver
  84. def setViewClass(arg0: Class[_]): Unit

    Definition Classes
    UrlBasedViewResolver
  85. def setViewNames(arg0: <repeated...>[String]): Unit

    Definition Classes
    UrlBasedViewResolver
  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  87. var templateEngine: ServletTemplateEngine

  88. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. def [B](y: B): (ScalateViewResolver, B)

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to ArrowAssoc[ScalateViewResolver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateViewResolver: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateViewResolver: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to ArrowAssoc[ScalateViewResolver] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateViewResolver: ArrowAssoc[ScalateViewResolver]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ScalateViewResolver

    Implicit information
    This member is added by an implicit conversion from ScalateViewResolver to Ensuring[ScalateViewResolver] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (scalateViewResolver: Ensuring[ScalateViewResolver]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ServletConfigAware

Inherited from AbstractTemplateViewResolver

Inherited from UrlBasedViewResolver

Inherited from Ordered

Inherited from AbstractCachingViewResolver

Inherited from ViewResolver

Inherited from WebApplicationObjectSupport

Inherited from ServletContextAware

Inherited from ApplicationObjectSupport

Inherited from ApplicationContextAware

Inherited from Aware

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScalateViewResolver to StringAdd

Inherited by implicit conversion any2stringfmt from ScalateViewResolver to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ScalateViewResolver to ArrowAssoc[ScalateViewResolver]

Inherited by implicit conversion any2Ensuring from ScalateViewResolver to Ensuring[ScalateViewResolver]

Ungrouped