FileDocCategorySizeDatePackage
ListAttachmentsTEI.javaAPI DocGlassfish v2 API2475Mon Oct 17 14:54:28 BST 2005demo

ListAttachmentsTEI

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

Fields Summary
Constructors Summary
public ListAttachmentsTEI()

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

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