Java Doc for ELFormTag.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.FormTag
   org.apache.strutsel.taglib.html.ELFormTag

ELFormTag
public class ELFormTag extends FormTag (Code)
Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.

This class is a subclass of the class org.apache.struts.taglib.html.FormTag 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: 479635 $





Method Summary
public  intdoStartTag()
     Process the start tag.
public  StringgetAcceptCharsetExpr()
     Getter method for "acceptCharset" tag attribute.
public  StringgetActionExpr()
     Getter method for "action" tag attribute.
public  StringgetDirExpr()
     Getter method for "dir" tag attribute.
public  StringgetDisabledExpr()
     Getter method for "disabled" tag attribute.
public  StringgetEnctypeExpr()
     Getter method for "enctype" tag attribute.
public  StringgetFocusExpr()
     Getter method for "focus" tag attribute.
public  StringgetFocusIndexExpr()
     Getter method for "focusIndex" tag attribute.
public  StringgetLangExpr()
     Getter method for "lang" tag attribute.
public  StringgetMethodExpr()
     Getter method for "method" tag attribute.
public  StringgetOnresetExpr()
     Getter method for "onreset" tag attribute.
public  StringgetOnsubmitExpr()
     Getter method for "onsubmit" tag attribute.
public  StringgetReadonlyExpr()
     Getter method for "readonly" tag attribute.
public  StringgetScriptLanguageExpr()
     Getter method for "scriptLanguage" tag attribute.
public  StringgetStyleClassExpr()
     Getter method for "styleClass" tag attribute.
public  StringgetStyleExpr()
     Getter method for "style" tag attribute.
public  StringgetStyleIdExpr()
     Getter method for "styleId" tag attribute.
public  StringgetTargetExpr()
     Getter method for "target" tag attribute.
public  voidrelease()
     Resets attribute values for tag reuse.
public  voidsetAcceptCharsetExpr(String acceptCharsetExpr)
     Setter method for "acceptCharset" tag attribute.
public  voidsetActionExpr(String actionExpr)
     Setter method for "action" tag attribute.
public  voidsetDirExpr(String dirExpr)
     Setter method for "dir" tag attribute.
public  voidsetDisabledExpr(String disabledExpr)
     Setter method for "disabled" tag attribute.
public  voidsetEnctypeExpr(String enctypeExpr)
     Setter method for "enctype" tag attribute.
public  voidsetFocusExpr(String focusExpr)
     Setter method for "focus" tag attribute.
public  voidsetFocusIndexExpr(String focusIndexExpr)
     Setter method for "focusIndex" tag attribute.
public  voidsetLangExpr(String langExpr)
     Setter method for "lang" tag attribute.
public  voidsetMethodExpr(String methodExpr)
     Setter method for "method" tag attribute.
public  voidsetOnresetExpr(String onresetExpr)
     Setter method for "onreset" tag attribute.
public  voidsetOnsubmitExpr(String onsubmitExpr)
     Setter method for "onsubmit" tag attribute.
public  voidsetReadonlyExpr(String readonlyExpr)
     Setter method for "readonly" tag attribute.
public  voidsetScriptLanguageExpr(String scriptLanguageExpr)
     Setter method for "scriptLanguage" tag attribute.
public  voidsetStyleClassExpr(String styleClassExpr)
     Setter method for "styleClass" tag attribute.
public  voidsetStyleExpr(String styleExpr)
     Setter method for "style" tag attribute.
public  voidsetStyleIdExpr(String styleIdExpr)
     Setter method for "styleId" tag attribute.
public  voidsetTargetExpr(String targetExpr)
     Setter method for "target" tag attribute.



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



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



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



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



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



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



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



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



getLangExpr
public String getLangExpr()(Code)
Getter method for "lang" 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.)



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



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



getReadonlyExpr
public String getReadonlyExpr()(Code)
Getter method for "readonly" 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.)



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



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



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



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



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



setAcceptCharsetExpr
public void setAcceptCharsetExpr(String acceptCharsetExpr)(Code)
Setter method for "acceptCharset" tag attribute. (Mapping set in associated BeanInfo class.)



setActionExpr
public void setActionExpr(String actionExpr)(Code)
Setter method for "action" tag attribute. (Mapping set in associated BeanInfo class.)



setDirExpr
public void setDirExpr(String dirExpr)(Code)
Setter method for "dir" tag attribute. (Mapping set in associated BeanInfo class.)



setDisabledExpr
public void setDisabledExpr(String disabledExpr)(Code)
Setter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)



setEnctypeExpr
public void setEnctypeExpr(String enctypeExpr)(Code)
Setter method for "enctype" tag attribute. (Mapping set in associated BeanInfo class.)



setFocusExpr
public void setFocusExpr(String focusExpr)(Code)
Setter method for "focus" tag attribute. (Mapping set in associated BeanInfo class.)



setFocusIndexExpr
public void setFocusIndexExpr(String focusIndexExpr)(Code)
Setter method for "focusIndex" tag attribute. (Mapping set in associated BeanInfo class.)



