FileDocCategorySizeDatePackage
UseLocaleBundleTagExtraInfo.javaAPI DocExample680Thu Jun 28 16:14:16 BST 2001com.ora.jsp.tags.generic

UseLocaleBundleTagExtraInfo

public class UseLocaleBundleTagExtraInfo extends TagExtraInfo
This class provides information about the variable created by the UseLocaleBundleTag to the JSP container at translation-time.
author
Hans Bergsten, Gefion software
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public VariableInfo[]getVariableInfo(TagData data)

        return new VariableInfo[]
        {
            new VariableInfo(data.getAttributeString("id"),
                "com.ora.jsp.beans.locale.LocaleBean",
                true,
                VariableInfo.AT_END)
        };