Class

com.github.enpassant.ickenham.springmvc

IckenhamView

Related Doc: package springmvc

Permalink

class IckenhamView extends AbstractTemplateView

Linear Supertypes
AbstractTemplateView, AbstractUrlBasedView, InitializingBean, AbstractView, BeanNameAware, View, WebApplicationObjectSupport, ServletContextAware, ApplicationObjectSupport, ApplicationContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IckenhamView
  2. AbstractTemplateView
  3. AbstractUrlBasedView
  4. InitializingBean
  5. AbstractView
  6. BeanNameAware
  7. View
  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 IckenhamView()

    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 addStaticAttribute(arg0: String, arg1: Any): Unit

    Permalink
    Definition Classes
    AbstractView
  5. def afterPropertiesSet(): Unit

    Permalink
    Definition Classes
    IckenhamView → AbstractUrlBasedView → InitializingBean
  6. def applyContentType(arg0: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def checkResource(locale: Locale): Boolean

    Permalink
    Definition Classes
    IckenhamView → AbstractUrlBasedView
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createRequestContext(arg0: HttpServletRequest, arg1: HttpServletResponse, arg2: Map[String, AnyRef]): RequestContext

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  11. def createTemporaryOutputStream(): ByteArrayOutputStream

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def exposeModelAsRequestAttributes(arg0: Map[String, AnyRef], arg1: HttpServletRequest): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generatesDownloadContent(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  17. final def getApplicationContext(): ApplicationContext

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

    Permalink
    Definition Classes
    AbstractView
  19. def getBeanName(): String

    Permalink
    Definition Classes
    AbstractView
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AbstractView → View
  22. final def getMessageSourceAccessor(): MessageSourceAccessor

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws( ... )
  23. def getRequestContextAttribute(): String

    Permalink
    Definition Classes
    AbstractView
  24. final def getServletContext(): ServletContext

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport
    Annotations
    @throws( ... )
  25. def getStaticAttributes(): Map

    Permalink
    Definition Classes
    AbstractView
  26. final def getTempDir(): File

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

    Permalink
    Definition Classes
    AbstractUrlBasedView
  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(arg0: ApplicationContext): Unit

    Permalink
    Attributes
    protected[org.springframework.web.context.support]
    Definition Classes
    WebApplicationObjectSupport → ApplicationObjectSupport
  31. def initApplicationContext(): Unit

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
    Annotations
    @throws( ... )
  32. def initServletContext(arg0: ServletContext): Unit

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

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

    Permalink
    Definition Classes
    Any
  35. def isUrlRequired(): Boolean

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractUrlBasedView
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def prepareResponse(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
  40. def render(arg0: Map[String, _], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Permalink
    Definition Classes
    AbstractView → View
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. final def renderMergedOutputModel(arg0: Map[String, AnyRef], arg1: HttpServletRequest, arg2: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractTemplateView → AbstractView
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def renderMergedTemplateModel(model: Map[String, AnyRef], request: HttpServletRequest, response: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[com.github.enpassant.ickenham.springmvc]
    Definition Classes
    IckenhamView → AbstractTemplateView
  43. def requiredContextClass(): Class[_]

    Permalink
    Attributes
    protected[org.springframework.context.support]
    Definition Classes
    ApplicationObjectSupport
  44. def setAllowRequestOverride(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateView
  45. def setAllowSessionOverride(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateView
  46. final def setApplicationContext(arg0: ApplicationContext): Unit

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

    Permalink
    Definition Classes
    AbstractView
  48. def setAttributesCSV(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractView
    Annotations
    @throws( ... )
  49. def setAttributesMap(arg0: Map[String, _]): Unit

    Permalink
    Definition Classes
    AbstractView
  50. def setBeanName(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractView → BeanNameAware
  51. def setContentType(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractView
  52. def setExposeRequestAttributes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateView
  53. def setExposeSessionAttributes(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateView
  54. def setExposeSpringMacroHelpers(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AbstractTemplateView
  55. def setRequestContextAttribute(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractView
  56. final def setServletContext(arg0: ServletContext): Unit

    Permalink
    Definition Classes
    WebApplicationObjectSupport → ServletContextAware
  57. def setUrl(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractUrlBasedView
  58. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractUrlBasedView → AbstractView → AnyRef → Any
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def writeToResponse(arg0: HttpServletResponse, arg1: ByteArrayOutputStream): Unit

    Permalink
    Attributes
    protected[org.springframework.web.servlet.view]
    Definition Classes
    AbstractView
    Annotations
    @throws( classOf[java.io.IOException] )

Inherited from AbstractTemplateView

Inherited from AbstractUrlBasedView

Inherited from InitializingBean

Inherited from AbstractView

Inherited from BeanNameAware

Inherited from View

Inherited from WebApplicationObjectSupport

Inherited from ServletContextAware

Inherited from ApplicationObjectSupport

Inherited from ApplicationContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped