Java Doc for Constants.java in  » Content-Management-System » apache-lenya-2.0 » org » apache » cocoon » 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 » Content Management System » apache lenya 2.0 » org.apache.cocoon 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.cocoon.Constants

Constants
final public class Constants (Code)
The Constants use throughout the core of the Cocoon engine.
author:
   Stefano Mazzocchi
author:
   Peter Royal
version:
   CVS $Id: Constants.java 433543 2006-08-22 06:22:54Z crossley $


Field Summary
final public static  StringACTION_PARAM
     The request parameter name to trigger a specific action.
final public static  StringACTION_PARAM_PREFIX
     The request parameter prefix to trigger a specific action.
final public static  StringCOMPLETE_NAME
     The full name of this project.
final public static  StringCONF_VERSION
    
final public static  StringCONTEXT_CACHE_DIR
    
final public static  StringCONTEXT_CLASSPATH
    
final public static  StringCONTEXT_CLASS_LOADER
    
final public static  StringCONTEXT_CONFIG_URL
    
final public static  StringCONTEXT_DEFAULT_ENCODING
    
final public static  StringCONTEXT_ENVIRONMENT_CONTEXT
    
final public static  StringCONTEXT_UPLOAD_DIR
    
final public static  StringCONTEXT_WORK_DIR
    
final public static  StringDEFAULT_CONF_FILE
     How a default configuration file is named.
final public static  StringDEFAULT_CONTEXT_DIR
     The directory to use as context root.
final public static  StringDEFAULT_DEST_DIR
     The diretory to use to use for the generated output.
final public static  StringDEFAULT_PARSER
    
final public static  StringDEFAULT_WORK_DIR
     The diretory to use for generated files.
final public static  StringDEPRECATED_PARSER_PROPERTY
    
final public static  booleanDESCRIPTOR_RELOADABLE_DEFAULT
    
final public static  StringERROR_NAMESPACE_PREFIX
    
final public static  StringERROR_NAMESPACE_URI
    
final public static  StringINDEX_URI
     The default URI to be used when a URI requested refers to a directory, e.g.
final public static  StringLINK_COLLECTION_OBJECT
     Key of the List for collecting links.

Presence of this Map in the ObjectModel indicates to the Sitemap that link gathering mode has been requested by the environment.

final public static  StringLINK_CONTENT_TYPE
    
final public static  StringLINK_CRAWLING_ROLE
    
final public static  StringLINK_OBJECT
     Key of the Map of index translation table.

Presence of this Map in the ObjectModel indicates to the Sitemap that link translation mode has been requested by the environment.

final public static  StringLINK_VIEW
    
final public static  StringNAME
     The name of this project.
final public static  StringNOTIFYING_OBJECT
     The name of a NotifyingObject in the so called objectModel Map.
final public static  StringPARSER_PROPERTY
    
final public static  StringRELOAD_PARAM
     The request parameter name to reload the configuration.
final public static  StringSHOWTIME_PARAM
     The request parameter name to add a line of the request duration.
final public static  StringVERSION
     The version of this build.
final public static  StringVIEW_PARAM
     The request parameter name to request a specific view of a resource.
final public static  StringXML_NAMESPACE_URI
    
final public static  StringXSP_COOKIE_PREFIX
     The namespace prefix for the cookie logicsheet.
final public static  StringXSP_COOKIE_URI
     The namespace for the cookie logicsheet.
final public static  StringXSP_FORMVALIDATOR_PATH
     Don't know exactly what this is for.
final public static  StringXSP_REQUEST_PREFIX
     The namespace prefix for the request logicsheet.
final public static  StringXSP_REQUEST_URI
     The namespace for the request logicsheet.
final public static  StringXSP_RESPONSE_PREFIX
     The namespace prefix for the response logicsheet.
final public static  StringXSP_RESPONSE_URI
     The namespace for the response logicsheet.
final public static  StringXSP_URI
     The namespace for the XSP core logicsheet.
final public static  StringYEAR
    
final static  Propertiesproperties
    



Field Detail
ACTION_PARAM
final public static String ACTION_PARAM(Code)
The request parameter name to trigger a specific action. FIXME(GP): Isn't this Servlet specific?



ACTION_PARAM_PREFIX
final public static String ACTION_PARAM_PREFIX(Code)
The request parameter prefix to trigger a specific action. FIXME(GP): Isn't this Servlet specific?



COMPLETE_NAME
final public static String COMPLETE_NAME(Code)
The full name of this project.



CONF_VERSION
final public static String CONF_VERSION(Code)
The version of the configuration schema



CONTEXT_CACHE_DIR
final public static String CONTEXT_CACHE_DIR(Code)
Application Context Key for the cache directory path



CONTEXT_CLASSPATH
final public static String CONTEXT_CLASSPATH(Code)
Application Context Key for the current classpath



CONTEXT_CLASS_LOADER
final public static String CONTEXT_CLASS_LOADER(Code)
Application Context Key for the global classloader



CONTEXT_CONFIG_URL
final public static String CONTEXT_CONFIG_URL(Code)
Application Context Key for the URL to the configuration file (usually named cocoon.xconf)



CONTEXT_DEFAULT_ENCODING
final public static String CONTEXT_DEFAULT_ENCODING(Code)
Application Context Key for the default encoding



CONTEXT_ENVIRONMENT_CONTEXT
final public static String CONTEXT_ENVIRONMENT_CONTEXT(Code)
Application Context Key for the environmental Context



CONTEXT_UPLOAD_DIR
final public static String CONTEXT_UPLOAD_DIR(Code)
Application Context Key for the upload directory path



CONTEXT_WORK_DIR
final public static String CONTEXT_WORK_DIR(Code)
Application Context Key for the work directory path



DEFAULT_CONF_FILE
final public static String DEFAULT_CONF_FILE(Code)
How a default configuration file is named.



DEFAULT_CONTEXT_DIR
final public static String DEFAULT_CONTEXT_DIR(Code)
The directory to use as context root.



DEFAULT_DEST_DIR
final public static String DEFAULT_DEST_DIR(Code)
The diretory to use to use for the generated output.



DEFAULT_PARSER
final public static String DEFAULT_PARSER(Code)
The name of the class for the default XML parser to use



DEFAULT_WORK_DIR
final public static String DEFAULT_WORK_DIR(Code)
The diretory to use for generated files.



DEPRECATED_PARSER_PROPERTY
final public static String DEPRECATED_PARSER_PROPERTY(Code)
The name of the property holding the class for a XML parser



DESCRIPTOR_RELOADABLE_DEFAULT
final public static boolean DESCRIPTOR_RELOADABLE_DEFAULT(Code)
Should descriptors be reloaded? FIXME(GP): Isn't this Action specific only?



ERROR_NAMESPACE_PREFIX
final public static String ERROR_NAMESPACE_PREFIX(Code)
The namespace prefix for the Error/Exception XML



ERROR_NAMESPACE_URI
final public static String ERROR_NAMESPACE_URI(Code)
The namespace URI for the Error/Exception XML



INDEX_URI
final public static String INDEX_URI(Code)
The default URI to be used when a URI requested refers to a directory, e.g. http://localhost:8080/site/



LINK_COLLECTION_OBJECT
final public static String LINK_COLLECTION_OBJECT(Code)
Key of the List for collecting links.

Presence of this Map in the ObjectModel indicates to the Sitemap that link gathering mode has been requested by the environment. Sitemap adds LinkGatherer transformer to the pipeline, which gathers the links in the input document into this List.




LINK_CONTENT_TYPE
final public static String LINK_CONTENT_TYPE(Code)
Mime-type for the link view FIXME(GP): Isn't this Environment specific?



LINK_CRAWLING_ROLE
final public static String LINK_CRAWLING_ROLE(Code)
Don't know exactly what this is for (and it is not used in the code base)



LINK_OBJECT
final public static String LINK_OBJECT(Code)
Key of the Map of index translation table.

Presence of this Map in the ObjectModel indicates to the Sitemap that link translation mode has been requested by the environment. Sitemap adds LinkTranslator transformer to the pipeline, which replaces all the links in the input document with the links from this translation table.

TODO(VG): Move this declaration to ObjectModelHelper comment found at ObjectModelHelper(JH): LINK_OBJECT should also be moved to CommandLineEnvironment




LINK_VIEW
final public static String LINK_VIEW(Code)
Name of the request value for the link view FIXME(GP): Isn't this Environment specific?



NAME
final public static String NAME(Code)
The name of this project.



NOTIFYING_OBJECT
final public static String NOTIFYING_OBJECT(Code)
The name of a NotifyingObject in the so called objectModel Map.



PARSER_PROPERTY
final public static String PARSER_PROPERTY(Code)
The name of the property holding the class for a XML parser



RELOAD_PARAM
final public static String RELOAD_PARAM(Code)
The request parameter name to reload the configuration. FIXME(GP): Isn't this Servlet specific?



SHOWTIME_PARAM
final public static String SHOWTIME_PARAM(Code)
The request parameter name to add a line of the request duration. FIXME(GP): Isn't this Servlet specific?



VERSION
final public static String VERSION(Code)
The version of this build.



VIEW_PARAM
final public static String VIEW_PARAM(Code)
The request parameter name to request a specific view of a resource. FIXME(GP): Isn't this Servlet specific?



XML_NAMESPACE_URI
final public static String XML_NAMESPACE_URI(Code)
The URI for xml namespaces



XSP_COOKIE_PREFIX
final public static String XSP_COOKIE_PREFIX(Code)
The namespace prefix for the cookie logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_COOKIE_URI
final public static String XSP_COOKIE_URI(Code)
The namespace for the cookie logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_FORMVALIDATOR_PATH
final public static String XSP_FORMVALIDATOR_PATH(Code)
Don't know exactly what this is for. (I can guess it's for the FormValidator) FIXME(GP): Isn't this component specific?



XSP_REQUEST_PREFIX
final public static String XSP_REQUEST_PREFIX(Code)
The namespace prefix for the request logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_REQUEST_URI
final public static String XSP_REQUEST_URI(Code)
The namespace for the request logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_RESPONSE_PREFIX
final public static String XSP_RESPONSE_PREFIX(Code)
The namespace prefix for the response logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_RESPONSE_URI
final public static String XSP_RESPONSE_URI(Code)
The namespace for the response logicsheet. FIXME(GP): Would logicsheets belong to the core?



XSP_URI
final public static String XSP_URI(Code)
The namespace for the XSP core logicsheet.



YEAR
final public static String YEAR(Code)
The year of the build



properties
final static Properties properties(Code)





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.