Class ComponentIdUtil

java.lang.Object
org.eclnt.jsfserver.elements.util.ComponentIdUtil

public class ComponentIdUtil extends Object
  • Constructor Details

    • ComponentIdUtil

      public ComponentIdUtil()
  • Method Details

    • removeNonIdCharactersFromId

      public static String removeNonIdCharactersFromId(String id)
      Removes "invalid" characters from String which serves as id of a component.

      Background: the JSF reference implementation is performing certain checks for the component id that need to be considered when assembling ids (e.g. as part of ROWINCLUDE processing).