com.ecyrd.jspwiki.tags
Class CheckLockInfo

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by com.ecyrd.jspwiki.tags.CheckLockInfo

public class CheckLockInfo
extends TagExtraInfo

A companion to CheckLogTag.


Constructor Summary
CheckLockInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          
 
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

CheckLockInfo

public CheckLockInfo()
Method Detail

getVariableInfo

public VariableInfo[] getVariableInfo(TagData data)

Overrides:
getVariableInfo in class TagExtraInfo