Class FocusRenderer

    • Constructor Detail

      • FocusRenderer

        public FocusRenderer()
    • Method Detail

      • encodeEnd

        public void encodeEnd​(javax.faces.context.FacesContext context,
                              javax.faces.component.UIComponent component)
                       throws IOException
        Overrides:
        encodeEnd in class javax.faces.render.Renderer
        Throws:
        IOException
      • encodeExplicitFocus

        protected void encodeExplicitFocus​(javax.faces.context.FacesContext context,
                                           Focus focus)
                                    throws IOException
        Throws:
        IOException
      • encodeImplicitFocus

        protected void encodeImplicitFocus​(javax.faces.context.FacesContext context,
                                           Focus focus)
                                    throws IOException
        Throws:
        IOException
      • findFirstInvalidComponentClientId

        protected String findFirstInvalidComponentClientId​(javax.faces.context.FacesContext context,
                                                           Focus focus)