BEA Systems, Inc.

com.beasys.commerce.p13n.tags
Class ContentQueryExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.beasys.commerce.p13n.tags.ContentQueryExtraInfo

public class ContentQueryExtraInfo
extends javax.servlet.jsp.tagext.TagExtraInfo

The tag extra info the ContentQueryTag.

This will specify a script variable named from the id attribute of type com.beasys.commerce.axiom.content.Content[].


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
ContentQueryExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Returns the required variable information for the ContentQuery tag.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentQueryExtraInfo

public ContentQueryExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Returns the required variable information for the ContentQuery tag. Required for the id tag attribute
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - The TagData object that includes the id variable.
Returns:
A array of information for the VariableInfo.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved