Class RendererBase

    • Constructor Detail

      • RendererBase

        public RendererBase()
    • Method Detail

      • getCurrentValue

        protected String getCurrentValue​(javax.faces.context.FacesContext facesContext,
                                         javax.faces.component.UIComponent component)
      • getConvertedValue

        public Object getConvertedValue​(javax.faces.context.FacesContext context,
                                        javax.faces.component.UIComponent component,
                                        Object submittedValue)
                                 throws javax.faces.convert.ConverterException
        Overrides:
        getConvertedValue in class javax.faces.render.Renderer
        Throws:
        javax.faces.convert.ConverterException
      • onComponentCreated

        public void onComponentCreated​(javax.faces.context.FacesContext facesContext,
                                       javax.faces.component.UIComponent component,
                                       javax.faces.component.UIComponent parent)
      • getResponseWriter

        protected TobagoResponseWriter getResponseWriter​(javax.faces.context.FacesContext facesContext)
      • encodeReload

        public void encodeReload​(javax.faces.context.FacesContext facesContext,
                                 AbstractUIReload reload)
                          throws IOException
        Special implementation for the reload facet (e.g. for tc:panel and tc:sheet.
        Throws:
        IOException