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


java.lang.Object
   org.apache.struts.Globals

Globals
public class Globals implements Serializable(Code)
Global manifest constants for the entire Struts Framework.
version:
   $Rev: 471754 $ $Date: 2005-06-18 20:27:26 -0400 (Sat, 18 Jun 2005)
version:
   $


Field Summary
final public static  StringACTION_SERVLET_KEY
     The context attributes key under which our ActionServlet instance will be stored.
final public static  StringCANCEL_KEY
     The request attributes key under which a boolean true value should be stored if this request was cancelled.
final public static  StringCANCEL_PROPERTY
     The property under which a Cancel button press is reported.
final public static  StringCANCEL_PROPERTY_X
     The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
final public static  StringERROR_KEY
     The request attributes key under which your action should store an org.apache.struts.action.ActionErrors object, if you are using the corresponding custom tag library elements.
final public static  StringEXCEPTION_KEY
     The request attributes key under which Struts custom tags might store a Throwable that caused them to report a JspException at runtime.
final public static  StringLOCALE_KEY
     The session attributes key under which the user's selected java.util.Locale is stored, if any.
final public static  StringMAPPING_KEY
     The request attributes key under which our org.apache.struts.ActionMapping instance is passed.
final public static  StringMESSAGES_KEY
    

The base of the context attributes key under which our module MessageResources will be stored.

final public static  StringMESSAGE_KEY
     The request attributes key under which your action should store an org.apache.struts.action.ActionMessages object, if you are using the corresponding custom tag library elements.
final public static  StringMODULE_KEY
    

The base of the context attributes key under which our ModuleConfig data structure will be stored.

final public static  StringMODULE_PREFIXES_KEY
     The ServletContext attribute under which we store the module prefixes String[].
final public static  StringMULTIPART_KEY
     The request attributes key under which our multipart class is stored.
final public static  StringORIGINAL_URI_KEY
     The request attribute under which we store the original URI of the request.
final public static  StringPLUG_INS_KEY
    

The base of the context attributes key under which an array of PlugIn instances will be stored.

final public static  StringREQUEST_PROCESSOR_KEY
    

The base of the context attributes key under which our RequestProcessor instance will be stored.

final public static  StringSERVLET_KEY
     The context attributes key under which we store the mapping defined for our controller serlet, which will be either a path-mapped pattern (/action/*) or an extension mapped pattern (*.do).
final public static  StringTAGLIB_PACKAGE
     The name of the taglib package.
final public static  StringTOKEN_KEY
     The property under which a transaction token is reported.
final public static  StringTRANSACTION_TOKEN_KEY
     The session attributes key under which our transaction token is stored, if it is used.
final public static  StringXHTML_KEY
     The page attributes key under which xhtml status is stored.



Field Detail
ACTION_SERVLET_KEY
final public static String ACTION_SERVLET_KEY(Code)
The context attributes key under which our ActionServlet instance will be stored.
since:
   Struts 1.1



CANCEL_KEY
final public static String CANCEL_KEY(Code)
The request attributes key under which a boolean true value should be stored if this request was cancelled.
since:
   Struts 1.1



CANCEL_PROPERTY
final public static String CANCEL_PROPERTY(Code)
The property under which a Cancel button press is reported.



CANCEL_PROPERTY_X
final public static String CANCEL_PROPERTY_X(Code)
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.



ERROR_KEY
final public static String ERROR_KEY(Code)
The request attributes key under which your action should store an org.apache.struts.action.ActionErrors object, if you are using the corresponding custom tag library elements.



EXCEPTION_KEY
final public static String EXCEPTION_KEY(Code)
The request attributes key under which Struts custom tags might store a Throwable that caused them to report a JspException at runtime. This value can be used on an error page to provide more detailed information about what really went wrong.



LOCALE_KEY
final public static String LOCALE_KEY(Code)
The session attributes key under which the user's selected java.util.Locale is stored, if any. If no such attribute is found, the system default locale will be used when retrieving internationalized messages. If used, this attribute is typically set during user login processing.



MAPPING_KEY
final public static String MAPPING_KEY(Code)
The request attributes key under which our org.apache.struts.ActionMapping instance is passed.



MESSAGES_KEY
final public static String MESSAGES_KEY(Code)

The base of the context attributes key under which our module MessageResources will be stored. This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual resources key.

For each request processed by the controller servlet, the MessageResources object for the module selected by the request URI currently being processed will also be exposed under this key as a request attribute.




MESSAGE_KEY
final public static String MESSAGE_KEY(Code)
The request attributes key under which your action should store an org.apache.struts.action.ActionMessages object, if you are using the corresponding custom tag library elements.
since:
   Struts 1.1



MODULE_KEY
final public static String MODULE_KEY(Code)

The base of the context attributes key under which our ModuleConfig data structure will be stored. This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key.

For each request processed by the controller servlet, the ModuleConfig object for the module selected by the request URI currently being processed will also be exposed under this key as a request attribute.


since:
   Struts 1.1



MODULE_PREFIXES_KEY
final public static String MODULE_PREFIXES_KEY(Code)
The ServletContext attribute under which we store the module prefixes String[].
since:
   Struts 1.2



MULTIPART_KEY
final public static String MULTIPART_KEY(Code)
The request attributes key under which our multipart class is stored.



ORIGINAL_URI_KEY
final public static String ORIGINAL_URI_KEY(Code)
The request attribute under which we store the original URI of the request.
since:
   Struts 1.3



PLUG_INS_KEY
final public static String PLUG_INS_KEY(Code)

The base of the context attributes key under which an array of PlugIn instances will be stored. This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key.


since:
   Struts 1.1



REQUEST_PROCESSOR_KEY
final public static String REQUEST_PROCESSOR_KEY(Code)

The base of the context attributes key under which our RequestProcessor instance will be stored. This will be suffixed with the actual module prefix (including the leading "/" character) to form the actual attributes key.


since:
   Struts 1.1



SERVLET_KEY
final public static String SERVLET_KEY(Code)
The context attributes key under which we store the mapping defined for our controller serlet, which will be either a path-mapped pattern (/action/*) or an extension mapped pattern (*.do).



TAGLIB_PACKAGE
final public static String TAGLIB_PACKAGE(Code)
The name of the taglib package.



TOKEN_KEY
final public static String TOKEN_KEY(Code)
The property under which a transaction token is reported.



TRANSACTION_TOKEN_KEY
final public static String TRANSACTION_TOKEN_KEY(Code)
The session attributes key under which our transaction token is stored, if it is used.



XHTML_KEY
final public static String XHTML_KEY(Code)
The page attributes key under which xhtml status is stored. This may be "true" or "false". When set to true, the html tags output xhtml.
since:
   Struts 1.1





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.