Package com.jalios.jcms.taglib
Class WebHelpTag
- java.lang.Object
 - 
- javax.servlet.jsp.tagext.TagSupport
 - 
- com.jalios.jcms.taglib.WebHelpTag
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class WebHelpTag extends javax.servlet.jsp.tagext.TagSupportThis tag prints the webhelp icon- Version:
 - $Revision: 119523 $
 - Author:
 - Olivier Dedieu
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description WebHelpTag() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()intdoStartTag() 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException- Specified by:
 doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
 doStartTagin classjavax.servlet.jsp.tagext.TagSupport- Throws:
 javax.servlet.jsp.JspException
 
- 
doEndTag
public int doEndTag()
- Specified by:
 doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
 doEndTagin classjavax.servlet.jsp.tagext.TagSupport
 
 - 
 
 -