Class DefaultNodeContainerViewController

    • Constructor Detail

      • DefaultNodeContainerViewController

        public DefaultNodeContainerViewController()
    • Method Detail

      • renderView

        public void renderView​(@Nonnull
                               RenderContext context)
                        throws java.lang.Exception
        Renders the component to a view.
        Specified by:
        renderView in interface ViewController
        Parameters:
        context - the context for rendering
        Throws:
        java.lang.Exception - in case of problems - it will cause a fatal error (such as HTTP status 500)
      • computeInlinedScriptsSection

        @Nonnull
        protected java.lang.String computeInlinedScriptsSection()
        .