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

java.lang.Object
  extended by TagExtraInfo
      extended by com.bea.p13n.servlets.jsp.taglib.ContentSelectorExtraInfo

public class ContentSelectorExtraInfo
extends TagExtraInfo

The tag extra info the ContentSelector.

This will specify a script variable named from the id attribute of type com.bea.content.Node[].


Field Summary
static String NODE_CLASS_NAME
           
 
Constructor Summary
ContentSelectorExtraInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          Returns the required variable information for the ContentSelector tag.
 boolean isValid(TagData data)
           
 
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
Constructor Detail

ContentSelectorExtraInfo

public ContentSelectorExtraInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)
Returns the required variable information for the ContentSelector tag. Required for the id tag attribute

Parameters
data - The TagData object that includes the id variable.
Returns
A array of information for the VariableInfo.

isValid

public boolean isValid(TagData data)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved