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

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by com.bea.content.manager.servlets.jsp.taglib.GetPropertyTagExtraInfo

public class GetPropertyTagExtraInfo
extends javax.servlet.jsp.tagext.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).


Constructor Summary
GetPropertyTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Return the extra info needed by the GetPropertyTag.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertyTagExtraInfo

public GetPropertyTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Return the extra info needed by the GetPropertyTag.

Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.