com.bea.p13n.servlets.jsp.taglib
Class ContentQueryExtraInfo

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by com.bea.p13n.servlets.jsp.taglib.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.bea.content.Node[].(CR336306)If the versionedContent is true, then named variable from the id attribute is specified as com.bea.content.virtual.version.Version[]


Field Summary
static String NODE_CLASS_NAME
           
static String VERSION_CLASS_NAME
           
 
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.
 boolean isValid(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_CLASS_NAME

public static final String NODE_CLASS_NAME

VERSION_CLASS_NAME

public static final String VERSION_CLASS_NAME
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.

isValid

public boolean isValid(javax.servlet.jsp.tagext.TagData data)
Overrides:
isValid in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright © 2011, Oracle. All rights reserved.