|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.objectweb.jonas.webapp.taglib.TabTag
public class TabTag
Field Summary | |
---|---|
protected String |
anchor
The anchor to be added to the end of the generated hyperlink. |
protected String |
linkName
The link name for named links. |
protected String |
name
The JSP bean name for query parameters. |
protected String |
page
The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered. |
protected String |
paramId
The single-parameter request parameter name to generate. |
protected String |
paramName
The single-parameter JSP bean name. |
protected String |
paramProperty
The single-parameter JSP bean property. |
protected String |
paramScope
The single-parameter JSP bean scope. |
protected String |
property
The JSP bean property name for query parameters. |
protected String |
scope
The scope of the bean specified by the name property, if any. |
protected String |
target
The window target. |
protected boolean |
transaction
Include transaction token (if any) in the hyperlink? |
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 | |
---|---|
TabTag()
|
Method Summary | |
---|---|
int |
doAfterBody()
|
int |
doEndTag()
Record this tab with our surrounding TabsTag instance. |
int |
doStartTag()
|
String |
getAnchor()
|
String |
getForward()
Accessor Forward property. |
String |
getForwardControl()
Accessor ForwardControl property. |
String |
getHref()
Accessor Href property. |
String |
getLinkName()
|
String |
getName()
|
String |
getPage()
|
String |
getParamId()
|
String |
getParamName()
|
String |
getParamProperty()
|
String |
getParamScope()
|
String |
getProperty()
|
String |
getScope()
|
boolean |
getSelected()
Accessor Selected property. |
String |
getTarget()
|
boolean |
getTransaction()
|
void |
release()
Release all state information set by this tag. |
void |
setAnchor(String anchor)
|
void |
setForward(String forward)
|
void |
setForwardControl(String forwardControl)
|
void |
setHref(String href)
|
void |
setLinkName(String linkName)
|
void |
setName(String name)
|
void |
setPage(String page)
|
void |
setParamId(String paramId)
|
void |
setParamName(String paramName)
|
void |
setParamProperty(String paramProperty)
|
void |
setParamScope(String paramScope)
|
void |
setProperty(String property)
|
void |
setScope(String scope)
|
void |
setSelected(boolean selected)
|
void |
setTarget(String target)
|
void |
setTransaction(boolean transaction)
|
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
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 |
Field Detail |
---|
protected String anchor
protected String linkName
protected String name
protected String page
protected String paramId
protected String paramName
protected String paramProperty
protected String paramScope
protected String property
protected String scope
protected String target
protected boolean transaction
Constructor Detail |
---|
public TabTag()
Method Detail |
---|
public String getHref()
public void setHref(String href)
public boolean getSelected()
public void setSelected(boolean selected)
public String getForward()
public void setForward(String forward)
public String getForwardControl()
public void setForwardControl(String forwardControl)
public String getAnchor()
public void setAnchor(String anchor)
public String getLinkName()
public void setLinkName(String linkName)
public String getName()
public void setName(String name)
public String getPage()
public void setPage(String page)
public String getParamId()
public void setParamId(String paramId)
public String getParamName()
public void setParamName(String paramName)
public String getParamProperty()
public void setParamProperty(String paramProperty)
public String getParamScope()
public void setParamScope(String paramScope)
public String getProperty()
public void setProperty(String property)
public String getScope()
public void setScope(String scope)
public String getTarget()
public void setTarget(String target)
public boolean getTransaction()
public void setTransaction(boolean transaction)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
JspException
public int doAfterBody() throws JspException
doAfterBody
in interface IterationTag
doAfterBody
in class BodyTagSupport
JspException
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
- if a processing error occurspublic void release()
release
in interface Tag
release
in class BodyTagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |