Class JspTemplateViewDispatcher

  • All Implemented Interfaces:
    ViewDispatcher

    public class JspTemplateViewDispatcher
    extends java.lang.Object
    implements ViewDispatcher
    JSP or other web resource integration. Sends the model produced by Aspectran's internal activity to the JSP to render the final view page.

    Created: 2019. 02. 18

    • Constructor Detail

      • JspTemplateViewDispatcher

        public JspTemplateViewDispatcher()
    • Method Detail

      • setContentType

        public void setContentType​(java.lang.String contentType)
      • setTemplate

        public void setTemplate​(java.lang.String template)
      • setIncludePageKey

        public void setIncludePageKey​(java.lang.String includePageKey)
      • isSingleton

        public boolean isSingleton()
        Description copied from interface: ViewDispatcher
        Return whether this view dispatcher corresponds to a singleton instance.
        Specified by:
        isSingleton in interface ViewDispatcher
        Returns:
        whether this view dispatcher corresponds to a singleton instance
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object