Class InputTagsRenderer


  • @Deprecated
    public class InputTagsRenderer
    extends org.primefaces.renderkit.InputRenderer
    Deprecated.
    A PrimeFaces component for the JavaScript tagEditor component: https://github.com/Pixabay/jQuery-tagEditor
    Author:
    XIMA MEDIA GmbH
    • Field Summary

      • Fields inherited from class javax.faces.render.Renderer

        PASSTHROUGH_RENDERER_LOCALNAME_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      InputTagsRenderer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected String convertAvailableTags​(javax.faces.context.FacesContext context, InputTags inputTags)
      Deprecated.
       
      void decode​(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
      Deprecated.
       
      void encodeEnd​(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
      Deprecated.
       
      protected void encodeHiddenInput​(javax.faces.context.FacesContext context, InputTags inputTags, String clientId)
      Deprecated.
       
      protected void encodeHiddenList​(javax.faces.context.FacesContext context, InputTags inputTags, String clientId)
      Deprecated.
       
      protected void encodeMarkup​(javax.faces.context.FacesContext context, InputTags inputTags)
      Deprecated.
       
      protected void encodeScript​(javax.faces.context.FacesContext context, InputTags inputTags)
      Deprecated.
       
      Object getConvertedValue​(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue)
      Deprecated.
       
      • Methods inherited from class org.primefaces.renderkit.InputRenderer

        isDisabled, isReadOnly, renderAccessibilityAttributes, renderAccessibilityAttributes, renderARIACombobox, renderARIAInvalid, renderARIARequired, renderRTLDirection, shouldDecode
      • Methods inherited from class org.primefaces.renderkit.CoreRenderer

        buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
      • Methods inherited from class javax.faces.render.Renderer

        convertClientId, encodeBegin, encodeChildren, getRendersChildren
    • Constructor Detail

      • InputTagsRenderer

        public InputTagsRenderer()
        Deprecated.
    • Method Detail

      • encodeEnd

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

        protected void encodeScript​(javax.faces.context.FacesContext context,
                                    InputTags inputTags)
                             throws IOException
        Deprecated.
        Throws:
        IOException
      • encodeMarkup

        protected void encodeMarkup​(javax.faces.context.FacesContext context,
                                    InputTags inputTags)
                             throws IOException
        Deprecated.
        Throws:
        IOException
      • encodeHiddenList

        protected void encodeHiddenList​(javax.faces.context.FacesContext context,
                                        InputTags inputTags,
                                        String clientId)
                                 throws IOException
        Deprecated.
        Throws:
        IOException
      • encodeHiddenInput

        protected void encodeHiddenInput​(javax.faces.context.FacesContext context,
                                         InputTags inputTags,
                                         String clientId)
                                  throws IOException
        Deprecated.
        Throws:
        IOException
      • decode

        public void decode​(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
        Deprecated.
        Overrides:
        decode in class javax.faces.render.Renderer
      • getConvertedValue

        public Object getConvertedValue​(javax.faces.context.FacesContext context,
                                        javax.faces.component.UIComponent component,
                                        Object submittedValue)
                                 throws javax.faces.convert.ConverterException
        Deprecated.
        Overrides:
        getConvertedValue in class org.primefaces.renderkit.InputRenderer
        Throws:
        javax.faces.convert.ConverterException
      • convertAvailableTags

        protected String convertAvailableTags​(javax.faces.context.FacesContext context,
                                              InputTags inputTags)
        Deprecated.