com.ideo.sweetdevria.taglib.tooltip
Class TooltipTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ideo.sweetdevria.taglib.AbstractTagDrawer
com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
com.ideo.sweetdevria.taglib.BaseTagSupport
com.ideo.sweetdevria.taglib.BaseLinkTagSupport
com.ideo.sweetdevria.taglib.tooltip.TooltipTag
- All Implemented Interfaces:
- Hideable, Hookable, IRiaTag, 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 TooltipTag
- extends BaseLinkTagSupport
- implements IRiaTag, Hideable, Hookable
- See Also:
- Serialized Form
Field Summary |
protected static java.lang.String |
BUILDER_ID
Builder Id. |
protected java.lang.String |
contentId
Content Id (referer). |
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 |
java.lang.String |
getBuilderId()
Return the targeted builder id for this component as specified in the configuration file. |
java.lang.String |
getContentId()
Get the contentId. |
BaseTagSupport |
getHooker()
|
void |
release()
Release method which must call super.release ! |
void |
setContentId(java.lang.String contentId)
Set the contentId. |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext)
Used by HTTP container. |
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport |
checkId, doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getId, isRendered, refractorContext, setBodyContent, setId, setRendered |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, 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.BodyTag |
doInitBody, setBodyContent |
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
doAfterBody |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setParent |
BUILDER_ID
protected static final java.lang.String BUILDER_ID
- Builder Id.
- See Also:
- Constant Field Values
contentId
protected java.lang.String contentId
- Content Id (referer).
TooltipTag
public TooltipTag()
- Constructor.
release
public void release()
- Description copied from interface:
IRiaTag
- Release method which must call super.release !
- Specified by:
release
in interface IRiaTag
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BaseLinkTagSupport
- See Also:
BaseTagSupport.release()
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
- Description copied from interface:
IRiaTag
- Used by HTTP container. We should release tag here.
- Specified by:
setPageContext
in interface IRiaTag
- Specified by:
setPageContext
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
setPageContext
in class AbstractTagDrawer
- See Also:
com.ideo.sweetdevria.taglib
getBuilderId
public java.lang.String getBuilderId()
- Description copied from interface:
IRiaTag
- Return the targeted builder id for this component as specified in the configuration file.
- Specified by:
getBuilderId
in interface IRiaTag
- Specified by:
getBuilderId
in class AbstractTagDrawer
- Returns:
- id targeted builder id
- See Also:
com.ideo.sweetdevria.taglib
getContentId
public java.lang.String getContentId()
- Get the contentId.
- Returns:
- Returns the contentId.
setContentId
public void setContentId(java.lang.String contentId)
- Set the contentId.
- Parameters:
contentId
- The contentId to set.
getHooker
public BaseTagSupport getHooker()
- Specified by:
getHooker
in interface Hookable
- Returns:
- the hooker for this component
Copyright © 2010 Ideo Technologies. All Rights Reserved.