com.arsdigita.acs.tags
Class PageContractTagExtraInfo

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

public class PageContractTagExtraInfo
extends TagExtraInfo


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
PageContractTagExtraInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          information on scripting variables defined by this tag
(package private) static Vector parseVars(String vars)
           
 
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

PageContractTagExtraInfo

public PageContractTagExtraInfo()
Method Detail

parseVars

static Vector parseVars(String vars)

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.