Java Doc for ELJavascriptValidatorTag.java in  » Web-Framework » struts-1.3.8 » org » apache » strutsel » taglib » html » 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 » struts 1.3.8 » org.apache.strutsel.taglib.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.struts.taglib.html.JavascriptValidatorTag
   org.apache.strutsel.taglib.html.ELJavascriptValidatorTag

ELJavascriptValidatorTag
public class ELJavascriptValidatorTag extends JavascriptValidatorTag (Code)
Custom tag that generates JavaScript for client side validation based on the validation rules loaded by the ValidatorPlugIn defined in the struts-config.xml file.

This class is a subclass of the class org.apache.struts.taglib.html.JavascriptValidatorTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
version:
   $Rev: 471754 $





Method Summary
public  intdoStartTag()
     Process the start tag.
public  StringgetBundleExpr()
     Getter method for "bundle" tag attribute.
public  StringgetCdataExpr()
     Getter method for "cdata" tag attribute.
public  StringgetDynamicJavascriptExpr()
     Getter method for "dynamicJavascript" tag attribute.
public  StringgetFormNameExpr()
     Getter method for "formName" tag attribute.
public  StringgetHtmlCommentExpr()
     Getter method for "htmlComment" tag attribute.
public  StringgetMethodExpr()
     Getter method for "method" tag attribute.
public  StringgetPageExpr()
     Getter method for "page" tag attribute.
public  StringgetScriptLanguageExpr()
     Getter method for "scriptLanguage" tag attribute.
public  StringgetSrcExpr()
     Getter method for "src" tag attribute.
public  StringgetStaticJavascriptExpr()
     Getter method for "staticJavascript" tag attribute.
public  voidrelease()
     Resets attribute values for tag reuse.
public  voidsetBundleExpr(String bundleExpr)
     Setter method for "bundle" tag attribute.
public  voidsetCdataExpr(String cdataExpr)
     Setter method for "cdata" tag attribute.
public  voidsetDynamicJavascriptExpr(String dynamicJavascriptExpr)
     Setter method for "dynamicJavascript" tag attribute.
public  voidsetFormNameExpr(String formNameExpr)
     Setter method for "formName" tag attribute.
public  voidsetHtmlCommentExpr(String htmlCommentExpr)
     Setter method for "htmlComment" tag attribute.
public  voidsetMethodExpr(String methodExpr)
     Setter method for "method" tag attribute.
public  voidsetPageExpr(String pageExpr)
     Setter method for "page" tag attribute.
public  voidsetScriptLanguageExpr(String scriptLanguageExpr)
     Setter method for "scriptLanguage" tag attribute.
public  voidsetSrcExpr(String srcExpr)
     Setter method for "src" tag attribute.
public  voidsetStaticJavascriptExpr(String staticJavascriptExpr)
     Setter method for "staticJavascript" tag attribute.



Method Detail
doStartTag
public int doStartTag() throws JspException(Code)
Process the start tag.
throws:
  JspException - if a JSP exception has occurred



getBundleExpr
public String getBundleExpr()(Code)
Getter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)



getCdataExpr
public String getCdataExpr()(Code)
Getter method for "cdata" tag attribute. (Mapping set in associated BeanInfo class.)



getDynamicJavascriptExpr
public String getDynamicJavascriptExpr()(Code)
Getter method for "dynamicJavascript" tag attribute. (Mapping set in associated BeanInfo class.)



getFormNameExpr
public String getFormNameExpr()(Code)
Getter method for "formName" tag attribute. (Mapping set in associated BeanInfo class.)



getHtmlCommentExpr
public String getHtmlCommentExpr()(Code)
Getter method for "htmlComment" tag attribute. (Mapping set in associated BeanInfo class.)



getMethodExpr
public String getMethodExpr()(Code)
Getter method for "method" tag attribute. (Mapping set in associated BeanInfo class.)



getPageExpr
public String getPageExpr()(Code)
Getter method for "page" tag attribute. (Mapping set in associated BeanInfo class.)



getScriptLanguageExpr
public String getScriptLanguageExpr()(Code)
Getter method for "scriptLanguage" tag attribute. (Mapping set in associated BeanInfo class.)



getSrcExpr
public String getSrcExpr()(Code)
Getter method for "src" tag attribute. (Mapping set in associated BeanInfo class.)



getStaticJavascriptExpr
public String getStaticJavascriptExpr()(Code)
Getter method for "staticJavascript" tag attribute. (Mapping set in associated BeanInfo class.)



