GetPropertyTagExtraInfo Class

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

public class GetPropertyTagExtraInfo

    extends TagExtraInfo

The tag extra info for the GetPropertyTag.

This will specify a script variable named from the resultId attribute of the type specified by resultType (defaulting to java.lang.Object).


Hierarchy
Object
  TagExtraInfo
    GetPropertyTagExtraInfo

Constructor Summary

GetPropertyTagExtraInfo()

 

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

GetPropertyTagExtraInfo

public GetPropertyTagExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

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