com.arsdigita.acs.tags
Class GetUserInfoTagExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.arsdigita.acs.tags.GetUserInfoTagExtraInfo

public class GetUserInfoTagExtraInfo
extends TagExtraInfo


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
GetUserInfoTagExtraInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          information on scripting variables defined by this tag
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetUserInfoTagExtraInfo

public GetUserInfoTagExtraInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)
Description copied from class: TagExtraInfo
information on scripting variables defined by this tag
Overrides:
getVariableInfo in class TagExtraInfo
Following copied from class: javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - The translation-time TagData instance.