release
public void release()(Code)
Resets attribute values for tag reuse.



setBundleExpr
public void setBundleExpr(String bundleExpr)(Code)
Setter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)



setCdataExpr
public void setCdataExpr(String cdataExpr)(Code)
Setter method for "cdata" tag attribute. (Mapping set in associated BeanInfo class.)



setDynamicJavascriptExpr
public void setDynamicJavascriptExpr(String dynamicJavascriptExpr)(Code)
Setter method for "dynamicJavascript" tag attribute. (Mapping set in associated BeanInfo class.)



setFormNameExpr
public void setFormNameExpr(String formNameExpr)(Code)
Setter method for "formName" tag attribute. (Mapping set in associated BeanInfo class.)



setHtmlCommentExpr
public void setHtmlCommentExpr(String htmlCommentExpr)(Code)
Setter method for "htmlComment" tag attribute. (Mapping set in associated BeanInfo class.)



setMethodExpr
public void setMethodExpr(String methodExpr)(Code)
Setter method for "method" tag attribute. (Mapping set in associated BeanInfo class.)



setPageExpr
public void setPageExpr(String pageExpr)(Code)
Setter method for "page" tag attribute. (Mapping set in associated BeanInfo class.)



setScriptLanguageExpr
public void setScriptLanguageExpr(String scriptLanguageExpr)(Code)
Setter method for "scriptLanguage" tag attribute. (Mapping set in associated BeanInfo class.)



setSrcExpr
public void setSrcExpr(String srcExpr)(Code)
Setter method for "src" tag attribute. (Mapping set in associated BeanInfo class.)



setStaticJavascriptExpr
public void setStaticJavascriptExpr(String staticJavascriptExpr)(Code)
Setter method for "staticJavascript" tag attribute. (Mapping set in associated BeanInfo class.)



Fields inherited from org.apache.struts.taglib.html.JavascriptValidatorTag
final protected static String HTML_BEGIN_COMMENT(Code)(Java Doc)
final protected static String HTML_END_COMMENT(Code)(Java Doc)
protected String bundle(Code)(Java Doc)
protected String cdata(Code)(Java Doc)
protected String dynamicJavascript(Code)(Java Doc)
protected String formName(Code)(Java Doc)
protected String htmlComment(Code)(Java Doc)
protected String jsFormName(Code)(Java Doc)
protected static String lineEnd(Code)(Java Doc)
protected String methodName(Code)(Java Doc)
protected int page(Code)(Java Doc)
protected boolean scriptLanguage(Code)(Java Doc)
protected String src(Code)(Java Doc)
protected String staticJavascript(Code)(Java Doc)

Methods inherited from org.apache.struts.taglib.html.JavascriptValidatorTag
public int doStartTag() throws JspException(Code)(Java Doc)
public String getBundle()(Code)(Java Doc)
public String getCdata()(Code)(Java Doc)
public String getDynamicJavascript()(Code)(Java Doc)
public String getFormName()(Code)(Java Doc)
public String getHtmlComment()(Code)(Java Doc)
protected String getJavascriptBegin(String methods)(Code)(Java Doc)
protected String getJavascriptEnd()(Code)(Java Doc)
protected String getJavascriptStaticMethods(ValidatorResources resources)(Code)(Java Doc)
public String getJsFormName()(Code)(Java Doc)
public String getMethod()(Code)(Java Doc)
public int getPage()(Code)(Java Doc)
public boolean getScriptLanguage()(Code)(Java Doc)
public String getSrc()(Code)(Java Doc)
public String getStaticJavascript()(Code)(Java Doc)
public void release()(Code)(Java Doc)
protected String renderJavascript() throws JspException(Code)(Java Doc)
protected String renderStartElement()(Code)(Java Doc)
public void setBundle(String bundle)(Code)(Java Doc)
public void setCdata(String cdata)(Code)(Java Doc)
public void setDynamicJavascript(String dynamicJavascript)(Code)(Java Doc)
public void setFormName(String formName)(Code)(Java Doc)
public void setHtmlComment(String htmlComment)(Code)(Java Doc)
public void setJsFormName(String jsFormName)(Code)(Java Doc)
public void setMethod(String methodName)(Code)(Java Doc)
public void setPage(int page)(Code)(Java Doc)
public void setScriptLanguage(boolean scriptLanguage)(Code)(Java Doc)
public void setSrc(String src)(Code)(Java Doc)
public void setStaticJavascript(String staticJavascript)(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.