pt.moredata.taglibs.protectcontent
Class ProtectedContentTagExtraInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended bypt.moredata.taglibs.protectcontent.ProtectedContentTagExtraInfo

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

ProtectedContentTagExtraInfo.java Company MoreData

Version:
$Revision: 1.1 $
Author:
pcarmo

Constructor Summary
ProtectedContentTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Informacao acerca das variaveis criadas pela Tag.
 
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

ProtectedContentTagExtraInfo

public ProtectedContentTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Informacao acerca das variaveis criadas pela Tag.

Parameters:
data - A informacao acerca da tag.
Returns:
Informacao acerca das variaveis criadas pela Tag.