Class Name.name

java.lang.Object
com.aoapps.html.any.attributes.text.Name.name
Enclosing interface:
Name<E extends Element<?,?,E> & Name<E>>

public static final class Name.name extends Object

Utility class for working with Name.

See HTML name Attribute.

  • Method Details

    • normalize

      public static Object normalize(Object name)
      Normalizes a name attribute.

      TODO: Review if trim-to-null is the best default. Maybe default to false and override where should be true instead. Any change to textarea/input name attribute would also need to be reflected in dirname attribute.

      See Also: