FileDocCategorySizeDatePackage
ListMessagesTEI.javaAPI DocGlassfish v2 API2461Mon Oct 17 14:54:28 BST 2005demo

ListMessagesTEI

public class ListMessagesTEI extends TagExtraInfo
Extra information class to support the scripting variable created by the ListMessagesTag class. The scope of the variable is limited to the body of the tag.

Fields Summary
Constructors Summary
public ListMessagesTEI()

        super();
    
Methods Summary
public VariableInfo[]getVariableInfo(TagData data)

        VariableInfo info = new VariableInfo(data.getId(),"MessageInfo",
            true, VariableInfo.NESTED);
        VariableInfo[] varInfo = { info };
        return varInfo;