Class SetLocaleTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
-
- org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,Serializable
public class SetLocaleTag extends SetLocaleSupport
A handler for <setLocale> that supports rtexprvalue-based attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
value, variant
-
-
Constructor Summary
Constructors Constructor Description SetLocaleTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(Object value)voidsetVariant(String variant)-
Methods inherited from class org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
doEndTag, parseLocale, parseLocale, release, setScope
-
-