Public Member Functions | |
| String | getHref () |
| boolean | getSelected () |
| String | getForward () |
| String | getForwardControl () |
| int | doEndTag () throws JspException |
| void | release () |
Protected Attributes | |
| String | anchor = null |
| String | linkName = null |
| String | name = null |
| String | page = null |
| String | paramId = null |
| String | paramName = null |
| String | paramProperty = null |
| String | paramScope = null |
| String | property = null |
| String | scope = null |
| String | target = null |
| boolean | transaction = false |
Definition at line 41 of file TabTag.java.
|
|
Record this tab with our surrounding TabsTag instance.
Definition at line 282 of file TabTag.java. References org.objectweb.jonas.webapp.taglib.TabTag.anchor, org.objectweb.jonas.webapp.taglib.TreeControlNode.getAction(), org.objectweb.jonas.webapp.taglib.TabTag.name, org.objectweb.jonas.webapp.taglib.TabTag.page, org.objectweb.jonas.webapp.taglib.TabTag.paramId, org.objectweb.jonas.webapp.taglib.TabTag.paramName, org.objectweb.jonas.webapp.taglib.TabTag.paramProperty, org.objectweb.jonas.webapp.taglib.TabTag.paramScope, org.objectweb.jonas.webapp.taglib.TabTag.property, org.objectweb.jonas.webapp.taglib.TabTag.scope, and org.objectweb.jonas.webapp.taglib.TabTag.transaction. |
Here is the call graph for this function:

|
|
Accessor Forward property. Definition at line 78 of file TabTag.java. |
|
|
Accessor ForwardControl property. Definition at line 89 of file TabTag.java. |
|
|
Accessor Href property. Definition at line 56 of file TabTag.java. |
|
|
Accessor Selected property. Definition at line 67 of file TabTag.java. |
|
|
Release all state information set by this tag. Definition at line 340 of file TabTag.java. |
|
|
The anchor to be added to the end of the generated hyperlink. Definition at line 100 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The link name for named links. Definition at line 113 of file TabTag.java. |
|
|
The JSP bean name for query parameters. Definition at line 126 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered. Definition at line 140 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The single-parameter request parameter name to generate. Definition at line 153 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The single-parameter JSP bean name. Definition at line 166 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The single-parameter JSP bean property. Definition at line 179 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The single-parameter JSP bean scope. Definition at line 192 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The JSP bean property name for query parameters. Definition at line 205 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The scope of the bean specified by the name property, if any. Definition at line 218 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
|
|
The window target. Definition at line 231 of file TabTag.java. |
|
|
Include transaction token (if any) in the hyperlink? Definition at line 244 of file TabTag.java. Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag(). |
1.3.9.1