Class Markup

  • All Implemented Interfaces:
    Serializable, Iterable<String>

    public final class Markup
    extends Object
    implements Serializable, Iterable<String>

    A markup signs a component to be rendered different from the normal. E. g. markup="emphasized" might be rendered bold or a markup="deleted" might be rendered with line-through style. The concrete rendering depends from the theme.

    The markup can also hold more than one value, e. g. markup="emphasized, deleted".

    The value of the markup is unmodifiable.

    A markup must be registered for a component, before it can be used.

    A markup should only contain ASCII characters and digits.

    In JSPs the class MarkupEditor will convert the string literals.

    See Also:
    Serialized Form