org.objectweb.jonas.webapp.taglib
Class TabsTag

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.TabsTag
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 TabsTag
extends WhereAreYouTag

See Also:
Serialized Form

Field Summary
 
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
TabsTag()
           
 
Method Summary
 int doEndTag()
          Render this instant actions control.
 int doStartTag()
           
 java.lang.String getHeight()
          Accessor Height property.
 int getHeightSeparator()
          Accessor HeightSeparator property.
 int getHeightTab()
          Accessor HeightTab property.
 java.lang.String getImagesDir()
          Accessor ImagesDir property.
 int getMarginPanel()
          Accessor MarginPanel property.
 java.lang.String getWidth()
          Accessor Width property.
 int getWidthSeparator()
          Accessor WidthSeparator property.
 int getWidthTab()
          Accessor WidthTab property.
 void release()
          Release all state information set by this tag.
 void setHeight(java.lang.String height)
          Accessor Height property.
 void setHeightSeparator(int heightSeparator)
           
 void setHeightTab(int heightTab)
           
 void setImagesDir(java.lang.String imagesDir)
           
 void setMarginPanel(int marginPanel)
           
 void setWidth(java.lang.String width)
           
 void setWidthSeparator(int widthSeparator)
           
 void setWidthTab(int widthTab)
           
 
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
doAfterBody, doInitBody, 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
 

Constructor Detail

TabsTag

public TabsTag()
Method Detail

getWidthTab

public int getWidthTab()
Accessor WidthTab property.


setWidthTab

public void setWidthTab(int widthTab)

getHeightTab

public int getHeightTab()
Accessor HeightTab property.


setHeightTab

public void setHeightTab(int heightTab)

getWidth

public java.lang.String getWidth()
Accessor Width property.


setWidth

public void setWidth(java.lang.String width)

getHeight

public java.lang.String getHeight()
Accessor Height property.


setHeight

public void setHeight(java.lang.String height)
Accessor Height property.


getWidthSeparator

public int getWidthSeparator()
Accessor WidthSeparator property.


setWidthSeparator

public void setWidthSeparator(int widthSeparator)

getHeightSeparator

public int getHeightSeparator()
Accessor HeightSeparator property.


setHeightSeparator

public void setHeightSeparator(int heightSeparator)

getMarginPanel

public int getMarginPanel()
Accessor MarginPanel property.


setMarginPanel

public void setMarginPanel(int marginPanel)

getImagesDir

public java.lang.String getImagesDir()
Accessor ImagesDir property.


setImagesDir

public void setImagesDir(java.lang.String imagesDir)

doStartTag

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

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
Throws:
javax.servlet.jsp.JspException - if a processing error occurs

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