org.objectweb.jonas.webapp.taglib.TabTag Class Reference

List of all members.

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

Detailed Description

Author:
Michel-Ange ANTON

Definition at line 41 of file TabTag.java.


Member Function Documentation

int org.objectweb.jonas.webapp.taglib.TabTag.doEndTag  )  throws JspException
 

Record this tab with our surrounding TabsTag instance.

Exceptions:
JspException if a processing error occurs

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:

String org.objectweb.jonas.webapp.taglib.TabTag.getForward  ) 
 

Accessor Forward property.

Definition at line 78 of file TabTag.java.

String org.objectweb.jonas.webapp.taglib.TabTag.getForwardControl  ) 
 

Accessor ForwardControl property.

Definition at line 89 of file TabTag.java.

String org.objectweb.jonas.webapp.taglib.TabTag.getHref  ) 
 

Accessor Href property.

Definition at line 56 of file TabTag.java.

boolean org.objectweb.jonas.webapp.taglib.TabTag.getSelected  ) 
 

Accessor Selected property.

Definition at line 67 of file TabTag.java.

void org.objectweb.jonas.webapp.taglib.TabTag.release  ) 
 

Release all state information set by this tag.

Definition at line 340 of file TabTag.java.


Member Data Documentation

String org.objectweb.jonas.webapp.taglib.TabTag.anchor = null [protected]
 

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().

String org.objectweb.jonas.webapp.taglib.TabTag.linkName = null [protected]
 

The link name for named links.

Definition at line 113 of file TabTag.java.

String org.objectweb.jonas.webapp.taglib.TabTag.name = null [protected]
 

The JSP bean name for query parameters.

Definition at line 126 of file TabTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag().

String org.objectweb.jonas.webapp.taglib.TabTag.page = null [protected]
 

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().

String org.objectweb.jonas.webapp.taglib.TabTag.paramId = null [protected]
 

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().

String org.objectweb.jonas.webapp.taglib.TabTag.paramName = null [protected]
 

The single-parameter JSP bean name.

Definition at line 166 of file TabTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag().

String org.objectweb.jonas.webapp.taglib.TabTag.paramProperty = null [protected]
 

The single-parameter JSP bean property.

Definition at line 179 of file TabTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag().

String org.objectweb.jonas.webapp.taglib.TabTag.paramScope = null [protected]
 

The single-parameter JSP bean scope.

Definition at line 192 of file TabTag.java.

Referenced by org.objectweb.jonas.webapp.taglib.TabTag.doEndTag().

String org.objectweb.jonas.webapp.taglib.TabTag.property = null [protected]
 

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().

String org.objectweb.jonas.webapp.taglib.TabTag.scope = null [protected]
 

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().

String org.objectweb.jonas.webapp.taglib.TabTag.target = null [protected]
 

The window target.

Definition at line 231 of file TabTag.java.

boolean org.objectweb.jonas.webapp.taglib.TabTag.transaction = false [protected]
 

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().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:46 2005 for JOnAS by  doxygen 1.3.9.1