Java Doc for TabTag.java in  » J2EE » JOnAS-4.8.6 » org » objectweb » jonas » webapp » taglib » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » JOnAS 4.8.6 » org.objectweb.jonas.webapp.taglib 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.servlet.jsp.tagext.BodyTagSupport
   org.objectweb.jonas.webapp.taglib.TabTag

TabTag
public class TabTag extends BodyTagSupport (Code)

author:
   Michel-Ange ANTON


Field Summary
protected  Stringanchor
     The anchor to be added to the end of the generated hyperlink.
protected  StringlinkName
     The link name for named links.
protected  Stringname
     The JSP bean name for query parameters.
protected  Stringpage
     The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered.
protected  StringparamId
     The single-parameter request parameter name to generate.
protected  StringparamName
     The single-parameter JSP bean name.
protected  StringparamProperty
     The single-parameter JSP bean property.
protected  StringparamScope
     The single-parameter JSP bean scope.
protected  Stringproperty
     The JSP bean property name for query parameters.
protected  Stringscope
     The scope of the bean specified by the name property, if any.
protected  Stringtarget
     The window target.
protected  booleantransaction
    


Method Summary
public  intdoAfterBody()
    
public  intdoEndTag()
     Record this tab with our surrounding TabsTag instance.
public  intdoStartTag()
    
public  StringgetAnchor()
    
public  StringgetForward()
     Accessor Forward property.
public  StringgetForwardControl()
     Accessor ForwardControl property.
public  StringgetHref()
     Accessor Href property.
public  StringgetLinkName()
    
public  StringgetName()
    
public  StringgetPage()
    
public  StringgetParamId()
    
public  StringgetParamName()
    
public  StringgetParamProperty()
    
public  StringgetParamScope()
    
public  StringgetProperty()
    
public  StringgetScope()
    
public  booleangetSelected()
     Accessor Selected property.
public  StringgetTarget()
    
public  booleangetTransaction()
    
public  voidrelease()
     Release all state information set by this tag.
public  voidsetAnchor(String anchor)
    
public  voidsetForward(String forward)
    
public  voidsetForwardControl(String forwardControl)
    
public  voidsetHref(String href)
    
public  voidsetLinkName(String linkName)
    
public  voidsetName(String name)
    
public  voidsetPage(String page)
    
public  voidsetParamId(String paramId)
    
public  voidsetParamName(String paramName)
    
public  voidsetParamProperty(String paramProperty)
    
public  voidsetParamScope(String paramScope)
    
public  voidsetProperty(String property)
    
public  voidsetScope(String scope)
    
public  voidsetSelected(boolean selected)
    
public  voidsetTarget(String target)
    
public  voidsetTransaction(boolean transaction)
    

Field Detail
anchor
protected String anchor(Code)
The anchor to be added to the end of the generated hyperlink.



linkName
protected String linkName(Code)
The link name for named links.



name
protected String name(Code)
The JSP bean name for query parameters.



page
protected String page(Code)
The context-relative page URL (beginning with a slash) to which this hyperlink will be rendered.



paramId
protected String paramId(Code)
The single-parameter request parameter name to generate.



paramName
protected String paramName(Code)
The single-parameter JSP bean name.



paramProperty
protected String paramProperty(Code)
The single-parameter JSP bean property.



paramScope
protected String paramScope(Code)
The single-parameter JSP bean scope.



property
protected String property(Code)
The JSP bean property name for query parameters.



scope
protected String scope(Code)
The scope of the bean specified by the name property, if any.



target
protected String target(Code)
The window target.



transaction
protected boolean transaction(Code)
Include transaction token (if any) in the hyperlink?





Method Detail
doAfterBody
public int doAfterBody() throws JspException(Code)



doEndTag
public int doEndTag() throws JspException(Code)
Record this tab with our surrounding TabsTag instance.
exception:
  JspException - if a processing error occurs



doStartTag
public int doStartTag() throws JspException(Code)



getAnchor
public String getAnchor()(Code)



getForward
public String getForward()(Code)
Accessor Forward property.



getForwardControl
public String getForwardControl()(Code)
Accessor ForwardControl property.



getHref
public String getHref()(Code)
Accessor Href property.



getLinkName
public String getLinkName()(Code)



getName
public String getName()(Code)



getPage
public String getPage()(Code)



getParamId
public String getParamId()(Code)



getParamName
public String getParamName()(Code)



getParamProperty
public String getParamProperty()(Code)



getParamScope
public String getParamScope()(Code)



getProperty
public String getProperty()(Code)



getScope
public String getScope()(Code)



getSelected
public boolean getSelected()(Code)
Accessor Selected property.



getTarget
public String getTarget()(Code)



getTransaction
public boolean getTransaction()(Code)



release
public void release()(Code)
Release all state information set by this tag.



setAnchor
public void setAnchor(String anchor)(Code)



setForward
public void setForward(String forward)(Code)



setForwardControl
public void setForwardControl(String forwardControl)(Code)



setHref
public void setHref(String href)(Code)



setLinkName
public void setLinkName(String linkName)(Code)



setName
public void setName(String name)(Code)



setPage
public void setPage(String page)(Code)



setParamId
public void setParamId(String paramId)(Code)



setParamName
public void setParamName(String paramName)(Code)



setParamProperty
public void setParamProperty(String paramProperty)(Code)



setParamScope
public void setParamScope(String paramScope)(Code)



setProperty
public void setProperty(String property)(Code)



setScope
public void setScope(String scope)(Code)



setSelected
public void setSelected(boolean selected)(Code)



setTarget
public void setTarget(String target)(Code)



setTransaction
public void setTransaction(boolean transaction)(Code)



Fields inherited from javax.servlet.jsp.tagext.BodyTagSupport
protected BodyContent bodyContent(Code)(Java Doc)

Methods inherited from javax.servlet.jsp.tagext.BodyTagSupport
public int doAfterBody() throws JspException(Code)(Java Doc)
public int doEndTag() throws JspException(Code)(Java Doc)
public void doInitBody() throws JspException(Code)(Java Doc)
public int doStartTag() throws JspException(Code)(Java Doc)
public BodyContent getBodyContent()(Code)(Java Doc)
public JspWriter getPreviousOut()(Code)(Java Doc)
public void release()(Code)(Java Doc)
public void setBodyContent(BodyContent b)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.