org.apache.taglibs.standard.tag.el.fmt
Class BundleTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.fmt.BundleSupport
org.apache.taglibs.standard.tag.el.fmt.BundleTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class BundleTag
- extends BundleSupport
A handler for <bundle> that accepts attributes as Strings
and evaluates them as expressions at runtime.
- Author:
- Shawn Bayern, Jan Luehe
- See Also:
- Serialized Form
Constructor Summary |
BundleTag()
Constructs a new BundleTag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleTag
public BundleTag()
- Constructs a new BundleTag. As with TagSupport, subclasses
should not provide other constructors and are expected to call
the superclass constructor
doStartTag
public int doStartTag()
throws JspException
- Description copied from class:
BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class BundleSupport
- Returns:
- EVAL_BODY_BUFFERED
- Throws:
JspException
- if an error occurred while processing this tag- See Also:
Tag.doStartTag()
release
public void release()
- Description copied from class:
BodyTagSupport
- Release state.
- Specified by:
release
in interface Tag
- Overrides:
release
in class BundleSupport
- See Also:
Tag.release()
setBasename
public void setBasename(String basename_)
setPrefix
public void setPrefix(String prefix_)
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.