|
Milyn-Tinak Version 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.tinak.UATag
The ua tag is a means of selecting or deselecting content based on the accessing useragents common name or membership of a profile.
| Field Summary |
| 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 | |
UATag()
|
|
| Method Summary | |
int |
doAfterBody()
Process the doAfterBody event. |
int |
doEndTag()
Process the doEnd event. |
void |
doInitBody()
Process the doInitBody event. |
int |
doStartTag()
Process the doStart event. |
javax.servlet.jsp.tagext.Tag |
getParent()
Get the tag parent tag. |
void |
release()
Process the release event. |
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
Set the body content |
void |
setDir(java.lang.String directive)
Bean method for setting the directive attribute ("dir") value from the page. |
void |
setMatch(java.lang.String match)
Bean method for setting the match attribute ("match") value from the page. |
void |
setPageContext(javax.servlet.jsp.PageContext context)
Set the page context. |
void |
setParent(javax.servlet.jsp.tagext.Tag tag)
Set the tag parent tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UATag()
| Method Detail |
public void setPageContext(javax.servlet.jsp.PageContext context)
setPageContext in interface javax.servlet.jsp.tagext.Tagcontext - The page context.public void setParent(javax.servlet.jsp.tagext.Tag tag)
setParent in interface javax.servlet.jsp.tagext.Tagtag - The tag parent tag.public javax.servlet.jsp.tagext.Tag getParent()
getParent in interface javax.servlet.jsp.tagext.Tag
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagTag.SKIP_BODY, Tag.EVAL_BODY_INCLUDE or BodyTag.EVAL_BODY_BUFFERED
javax.servlet.jsp.JspExceptionpublic void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
setBodyContent in interface javax.servlet.jsp.tagext.BodyTagbodyContent - The tag body content.
public void doInitBody()
throws javax.servlet.jsp.JspException
doInitBody in interface javax.servlet.jsp.tagext.BodyTagjavax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagTag.SKIP_BODY
javax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagTag.SKIP_BODY, Tag.EVAL_BODY_INCLUDE, Tag.SKIP_PAGE, Tag.EVAL_PAGE
javax.servlet.jsp.JspExceptionpublic void setMatch(java.lang.String match)
match - The match value.public void setDir(java.lang.String directive)
directive - The "dir" attribute value.public void release()
release in interface javax.servlet.jsp.tagext.Tag
|
Milyn-Tinak Version 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||