com.octo.captcha.module.taglib
Class MessageTag

java.lang.Object
  extended by com.octo.captcha.module.taglib.BaseCaptchaTag
      extended by com.octo.captcha.module.taglib.MessageTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class MessageTag
extends BaseCaptchaTag
implements javax.servlet.jsp.tagext.Tag

Version:
1.0
Author:
Marc-Antoine Garrigue

Field Summary
 
Fields inherited from class com.octo.captcha.module.taglib.BaseCaptchaTag
pageContext, parent
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
MessageTag()
           
 
Method Summary
 int doEndTag()
           
protected  CaptchaService getService()
           
 
Methods inherited from class com.octo.captcha.module.taglib.BaseCaptchaTag
doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doStartTag, getParent, release, setPageContext, setParent
 

Constructor Detail

MessageTag

public MessageTag()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Specified by:
doEndTag in class BaseCaptchaTag
Throws:
javax.servlet.jsp.JspException

getService

protected CaptchaService getService()
Specified by:
getService in class BaseCaptchaTag


Copyright © 2003-2011 JCaptcha corp.. All Rights Reserved.