Deprecated API

Deprecated Methods
org.enhydra.barracuda.core.util.dom.io.OutputOptions.getJavaEncoding()
          Use getEncoding() or getMIMEEncoding(). 
org.enhydra.barracuda.core.util.dom.io.OutputOptions.getXmlEncoding()
          Use getMIMEEncoding(). 
org.enhydra.barracuda.core.event.ApplicationGateway.initializeLocal(ServletConfig)
          If your code is still attempting to extend this old method signature, you need to change it to use initializeLocal() instead. If you still need to get a reference to the servlet config, just call 'this.getServletConfig()'. This method is now final so that code which might still be using it will no longer compile. 
org.enhydra.barracuda.taskdefs.Xmlc.setArgs(String)
          Use <arg> tags for now, this will eventually be removed. 
org.enhydra.barracuda.taskdefs.Xmlc.setClasspath(String)
          Use nested elements or "args" option instead. 
org.enhydra.barracuda.core.util.dom.io.OutputOptions.setJavaEncoding(String)
          Use setEncoding(). 
org.enhydra.barracuda.core.util.dom.io.OutputOptions.setXmlEncoding(String)
          Use setEncoding(). 
 



Copyright © 2001 Enhydra.org