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


java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      org.apache.struts.taglib.bean.MessageTag

All known Subclasses:   org.apache.struts.taglib.nested.bean.NestedMessageTag,  org.apache.strutsel.taglib.bean.ELMessageTag,
MessageTag
public class MessageTag extends TagSupport (Code)
Custom tag that retrieves an internationalized messages string (with optional parametric replacement) from the ActionResources object stored as a context attribute by our associated ActionServlet implementation.
version:
   $Rev: 471754 $ $Date: 2005-09-16 09:38:33 -0400 (Fri, 16 Sep 2005)
version:
   $


Field Summary
protected  Stringarg0
     The first optional argument.
protected  Stringarg1
     The second optional argument.
protected  Stringarg2
     The third optional argument.
protected  Stringarg3
     The fourth optional argument.
protected  Stringarg4
     The fifth optional argument.
protected  Stringbundle
     The servlet context attribute key for our resources.
protected  Stringkey
     The message key of the message to be retrieved.
protected  StringlocaleKey
     The session scope key under which our Locale is stored.
protected static  MessageResourcesmessages
     The message resources for this package.
protected  Stringname
     Name of the bean that contains the message key.
protected  Stringproperty
     Name of the property to be accessed on the specified bean.
protected  Stringscope
     The scope to be searched to retrieve the specified bean.


Method Summary
public  intdoStartTag()
     Process the start tag.
public  StringgetArg0()
    
public  StringgetArg1()
    
public  StringgetArg2()
    
public  StringgetArg3()
    
public  StringgetArg4()
    
public  StringgetBundle()
    
public  StringgetKey()
    
public  StringgetLocale()
    
public  StringgetName()
    
public  StringgetProperty()
    
public  StringgetScope()
    
public  voidrelease()
     Release any acquired resources.
public  voidsetArg0(String arg0)
    
public  voidsetArg1(String arg1)
    
public  voidsetArg2(String arg2)
    
public  voidsetArg3(String arg3)
    
public  voidsetArg4(String arg4)
    
public  voidsetBundle(String bundle)
    
public  voidsetKey(String key)
    
public  voidsetLocale(String localeKey)
    
public  voidsetName(String name)
    
public  voidsetProperty(String property)
    
public  voidsetScope(String scope)
    

Field Detail
arg0
protected String arg0(Code)
The first optional argument.



arg1
protected String arg1(Code)
The second optional argument.



arg2
protected String arg2(Code)
The third optional argument.



arg3
protected String arg3(Code)
The fourth optional argument.



arg4
protected String arg4(Code)
The fifth optional argument.



bundle
protected String bundle(Code)
The servlet context attribute key for our resources.



key
protected String key(Code)
The message key of the message to be retrieved.



localeKey
protected String localeKey(Code)
The session scope key under which our Locale is stored.



messages
protected static MessageResources messages(Code)
The message resources for this package.



name
protected String name(Code)
Name of the bean that contains the message key.



property
protected String property(Code)
Name of the property to be accessed on the specified bean.



scope
protected String scope(Code)
The scope to be searched to retrieve the specified bean.





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



getArg0
public String getArg0()(Code)



getArg1
public String getArg1()(Code)



getArg2
public String getArg2()(Code)



getArg3
public String getArg3()(Code)



getArg4
public String getArg4()(Code)



getBundle
public String getBundle()(Code)



getKey
public String getKey()(Code)



getLocale
public String getLocale()(Code)



getName
public String getName()(Code)



getProperty
public String getProperty()(Code)



getScope
public String getScope()(Code)



release
public void release()(Code)
Release any acquired resources.



setArg0
public void setArg0(String arg0)(Code)



setArg1
public void setArg1(String arg1)(Code)



setArg2
public void setArg2(String arg2)(Code)



setArg3
public void setArg3(String arg3)(Code)



setArg4
public void setArg4(String arg4)(Code)



setBundle
public void setBundle(String bundle)(Code)



setKey
public void setKey(String key)(Code)



setLocale
public void setLocale(String localeKey)(Code)



setName
public void setName(String name)(Code)



setProperty
public void setProperty(String property)(Code)



setScope
public void setScope(String scope)(Code)



Fields inherited from javax.servlet.jsp.tagext.TagSupport
protected String id(Code)(Java Doc)
protected PageContext pageContext(Code)(Java Doc)

Methods inherited from javax.servlet.jsp.tagext.TagSupport
public int doAfterBody() throws JspException(Code)(Java Doc)
public int doEndTag() throws JspException(Code)(Java Doc)
public int doStartTag() throws JspException(Code)(Java Doc)
final public static Tag findAncestorWithClass(Tag from, Class klass)(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public Tag getParent()(Code)(Java Doc)
public Object getValue(String k)(Code)(Java Doc)
public Enumeration getValues()(Code)(Java Doc)
public void release()(Code)(Java Doc)
public void removeValue(String k)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setPageContext(PageContext pageContext)(Code)(Java Doc)
public void setParent(Tag t)(Code)(Java Doc)
public void setValue(String k, Object o)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.