org.apache.struts.taglib.bean
Class CookieTei

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.struts.taglib.bean.CookieTei

public class CookieTei
extends javax.servlet.jsp.tagext.TagExtraInfo

Implementation of TagExtraInfo for the cookie tag, identifying the scripting object(s) to be made visible.

Version:
$Rev: 54929 $ $Date: 2004-10-16 20:38:42 +0400 (??????, 16 ?????? 2004) $

Constructor Summary
CookieTei()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Return information about the scripting variables to be created.
 
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

CookieTei

public CookieTei()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Return information about the scripting variables to be created.

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


Copyright ? 2000-2007 - The Apache Software Foundation