com.j2biz.blogunity.web.taglibs
Class EntryTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.j2biz.blogunity.web.taglibs.EntryTag
All Implemented Interfaces:
IterationTag, JspTag, Serializable, Tag

public class EntryTag
extends TagSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
EntryTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 Entry getEntry()
           
 void setEntry(Entry entry)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryTag

public EntryTag()
Method Detail

getEntry

public Entry getEntry()

setEntry

public void setEntry(Entry entry)

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException


Copyright (c)j2biz.com