Class SetLocaleTag

All Implemented Interfaces:
IterationTag, JspTag, Tag, Serializable

public class SetLocaleTag extends SetLocaleSupport

A handler for <setLocale> that accepts attributes as Strings and evaluates them as expressions at runtime.

Author:
Jan Luehe
See Also:
  • Constructor Details

    • SetLocaleTag

      public SetLocaleTag()
      Constructs a new LocaleTag. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor
  • Method Details