cziegeler 2003/01/14 06:03:32
Modified: src/java/org/apache/cocoon/environment Environment.java
Log:
Add some warnings
Revision Changes Path
1.16 +7 -1
xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java
Index: Environment.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Environment.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Environment.java 24 Sep 2002 08:41:54 -0000 1.15
+++ Environment.java 14 Jan 2003 14:03:32 -0000 1.16
@@ -72,29 +72,34 @@
/**
* Get the <code>ComponentManager</code> for the current request.
+ * This is an internal method, use it at your own risk!
*/
ComponentManager getComponentManager();
/**
* Get the <code>SourceHandler</code> for the current request
+ * This is an internal method, use it at your own risk!
* @deprecated Not used anymore (FIXME - This should be removed)
*/
SourceHandler getSourceHandler();
/**
* Set the <code>SourceHandler</code> for the current request
+ * This is an internal method, use it at your own risk!
* @deprecated Not used anymore (FIXME - This should be removed)
*/
void setSourceHandler(SourceHandler sourceHandler);
/**
* Set the <code>SourceResolver</code> and the <code>XMLizer</code>
+ * This is an internal method, use it at your own risk!
*/
void setComponents(org.apache.excalibur.source.SourceResolver resolver,
XMLizer xmlizer);
/**
* Get the <code>SourceResolver</code>
+ * This is an internal method, use it at your own risk!
*/
org.apache.excalibur.source.SourceResolver getSourceResolver();
@@ -196,6 +201,7 @@
/**
* Set the <code>ComponentManager</code> for the current request.
+ * This is an internal method, use it at your own risk!
*/
void setComponentManager(ComponentManager manager);
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]