org.objectweb.jonas.webapp.taglib
Class TitleContentTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.objectweb.jonas.webapp.taglib.WhereAreYouTag
org.objectweb.jonas.webapp.taglib.TitleContentTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class TitleContentTag
- extends WhereAreYouTag
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
m_Body
|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Method Summary |
int |
doAfterBody()
|
int |
doEndTag()
Render this instant actions control. |
java.lang.String |
getImage()
|
java.lang.String |
getTitle()
|
void |
release()
Release all state information set by this tag. |
protected void |
render(javax.servlet.jsp.JspWriter out)
|
void |
setImage(java.lang.String image)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
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 |
getParent, setPageContext, setParent |
m_Body
protected java.lang.String m_Body
TitleContentTag
public TitleContentTag()
getImage
public java.lang.String getImage()
setImage
public void setImage(java.lang.String image)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Render this instant actions control.
- Throws:
javax.servlet.jsp.JspException
- if a processing error occurs
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
release
public void release()
- Release all state information set by this tag.
render
protected void render(javax.servlet.jsp.JspWriter out)
throws java.io.IOException,
javax.servlet.jsp.JspException
- Throws:
java.io.IOException
javax.servlet.jsp.JspException