|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
|
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.ComponentStyle.forComponent(ComponentPeer, boolean)
Use the forComponent(ComponentPeer, int)
factory method. Invoking it with an options value of
EXPLICIT_SET_BACKGROUND will have the same
effect as using this constructor with
findBackground true. |
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.1.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |