Java Doc for JetspeedEngineConstants.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » engine » 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 » Portal » jetspeed 2.1.3 » org.apache.jetspeed.engine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.engine.JetspeedEngineConstants

All known Subclasses:   org.apache.jetspeed.test.JetspeedTest,  org.apache.jetspeed.engine.JetspeedServlet,
JetspeedEngineConstants
public interface JetspeedEngineConstants (Code)
This interface contains all the constants for the engine.
author:
   David Sean Taylor
version:
   $Id: JetspeedEngineConstants.java 516448 2007-03-09 16:25:47Z ate $


Field Summary
final public static  StringAPPLICATION_ROOT_DEFAULT
    
final public static  StringAPPLICATION_ROOT_KEY
    
final public static  StringCONFIG_NAMESPACE
    
final public static  StringCONSOLE_LOGGER
    
final public static  StringDEFAULT_LOGGER
    
final public static  StringJETSPEED_PROPERTIES_DEFAULT
    
final public static  StringJETSPEED_PROPERTIES_KEY
    
final public static  StringLOG4J_CONFIG_FILE
    
final public static  StringLOG4J_CONFIG_FILE_DEFAULT
    
final public static  StringLOGGING_ROOT
    
final public static  StringLOGGING_ROOT_DEFAULT
    
final public static  StringMAIL_SERVER_KEY
     SMTP server uses to send mail.
final public static  StringPIPELINE_CLASS
    
final public static  StringPIPELINE_DEFAULT
    
final public static  StringPIPELINE_DIRECTORY
    
final public static  StringPREFERENCES_FACTORY
     This specifies the factory to use the Jetspeed java.util.prefs.Preferences implementation.
final public static  StringPREFERENCES_FACTORY_DEFAULT
    
final public static  StringSCHEDULER_LOG_FACILITY
     The logging facility which captures output from the SchedulerService.
final public static  StringWEBAPP_ROOT_KEY
     This is the key used in the jetspeed.properties to access resources relative to the Web Application root.
final public static  StringWEB_CONTEXT
    



Field Detail
APPLICATION_ROOT_DEFAULT
final public static String APPLICATION_ROOT_DEFAULT(Code)
Default Value for the Path to the Resources.properties File



APPLICATION_ROOT_KEY
final public static String APPLICATION_ROOT_KEY(Code)
Key for the Path to the Resources.properties File



CONFIG_NAMESPACE
final public static String CONFIG_NAMESPACE(Code)

The prefix used to denote the namespace reserved for and used by Jetspeed-specific configuration parameters (such as those passed in via servlet container's config file (server.xml), or the web app deployment descriptor (web.xml).

For example, a parameter in the Jetspeed namespace would be org.apache.jetspeed.loggingRoot.




CONSOLE_LOGGER
final public static String CONSOLE_LOGGER(Code)



DEFAULT_LOGGER
final public static String DEFAULT_LOGGER(Code)
This is the default log file to be used for logging



JETSPEED_PROPERTIES_DEFAULT
final public static String JETSPEED_PROPERTIES_DEFAULT(Code)



JETSPEED_PROPERTIES_KEY
final public static String JETSPEED_PROPERTIES_KEY(Code)



LOG4J_CONFIG_FILE
final public static String LOG4J_CONFIG_FILE(Code)
The key for the Log4J File



LOG4J_CONFIG_FILE_DEFAULT
final public static String LOG4J_CONFIG_FILE_DEFAULT(Code)
The default value for the Log4J File



LOGGING_ROOT
final public static String LOGGING_ROOT(Code)



LOGGING_ROOT_DEFAULT
final public static String LOGGING_ROOT_DEFAULT(Code)
Default Value for the Logging Directory, relative to the webroot



MAIL_SERVER_KEY
final public static String MAIL_SERVER_KEY(Code)
SMTP server uses to send mail.



PIPELINE_CLASS
final public static String PIPELINE_CLASS(Code)



PIPELINE_DEFAULT
final public static String PIPELINE_DEFAULT(Code)



PIPELINE_DIRECTORY
final public static String PIPELINE_DIRECTORY(Code)



PREFERENCES_FACTORY
final public static String PREFERENCES_FACTORY(Code)
This specifies the factory to use the Jetspeed java.util.prefs.Preferences implementation.



PREFERENCES_FACTORY_DEFAULT
final public static String PREFERENCES_FACTORY_DEFAULT(Code)



SCHEDULER_LOG_FACILITY
final public static String SCHEDULER_LOG_FACILITY(Code)
The logging facility which captures output from the SchedulerService.



WEBAPP_ROOT_KEY
final public static String WEBAPP_ROOT_KEY(Code)
This is the key used in the jetspeed.properties to access resources relative to the Web Application root. It might differ from the Application root, but the normal case is, that the webapp root and the application root point to the same path.



WEB_CONTEXT
final public static String WEB_CONTEXT(Code)
If this value is set as applicationRoot, then the webContext is used as application root





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.