ContentSelectorExtraInfo Class

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

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[].


Hierarchy
Object
  TagExtraInfo
    ContentSelectorExtraInfo

Field Summary

public static final String
NODE_CLASS_NAME
String
 

Constructor Summary

ContentSelectorExtraInfo()

 

Method Summary

public VariableInfo[]
getVariableInfo(TagData data)
Returns the required variable information for the ContentSelector tag.
public boolean
isValid(TagData data)
 
Methods from  javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo
 
Methods 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(TagData) Method

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

Overrides
TagExtraInfo.getVariableInfo(TagData)

Parameters

data
The TagData object that includes the id variable.

Returns

A array of information for the VariableInfo.

isValid(TagData) Method

public boolean isValid(TagData data)
Overrides
TagExtraInfo.isValid(TagData)