Class AbstractInputMetadataTransformer

    • Constructor Detail

      • AbstractInputMetadataTransformer

        public AbstractInputMetadataTransformer()
    • Method Detail

      • transformInput

        protected abstract void transformInput​(javax.faces.context.FacesContext context,
                                               PrimeApplicationContext applicationContext,
                                               javax.faces.component.UIInput component)
                                        throws IOException
        Throws:
        IOException
      • setMaxlength

        protected void setMaxlength​(javax.faces.component.UIInput input,
                                    int maxlength)
      • getMaxlength

        protected int getMaxlength​(javax.faces.component.UIInput input)
      • isMaxlenghtSet

        protected boolean isMaxlenghtSet​(javax.faces.component.UIInput input)