Deprecated API


Contents
Deprecated Classes
org.apache.lenya.cms.cocoon.components.modules.input.PageEnvelopeModule
          use DocumentInfoModule instead. 
 

Deprecated Methods
org.apache.lenya.net.InetAddressUtil.checkNetmask(InetAddress)
          This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. Furthermore it's broken for IPv6. (However, there is no real replacement. If you need this functionality, you should rewrite it yourself.) 
org.apache.lenya.ac.Machine.getAddress(String)
          This method is unnecessary and does not work for IPv6. Use InetAddress.getByName(string) instead! 
org.apache.lenya.net.InetAddressUtil.getAddress(String)
          This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. (And it's unnecessary too, as well as broken for IPv6. ;-) Use InetAddress.getByName(string) instead. 
org.apache.lenya.cms.publication.DocumentFactory.getAreaVersion(Document, String)
          use DocumentLocator.getAreaVersion(String) instead. 
org.apache.lenya.net.InetAddressUtil.getClassPart(InetAddress, int)
          This was an internal implementation detail of the method InetAddressUtil.contains(java.net.InetAddress, java.net.InetAddress, java.net.InetAddress) and should never have been made public. (And it's inefficient and unnecessary too, as well as broken for IPv6. ;-) Use ip.getAddress()[partNumber] instead. 
org.apache.lenya.cms.publication.Document.getFile()
          This implies the usage of a filesystem based storage. Use Document.getSourceURI() instead. 
org.apache.lenya.cms.publication.DocumentFactory.getLanguageVersion(Document, String)
          use DocumentLocator.getLanguageVersion(String) instead. 
org.apache.lenya.cms.publication.PageEnvelope.getRCEnvironment()
          We should detach the RC environment from the page envelope. 
 



Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.