setLangExpr
public void setLangExpr(String langExpr)(Code)
Setter method for "lang" 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.)



setOnresetExpr
public void setOnresetExpr(String onresetExpr)(Code)
Setter method for "onreset" tag attribute. (Mapping set in associated BeanInfo class.)



setOnsubmitExpr
public void setOnsubmitExpr(String onsubmitExpr)(Code)
Setter method for "onsubmit" tag attribute. (Mapping set in associated BeanInfo class.)



setReadonlyExpr
public void setReadonlyExpr(String readonlyExpr)(Code)
Setter method for "readonly" 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.)



setStyleClassExpr
public void setStyleClassExpr(String styleClassExpr)(Code)
Setter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)



setStyleExpr
public void setStyleExpr(String styleExpr)(Code)
Setter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)



setStyleIdExpr
public void setStyleIdExpr(String styleIdExpr)(Code)
Setter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)



setTargetExpr
public void setTargetExpr(String targetExpr)(Code)
Setter method for "target" tag attribute. (Mapping set in associated BeanInfo class.)



Fields inherited from org.apache.struts.taglib.html.FormTag
protected String acceptCharset(Code)(Java Doc)
protected String action(Code)(Java Doc)
protected String beanName(Code)(Java Doc)
protected String beanScope(Code)(Java Doc)
protected String beanType(Code)(Java Doc)
protected String enctype(Code)(Java Doc)
protected String focus(Code)(Java Doc)
protected String focusIndex(Code)(Java Doc)
protected static String lineEnd(Code)(Java Doc)
protected ActionMapping mapping(Code)(Java Doc)
protected static MessageResources messages(Code)(Java Doc)
protected String method(Code)(Java Doc)
protected ModuleConfig moduleConfig(Code)(Java Doc)
protected String onreset(Code)(Java Doc)
protected String onsubmit(Code)(Java Doc)
protected boolean readonly(Code)(Java Doc)
protected boolean scriptLanguage(Code)(Java Doc)
protected ActionServlet servlet(Code)(Java Doc)
protected String style(Code)(Java Doc)
protected String styleClass(Code)(Java Doc)
protected String styleId(Code)(Java Doc)
protected String target(Code)(Java Doc)

Methods inherited from org.apache.struts.taglib.html.FormTag
public int doEndTag() throws JspException(Code)(Java Doc)
public int doStartTag() throws JspException(Code)(Java Doc)
public String getAcceptCharset()(Code)(Java Doc)
public String getAction()(Code)(Java Doc)
public String getBeanName()(Code)(Java Doc)
public String getDir()(Code)(Java Doc)
public String getEnctype()(Code)(Java Doc)
public String getFocus()(Code)(Java Doc)
public String getFocusIndex()(Code)(Java Doc)
public String getLang()(Code)(Java Doc)
public String getMethod()(Code)(Java Doc)
public String getOnreset()(Code)(Java Doc)
public String getOnsubmit()(Code)(Java Doc)
public boolean getScriptLanguage()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getStyleClass()(Code)(Java Doc)
public String getStyleId()(Code)(Java Doc)
public String getTarget()(Code)(Java Doc)
protected void initFormBean() throws JspException(Code)(Java Doc)
public boolean isDisabled()(Code)(Java Doc)
public boolean isReadonly()(Code)(Java Doc)
protected void lookup() throws JspException(Code)(Java Doc)
public void release()(Code)(Java Doc)
protected void renderAction(StringBuffer results)(Code)(Java Doc)
protected void renderAttribute(StringBuffer results, String attribute, String value)(Code)(Java Doc)
protected String renderFocusJavascript()(Code)(Java Doc)
protected String renderFormStartElement() throws JspException(Code)(Java Doc)
protected void renderName(StringBuffer results) throws JspException(Code)(Java Doc)
protected void renderOtherAttributes(StringBuffer results)(Code)(Java Doc)
protected String renderToken()(Code)(Java Doc)
public void setAcceptCharset(String acceptCharset)(Code)(Java Doc)
public void setAction(String action)(Code)(Java Doc)
public void setDir(String dir)(Code)(Java Doc)
public void setDisabled(boolean disabled)(Code)(Java Doc)
public void setEnctype(String enctype)(Code)(Java Doc)
public void setFocus(String focus)(Code)(Java Doc)
public void setFocusIndex(String focusIndex)(Code)(Java Doc)
public void setLang(String lang)(Code)(Java Doc)
public void setMethod(String method)(Code)(Java Doc)
public void setOnreset(String onReset)(Code)(Java Doc)
public void setOnsubmit(String onSubmit)(Code)(Java Doc)
public void setReadonly(boolean readonly)(Code)(Java Doc)
public void setScriptLanguage(boolean scriptLanguage)(Code)(Java Doc)
public void setStyle(String style)(Code)(Java Doc)
public void setStyleClass(String styleClass)(Code)(Java Doc)
public void setStyleId(String styleId)(Code)(Java Doc)
public void setTarget(String target)(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.