GetNodeTagExtraInfo Class

com.bea.content.manager.servlets.jsp.taglib
GetNodeTagExtraInfo Class

public class GetNodeTagExtraInfo

    extends TagExtraInfo

The tag extra info the GetNodeTag.

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


Hierarchy
Object
  TagExtraInfo
    GetNodeTagExtraInfo

Constructor Summary

GetNodeTagExtraInfo()

 

Method Summary

public VariableInfo[]
getVariableInfo(TagData data)
 
Methods from  javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

GetNodeTagExtraInfo

public GetNodeTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

public VariableInfo[] getVariableInfo(TagData data)
Overrides
TagExtraInfo.getVariableInfo(TagData)