org.ow2.jonas.webapp.taglib
Class WhereAreYouTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.ow2.jonas.webapp.taglib.WhereAreYouTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag
Direct Known Subclasses:
RefreshTreeTag, TabsTag, TitleContentTag

public class WhereAreYouTag
extends BodyTagSupport

Author:
Michel-Ange ANTON
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
WhereAreYouTag()
           
 
Method Summary
 String getImagesRoot()
           
 String getSelectedNameNode()
           
 TreeControlNode getSelectedTreeControlNode()
           
 String getUrlToRefreshSelectedNode()
           
 boolean getUsingWhere()
           
protected  WhereAreYou getWhereAreYouInstance()
           
 boolean isTreeToRefresh()
           
 boolean isUsingWhere()
           
 void setUsingWhere(boolean usingWhere)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, 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

WhereAreYouTag

public WhereAreYouTag()
Method Detail

isUsingWhere

public boolean isUsingWhere()

getUsingWhere

public boolean getUsingWhere()

setUsingWhere

public void setUsingWhere(boolean usingWhere)

getSelectedNameNode

public String getSelectedNameNode()

getSelectedTreeControlNode

public TreeControlNode getSelectedTreeControlNode()

getImagesRoot

public String getImagesRoot()

isTreeToRefresh

public boolean isTreeToRefresh()

getUrlToRefreshSelectedNode

public String getUrlToRefreshSelectedNode()

getWhereAreYouInstance

protected WhereAreYou getWhereAreYouInstance()


Copyright © 2010 OW2 Consortium. All Rights Reserved.