FileDocCategorySizeDatePackage
MessageTag.javaAPI DocGlassfish v2 API2823Sat May 05 19:18:00 BST 2007org.apache.taglibs.standard.tag.rt.fmt

MessageTag

public class MessageTag extends org.apache.taglibs.standard.tag.common.fmt.MessageSupport

A handler for <message> that supports rtexprvalue-based attributes.

author
Jan Luehe

Fields Summary
Constructors Summary
Methods Summary
public voidsetBundle(javax.servlet.jsp.jstl.fmt.LocalizationContext locCtxt)

        this.bundleAttrValue = locCtxt;
        this.bundleSpecified = true;
    
public voidsetKey(java.lang.String key)

        this.keyAttrValue = key;
	this.keySpecified = true;