Class

com.github.enpassant.ickenham.springmvc

IckenhamViewResolver

Related Doc: package springmvc

Permalink

class IckenhamViewResolver extends AbstractTemplateViewResolver with InitializingBean

Linear Supertypes
InitializingBean, AbstractTemplateViewResolver, UrlBasedViewResolver, Ordered, AbstractCachingViewResolver, ViewResolver, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IckenhamViewResolver
  2. InitializingBean
  3. AbstractTemplateViewResolver
  4. UrlBasedViewResolver
  5. Ordered
  6. AbstractCachingViewResolver
  7. ViewResolver
  8. WebApplicationObjectSupport
  9. ServletContextAware
  10. ApplicationObjectSupport
  11. ApplicationContextAware
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IckenhamViewResolver()

    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 afterPropertiesSet(): Unit

    Permalink
    Definition Classes
    IckenhamViewResolver → InitializingBean
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildView(arg0: String): AbstractUrlBasedView

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateViewResolver → UrlBasedViewResolver
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def canHandle(arg0: String, arg1: Locale): Boolean

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

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  9. def clone(): AnyRef

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getApplicationContext(): ApplicationContext

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

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver → AbstractCachingViewResolver
  17. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    UrlBasedViewResolver
  22. def getRequestContextAttribute(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
  33. def isCache(): Boolean

    Permalink
    Definition Classes
    AbstractCachingViewResolver
  34. def isContextRequired(): Boolean

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

    Permalink
    Definition Classes
    Any
  36. def isRedirectContextRelative(): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[com.github.enpassant.ickenham.springmvc]
    Definition Classes
    IckenhamViewResolver → AbstractTemplateViewResolver → UrlBasedViewResolver
  45. def resolveViewName(arg0: String, arg1: Locale): View

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractTemplateViewResolver
  56. def setOrder(arg0: Int): Unit

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

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

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

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  61. final def setServletContext(arg0: ServletContext): Unit

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

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

    Permalink
    Definition Classes
    UrlBasedViewResolver
  64. def setViewNames(arg0: Array[String]): Unit

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

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

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

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

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

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

Inherited from InitializingBean

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 AnyRef

Inherited from Any

Ungrouped