Java Doc for BodyHtmlTag.java in  » Web-Framework » aranea-mvc-1.1.1 » org » araneaframework » jsp » tag » basic » 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 » Web Framework » aranea mvc 1.1.1 » org.araneaframework.jsp.tag.basic 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.araneaframework.jsp.tag.PresentationTag
   org.araneaframework.jsp.tag.basic.BodyHtmlTag

BodyHtmlTag
public class BodyHtmlTag extends PresentationTag (Code)
Aranea HTML body tag.
author:
   Taimo Peelo (taimo@araneaframework.org)


Field Summary
final public static  StringKEY
    
final public static  StringONLOAD
    
final public static  StringONUNLOAD
    
protected  StringBufferafterBodyEndScripts
     Scripts registered by nested tags.
protected  Stringdir
    
protected  Stringid
     Another bunch of HTML attributes.
protected  Stringlang
    
protected  Stringonload
    
protected  Stringonunload
    
protected  Stringtitle
    


Method Summary
public  voidaddAfterBodyEndScript(String script)
     Nested tags should get surrounding body tag from PageContext and register their body end scripts with this method.
protected  intdoEndTag(Writer out)
    
protected  intdoStartTag(Writer out)
    
public  voidsetDir(String dir)
    
public  voidsetId(String id)
    
public  voidsetLang(String lang)
    
public  voidsetOnload(String onload)
    
public  voidsetOnunload(String onunload)
    
public  voidsetTitle(String title)
    
protected  voidwriteAdditionalAfterBodyEndScripts(Writer out)
     Called before closing the script tag immediately following the HTML <body> start, use for additional client-side page (AraneaPage) initialization.
protected  voidwriteAdditionalAfterBodyStartScripts(Writer out)
     Called before closing the script tag immediately following the HTML <body> start, use for additional client-side page (AraneaPage) initialization.
protected  voidwriteAfterBodyEndScripts(Writer out)
     Writes the scripts immediately following the closing of <body> tag.
protected  voidwriteAfterBodyStartScripts(Writer out)
     Writes the scripts immediately following the opening of <body> tag.
protected  voidwriteAjaxValidationScript(Writer out)
     Writes script that sets the whether Uilib org.araneaframework.uilib.form.FormWidget 's should be validated seamlessly on the background with the actions or not.
protected  voidwriteConfirmationScript(Writer out)
    
protected  voidwriteKeepAliveRegistrationScripts(Writer out)
     Writes scripts that register client-side keepalive events for server-side expiring services.
protected  voidwriteLocaleScript(Writer out)
     Writes script that makes client-side aware of server-side locale.
protected  voidwriteServletURLScript(Writer out)
     Writes script that makes client-side aware of container URL.

Field Detail
KEY
final public static String KEY(Code)



ONLOAD
final public static String ONLOAD(Code)



ONUNLOAD
final public static String ONUNLOAD(Code)



afterBodyEndScripts
protected StringBuffer afterBodyEndScripts(Code)
Scripts registered by nested tags.



dir
protected String dir(Code)



id
protected String id(Code)
Another bunch of HTML attributes.



lang
protected String lang(Code)



onload
protected String onload(Code)



onunload
protected String onunload(Code)



title
protected String title(Code)





Method Detail
addAfterBodyEndScript
public void addAfterBodyEndScript(String script)(Code)
Nested tags should get surrounding body tag from PageContext and register their body end scripts with this method.



doEndTag
protected int doEndTag(Writer out) throws Exception(Code)



doStartTag
protected int doStartTag(Writer out) throws Exception(Code)



setDir
public void setDir(String dir)(Code)



setId
public void setId(String id)(Code)



setLang
public void setLang(String lang)(Code)



setOnload
public void setOnload(String onload) throws JspException(Code)



setOnunload
public void setOnunload(String onunload) throws JspException(Code)



setTitle
public void setTitle(String title)(Code)



writeAdditionalAfterBodyEndScripts
protected void writeAdditionalAfterBodyEndScripts(Writer out) throws Exception(Code)
Called before closing the script tag immediately following the HTML <body> start, use for additional client-side page (AraneaPage) initialization.



writeAdditionalAfterBodyStartScripts
protected void writeAdditionalAfterBodyStartScripts(Writer out) throws Exception(Code)
Called before closing the script tag immediately following the HTML <body> start, use for additional client-side page (AraneaPage) initialization.



writeAfterBodyEndScripts
protected void writeAfterBodyEndScripts(Writer out) throws Exception(Code)
Writes the scripts immediately following the closing of <body> tag.



writeAfterBodyStartScripts
protected void writeAfterBodyStartScripts(Writer out) throws Exception(Code)
Writes the scripts immediately following the opening of <body> tag.



writeAjaxValidationScript
protected void writeAjaxValidationScript(Writer out) throws JspException, IOException(Code)
Writes script that sets the whether Uilib org.araneaframework.uilib.form.FormWidget 's should be validated seamlessly on the background with the actions or not.
See Also:   ConfigurationContext.BACKGROUND_FORM_VALIDATION
since:
   1.1



writeConfirmationScript
protected void writeConfirmationScript(Writer out) throws Exception(Code)

since:
   1.1



writeKeepAliveRegistrationScripts
protected void writeKeepAliveRegistrationScripts(Writer out) throws JspException, IOException(Code)
Writes scripts that register client-side keepalive events for server-side expiring services.



writeLocaleScript
protected void writeLocaleScript(Writer out) throws JspException, IOException(Code)
Writes script that makes client-side aware of server-side locale.



writeServletURLScript
protected void writeServletURLScript(Writer out) throws IOException(Code)
Writes script that makes client-side aware of container URL.



Fields inherited from org.araneaframework.jsp.tag.PresentationTag
protected Map attributes(Code)(Java Doc)
protected String baseStyleClass(Code)(Java Doc)
protected String style(Code)(Java Doc)
protected String styleClass(Code)(Java Doc)

Methods inherited from org.araneaframework.jsp.tag.PresentationTag
public void addAttribute(String name, String value) throws JspException(Code)(Java Doc)
final public static String calculateStyleClass(String baseStyleClass, String styleClass)(Code)(Java Doc)
protected int doStartTag(Writer out) throws Exception(Code)(Java Doc)
public String getStyle() throws JspException(Code)(Java Doc)
protected String getStyleClass() throws JspException(Code)(Java Doc)
public void setPageContext(PageContext pageContext)(Code)(Java Doc)
public void setStyle(String style) throws JspException(Code)(Java Doc)
public void setStyleClass(String styleClass) throws JspException(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.