com.bea.p13n.servlets.jsp.taglib
Class ContentQueryExtraInfo
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagExtraInfo
|
+--com.bea.p13n.servlets.jsp.taglib.ContentQueryExtraInfo
- public class ContentQueryExtraInfo
- extends TagExtraInfo
The tag extra info the ContentQueryTag.
This will specify a script variable named from the id attribute of type
com.bea.content.Node[].
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NODE_CLASS_NAME
public static final String NODE_CLASS_NAME
ContentQueryExtraInfo
public ContentQueryExtraInfo()
getVariableInfo
public VariableInfo[] getVariableInfo(TagData data)
- Returns the required variable information for the ContentQuery
tag. Required for the id tag attribute
- Overrides:
getVariableInfo
in class TagExtraInfo
- Parameters:
data
- The TagData object that includes the id variable.
- Returns:
- A array of information for the VariableInfo.
isValid
public boolean isValid(TagData data)
- Overrides:
isValid
in class TagExtraInfo
Copyright © 2003 BEA Systems, Inc. All Rights Reserved