org.apache.taglibs.standard.tag.common.fmt
Class SetBundleSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
- All Implemented Interfaces:
- java.io.Serializable, IterationTag, JspTag, Tag
- Direct Known Subclasses:
- SetBundleTag, SetBundleTag
public abstract class SetBundleSupport
- extends TagSupport
Support for tag handlers for <setBundle>, the JSTL 1.0 tag that loads
a resource bundle and stores it in a scoped variable.
- Author:
- Jan Luehe
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
basename
|
| 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 |
basename
protected java.lang.String basename
SetBundleSupport
public SetBundleSupport()
setVar
public void setVar(java.lang.String var)
setScope
public void setScope(java.lang.String scope)
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class TagSupport
- Throws:
JspException
release
public void release()
- Specified by:
release in interface Tag- Overrides:
release in class TagSupport
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.