Java Doc for I_CmsXmlConfiguration.java in  » Content-Management-System » opencms » org » opencms » configuration » 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 » opencms » org.opencms.configuration 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.opencms.configuration.I_CmsXmlConfiguration

All known Subclasses:   org.opencms.configuration.CmsSearchConfiguration,  org.opencms.configuration.A_CmsXmlConfiguration,  org.opencms.configuration.CmsModuleConfiguration,  org.opencms.configuration.CmsVfsConfiguration,  org.opencms.configuration.CmsImportExportConfiguration,  org.opencms.configuration.CmsWorkplaceConfiguration,  org.opencms.configuration.CmsSystemConfiguration,  org.opencms.configuration.CmsConfigurationManager,
I_CmsXmlConfiguration
public interface I_CmsXmlConfiguration extends I_CmsConfigurationParameterHandler(Code)
Each configurable element in OpenCms must implement this interface.


author:
   Alexander Kandzior
version:
   $Revision: 1.24 $
since:
   6.0.0



Field Summary
 StringA_ALIAS
     The "alias" attribute.
 StringA_CLASS
     The "class" attribute.
 StringA_COUNT
     The "count" attribute.
 StringA_DEFAULT
     The "default" attribute.
 StringA_DESTINATION
     The "destination" attribute.
 StringA_ENABLED
     The "enabled" attibute.
 StringA_FROM
     The "from" attribute.
 StringA_HANDLER
     The "handler" attribute.
 StringA_ICON
     The "icon" attribute.
 StringA_ID
     The "id" attribute.
 StringA_KEY
     The "key" attribute.
 StringA_NAME
     The "name" attribute.
 StringA_ORDER
     The "order" attribute.
 StringA_PASSWORD
     The "password" attribute.
 StringA_PROTOCOL
     The "protocol" attribute.
 StringA_SUFFIX
     The suffix attribute.
 StringA_TO
     The "to" attribute.
 StringA_TYPE
     The "type" attribute.
 StringA_URI
     The "uri" attribute.
 StringA_USER
     The "user" attribute.
 StringA_VALUE
     The "value" attribute.
 StringN_EXPORTPOINT
     Individual export point node.
 StringN_EXPORTPOINTS
     Export points master node.
 StringN_NAME
     An individual name node.
 StringN_PARAM
     The "param" node name for generic parameters.
 StringN_PROPERTY
     An individual property node.
 StringN_RESOURCE
     An individual resource node.
 StringN_SITE
     An individual site node.
 StringN_VALUE
     An individual value node.


Method Summary
 voidaddXmlDigesterRules(Digester digester)
    
 ElementgenerateXml(Element parent)
    
 StringgetDtdFilename()
     Returns the name of the DTD file for this XML configuration, e.g.
 StringgetDtdSystemLocation()
     Returns the internal system location of the DTD file for this XML configuration, e.g.
 StringgetDtdUrlPrefix()
     Returns the external system id prefix of the DTD file for this XML configuration, e.g.
 StringgetXmlFileName()
     Returns the name of the XML input file for this configuration, e.g.

Field Detail
A_ALIAS
String A_ALIAS(Code)
The "alias" attribute.



A_CLASS
String A_CLASS(Code)
The "class" attribute.



A_COUNT
String A_COUNT(Code)
The "count" attribute.



A_DEFAULT
String A_DEFAULT(Code)
The "default" attribute.



A_DESTINATION
String A_DESTINATION(Code)
The "destination" attribute.



A_ENABLED
String A_ENABLED(Code)
The "enabled" attibute.



A_FROM
String A_FROM(Code)
The "from" attribute.



A_HANDLER
String A_HANDLER(Code)
The "handler" attribute.



A_ICON
String A_ICON(Code)
The "icon" attribute.



A_ID
String A_ID(Code)
The "id" attribute.



A_KEY
String A_KEY(Code)
The "key" attribute.



A_NAME
String A_NAME(Code)
The "name" attribute.



A_ORDER
String A_ORDER(Code)
The "order" attribute.



A_PASSWORD
String A_PASSWORD(Code)
The "password" attribute.



A_PROTOCOL
String A_PROTOCOL(Code)
The "protocol" attribute.



A_SUFFIX
String A_SUFFIX(Code)
The suffix attribute.



A_TO
String A_TO(Code)
The "to" attribute.



A_TYPE
String A_TYPE(Code)
The "type" attribute.



A_URI
String A_URI(Code)
The "uri" attribute.



A_USER
String A_USER(Code)
The "user" attribute.



A_VALUE
String A_VALUE(Code)
The "value" attribute.



N_EXPORTPOINT
String N_EXPORTPOINT(Code)
Individual export point node.



N_EXPORTPOINTS
String N_EXPORTPOINTS(Code)
Export points master node.



N_NAME
String N_NAME(Code)
An individual name node.



N_PARAM
String N_PARAM(Code)
The "param" node name for generic parameters.



N_PROPERTY
String N_PROPERTY(Code)
An individual property node.



N_RESOURCE
String N_RESOURCE(Code)
An individual resource node.



N_SITE
String N_SITE(Code)
An individual site node.



N_VALUE
String N_VALUE(Code)
An individual value node.





Method Detail
addXmlDigesterRules
void addXmlDigesterRules(Digester digester)(Code)
Digests an XML node and creates an instance of this configurable class.


Parameters:
  digester - the digester to use




generateXml
Element generateXml(Element parent)(Code)
Generates the XML element for this configurable class.


Parameters:
  parent - the parent element in the XML tree the XML element for this configurable class




getDtdFilename
String getDtdFilename()(Code)
Returns the name of the DTD file for this XML configuration, e.g. opencms-configuration.dtd.

the name of the DTD file for this XML configuration
See Also:   I_CmsXmlConfiguration.getDtdSystemLocation()
See Also:   I_CmsXmlConfiguration.getDtdUrlPrefix()




getDtdSystemLocation
String getDtdSystemLocation()(Code)
Returns the internal system location of the DTD file for this XML configuration, e.g. org/opencms/configuration/.

If this is not null, then the DTD is not read through the web URL, but an internal name resolution is added that resolves the system id of the DTD to I_CmsXmlConfiguration.getDtdSystemLocation() + I_CmsXmlConfiguration.getDtdUrlPrefix() .

the system location of the DTD file for this XML configuration
See Also:   I_CmsXmlConfiguration.getDtdUrlPrefix()
See Also:   I_CmsXmlConfiguration.getDtdFilename()




getDtdUrlPrefix
String getDtdUrlPrefix()(Code)
Returns the external system id prefix of the DTD file for this XML configuration, e.g. http://www.opencms.org/dtd/6.0/.

The full system id for the DTD is calculated like this: I_CmsXmlConfiguration.getDtdSystemLocation() + I_CmsXmlConfiguration.getDtdUrlPrefix() .

the system id prefix of the DTD file for this XML configuration
See Also:   I_CmsXmlConfiguration.getDtdSystemLocation()
See Also:   I_CmsXmlConfiguration.getDtdFilename()




getXmlFileName
String getXmlFileName()(Code)
Returns the name of the XML input file for this configuration, e.g. opencms.xml.

the name of the XML input file for this configuration




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