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


java.lang.Object
   org.apache.struts2.StrutsConstants

StrutsConstants
final public class StrutsConstants (Code)
This class provides a central location for framework configuration keys used to retrieve and store Struts configuration settings.


Field Summary
final public static  StringSTRUTS_ACTIONPROXYFACTORY
    
final public static  StringSTRUTS_ACTION_EXTENSION
    
final public static  StringSTRUTS_ALWAYS_SELECT_FULL_NAMESPACE
    
final public static  StringSTRUTS_CONFIGURATION
    
final public static  StringSTRUTS_CONFIGURATION_XML_RELOAD
    
final public static  StringSTRUTS_CONTINUATIONS_PACKAGE
    
final public static  StringSTRUTS_CUSTOM_I18N_RESOURCES
    
final public static  StringSTRUTS_CUSTOM_PROPERTIES
    
final public static  StringSTRUTS_DEVMODE
    
final public static  StringSTRUTS_DISPATCHER_PARAMETERSWORKAROUND
    
final public static  StringSTRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION
    
final public static  StringSTRUTS_ENABLE_SLASHES_IN_ACTION_NAMES
    
final public static  StringSTRUTS_FREEMARKER_MANAGER_CLASSNAME
    
final public static  StringSTRUTS_FREEMARKER_TEMPLATES_CACHE
    
final public static  StringSTRUTS_FREEMARKER_WRAPPER_ALT_MAP
    
final public static  StringSTRUTS_I18N_ENCODING
    
final public static  StringSTRUTS_I18N_RELOAD
    
final public static  StringSTRUTS_ID_PARAMETER_NAME
    
final public static  StringSTRUTS_LOCALE
    
final public static  StringSTRUTS_MAPPER_CLASS
    
final public static  StringSTRUTS_MAPPER_COMPOSITE
     Prefix used by CompositeActionMapper to identify its containing org.apache.struts2.dispatcher.mapper.ActionMapper class.
final public static  StringSTRUTS_MULTIPART_MAXSIZE
    
final public static  StringSTRUTS_MULTIPART_PARSER
    
final public static  StringSTRUTS_MULTIPART_SAVEDIR
    
final public static  StringSTRUTS_OBJECTFACTORY
    
final public static  StringSTRUTS_OBJECTFACTORY_SPRING_AUTOWIRE
    
final public static  StringSTRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
    
final public static  StringSTRUTS_OBJECTTYPEDETERMINER
    
final public static  StringSTRUTS_SERVE_STATIC_BROWSER_CACHE
    
final public static  StringSTRUTS_SERVE_STATIC_CONTENT
    
final public static  StringSTRUTS_TAG_ALTSYNTAX
    
final public static  StringSTRUTS_UI_TEMPLATEDIR
    
final public static  StringSTRUTS_UI_THEME
    
final public static  StringSTRUTS_URL_HTTPS_PORT
    
final public static  StringSTRUTS_URL_HTTP_PORT
    
final public static  StringSTRUTS_URL_INCLUDEPARAMS
    
final public static  StringSTRUTS_VELOCITY_CONFIGFILE
    
final public static  StringSTRUTS_VELOCITY_CONTEXTS
    
final public static  StringSTRUTS_VELOCITY_MANAGER_CLASSNAME
    
final public static  StringSTRUTS_VELOCITY_TOOLBOXLOCATION
    
final public static  StringSTRUTS_XSLT_NOCACHE
    
final public static  StringSTRUTS_XWORKCONVERTER
    
final public static  StringSTRUTS_XWORKTEXTPROVIDER
    



Field Detail
STRUTS_ACTIONPROXYFACTORY
final public static String STRUTS_ACTIONPROXYFACTORY(Code)



STRUTS_ACTION_EXTENSION
final public static String STRUTS_ACTION_EXTENSION(Code)
The URL extension to use to determine if the request is meant for a Struts action



STRUTS_ALWAYS_SELECT_FULL_NAMESPACE
final public static String STRUTS_ALWAYS_SELECT_FULL_NAMESPACE(Code)



STRUTS_CONFIGURATION
final public static String STRUTS_CONFIGURATION(Code)
The org.apache.struts2.config.Configuration implementation class



STRUTS_CONFIGURATION_XML_RELOAD
final public static String STRUTS_CONFIGURATION_XML_RELOAD(Code)
Whether to reload the XML configuration or not



STRUTS_CONTINUATIONS_PACKAGE
final public static String STRUTS_CONTINUATIONS_PACKAGE(Code)
The package containing actions that use Rife continuations



STRUTS_CUSTOM_I18N_RESOURCES
final public static String STRUTS_CUSTOM_I18N_RESOURCES(Code)
Location of additional localization properties files to load



STRUTS_CUSTOM_PROPERTIES
final public static String STRUTS_CUSTOM_PROPERTIES(Code)
Location of additional configuration properties files to load



STRUTS_DEVMODE
final public static String STRUTS_DEVMODE(Code)
Whether Struts is in development mode or not



STRUTS_DISPATCHER_PARAMETERSWORKAROUND
final public static String STRUTS_DISPATCHER_PARAMETERSWORKAROUND(Code)
Whether to use a Servlet request parameter workaround necessary for some versions of WebLogic



STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION
final public static String STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATION(Code)
Allows one to disable dynamic method invocation from the URL



STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES
final public static String STRUTS_ENABLE_SLASHES_IN_ACTION_NAMES(Code)
Whether slashes in action names are allowed or not



STRUTS_FREEMARKER_MANAGER_CLASSNAME
final public static String STRUTS_FREEMARKER_MANAGER_CLASSNAME(Code)
The org.apache.struts2.views.freemarker.FreemarkerManager implementation class



STRUTS_FREEMARKER_TEMPLATES_CACHE
final public static String STRUTS_FREEMARKER_TEMPLATES_CACHE(Code)
Cache Freemarker templates



STRUTS_FREEMARKER_WRAPPER_ALT_MAP
final public static String STRUTS_FREEMARKER_WRAPPER_ALT_MAP(Code)



STRUTS_I18N_ENCODING
final public static String STRUTS_I18N_ENCODING(Code)
The encoding to use for localization messages



STRUTS_I18N_RELOAD
final public static String STRUTS_I18N_RELOAD(Code)
Whether the localization messages should automatically be reloaded



STRUTS_ID_PARAMETER_NAME
final public static String STRUTS_ID_PARAMETER_NAME(Code)
The name of the parameter to create when mapping an id (used by some action mappers)



STRUTS_LOCALE
final public static String STRUTS_LOCALE(Code)
The default locale for the Struts application



STRUTS_MAPPER_CLASS
final public static String STRUTS_MAPPER_CLASS(Code)
The org.apache.struts2.dispatcher.mapper.ActionMapper implementation class



STRUTS_MAPPER_COMPOSITE
final public static String STRUTS_MAPPER_COMPOSITE(Code)
Prefix used by CompositeActionMapper to identify its containing org.apache.struts2.dispatcher.mapper.ActionMapper class.



STRUTS_MULTIPART_MAXSIZE
final public static String STRUTS_MULTIPART_MAXSIZE(Code)
The maximize size of a multipart request (file upload)



STRUTS_MULTIPART_PARSER
final public static String STRUTS_MULTIPART_PARSER(Code)
The org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation for a multipart request (file upload)



STRUTS_MULTIPART_SAVEDIR
final public static String STRUTS_MULTIPART_SAVEDIR(Code)
The directory to use for storing uploaded files



STRUTS_OBJECTFACTORY
final public static String STRUTS_OBJECTFACTORY(Code)
The com.opensymphony.xwork2.ObjectFactory implementation class



STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE
final public static String STRUTS_OBJECTFACTORY_SPRING_AUTOWIRE(Code)
Whether Spring should autoWire or not



STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE
final public static String STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHE(Code)
Whether Spring should use its class cache or not



STRUTS_OBJECTTYPEDETERMINER
final public static String STRUTS_OBJECTTYPEDETERMINER(Code)
The com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class



STRUTS_SERVE_STATIC_BROWSER_CACHE
final public static String STRUTS_SERVE_STATIC_BROWSER_CACHE(Code)
If static content served by the Struts filter should set browser caching header properties or not



STRUTS_SERVE_STATIC_CONTENT
final public static String STRUTS_SERVE_STATIC_CONTENT(Code)
Whether the Struts filter should serve static content or not



STRUTS_TAG_ALTSYNTAX
final public static String STRUTS_TAG_ALTSYNTAX(Code)
Whether to use the alterative syntax for the tags or not



STRUTS_UI_TEMPLATEDIR
final public static String STRUTS_UI_TEMPLATEDIR(Code)
The directory containing UI templates



STRUTS_UI_THEME
final public static String STRUTS_UI_THEME(Code)
The default UI template theme



STRUTS_URL_HTTPS_PORT
final public static String STRUTS_URL_HTTPS_PORT(Code)
The HTTPS port used by Struts URLs



STRUTS_URL_HTTP_PORT
final public static String STRUTS_URL_HTTP_PORT(Code)
The HTTP port used by Struts URLs



STRUTS_URL_INCLUDEPARAMS
final public static String STRUTS_URL_INCLUDEPARAMS(Code)
The default includeParams method to generate Struts URLs



STRUTS_VELOCITY_CONFIGFILE
final public static String STRUTS_VELOCITY_CONFIGFILE(Code)
The Velocity configuration file path



STRUTS_VELOCITY_CONTEXTS
final public static String STRUTS_VELOCITY_CONTEXTS(Code)
List of Velocity context names



STRUTS_VELOCITY_MANAGER_CLASSNAME
final public static String STRUTS_VELOCITY_MANAGER_CLASSNAME(Code)
org.apache.struts2.views.velocity.VelocityManager implementation class



STRUTS_VELOCITY_TOOLBOXLOCATION
final public static String STRUTS_VELOCITY_TOOLBOXLOCATION(Code)
The location of the Velocity toolbox



STRUTS_XSLT_NOCACHE
final public static String STRUTS_XSLT_NOCACHE(Code)
Whether or not XSLT templates should not be cached



STRUTS_XWORKCONVERTER
final public static String STRUTS_XWORKCONVERTER(Code)
The name of the xwork converter implementation



STRUTS_XWORKTEXTPROVIDER
final public static String STRUTS_XWORKTEXTPROVIDER(Code)
XWork default text provider





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.