org.objectweb.jonas.webapp.taglib
Class TitleContentTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.objectweb.jonas.webapp.taglib.WhereAreYouTag
              extended by org.objectweb.jonas.webapp.taglib.TitleContentTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class TitleContentTag
extends WhereAreYouTag

Author:
Michel-Ange ANTON
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
 
Constructor Summary
TitleContentTag()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
          Render this instant actions control.
 java.lang.String getImage()
           
 java.lang.String getTitle()
           
protected  java.util.ArrayList getTomThumbList(TreeControlNode p_Node)
           
 boolean isTomThumb()
           
 boolean isTomThumbIcons()
           
 boolean isUsingParent()
           
 void release()
          Release all state information set by this tag.
protected  void render(javax.servlet.jsp.JspWriter out)
           
protected  java.lang.String renderTomThumb(java.util.ArrayList p_TomThumb)
           
 void setImage(java.lang.String image)
           
 void setTitle(java.lang.String title)
           
 void setTomThumb(boolean tomThumb)
           
 void setTomThumbIcons(boolean tomThumbIcons)
           
 void setUsingParent(boolean usingParent)
           
 
Methods inherited from class org.objectweb.jonas.webapp.taglib.WhereAreYouTag
getImagesRoot, getSelectedNameNode, getSelectedTreeControlNode, getUrlToRefreshSelectedNode, getUsingWhere, getWhereAreYouInstance, isTreeToRefresh, isUsingWhere, setUsingWhere
 
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
 

Field Detail

m_Body

protected java.lang.String m_Body
Constructor Detail

TitleContentTag

public TitleContentTag()
Method Detail

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)

isUsingParent

public boolean isUsingParent()

setUsingParent

public void setUsingParent(boolean usingParent)

isTomThumb

public boolean isTomThumb()

setTomThumb

public void setTomThumb(boolean tomThumb)

isTomThumbIcons

public boolean isTomThumbIcons()

setTomThumbIcons

public void setTomThumbIcons(boolean tomThumbIcons)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Render this instant actions control.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Returns:
Constant EVAL_PAGE
Throws:
javax.servlet.jsp.JspException - if a processing error occurs

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

release

public void release()
Release all state information set by this tag.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport

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

renderTomThumb

protected java.lang.String renderTomThumb(java.util.ArrayList p_TomThumb)

getTomThumbList

protected java.util.ArrayList getTomThumbList(TreeControlNode p_Node)