public class SetBundleTag extends org.apache.taglibs.standard.tag.common.fmt.SetBundleSupport
A handler for <setBundle> that accepts attributes as Strings
and evaluates them as expressions at runtime.
author
Shawn Bayern
author
Jan Luehe
Fields Summary
private String
basename_
Constructors Summary
public SetBundleTag()
Constructs a new SetBundleTag. As with TagSupport, subclasses
should not provide other constructors and are expected to call
the superclass constructor
// evaluate any expressions we were passed, once per invocation
evaluateExpressions();
// chain to the parent implementation
return super.doStartTag();