Class SetLocaleSupport
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.taglibs.standard.tag.common.fmt.SetLocaleSupport
-
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
SetLocaleTag,SetLocaleTag,SetLocaleTag
public abstract class SetLocaleSupport extends javax.servlet.jsp.tagext.TagSupportSupport for tag handlers for <setLocale>, the locale setting tag in JSTL 1.0.- Author:
- Jan Luehe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetLocaleSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()voidrelease()voidsetScope(String scope)
-
-
-
Method Detail
-
setScope
public void setScope(String scope)
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
javax.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejavax.servlet.jsp.tagext.Tag- Overrides:
releasein classjavax.servlet.jsp.tagext.TagSupport
-
-