NextApp Echo
App Container 1.0.5

Deprecated API

Deprecated Methods
nextapp.echoservlet.html.Element.addElement(Element)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElement(int, Element)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElementContent(ElementContent)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.html.Element.addElementContent(int, ElementContent)
          The add() method with the equivalent signature should now be used. 
nextapp.echoservlet.Template.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticText.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticBinary.createFromResource(String)
          The createFromResource(String, String) method should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
 

Deprecated Constructors
nextapp.echoservlet.StaticBinary(ContentType, byte[])
          The StaticBinary(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.StaticText(ContentType, String)
          The StaticText(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
nextapp.echoservlet.Template(ContentType, String)
          The Template(String, ContentType, String) constructor should be used instead. Use of this version may result in errors if applications are migrated between VMs, due to the Service having a different identifier on each VM. 
 


NextApp Echo
App Container 1.0.5