org.apache.taglibs.standard.tag.rt.fmt
Class SetLocaleTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class SetLocaleTag
- extends SetLocaleSupport
A handler for <setLocale> that supports rtexprvalue-based
attributes.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetLocaleTag
public SetLocaleTag()
setValue
public void setValue(Object value)
throws JspTagException
- Throws:
JspTagException
setVariant
public void setVariant(String variant)
throws JspTagException
- Throws:
JspTagException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.