public class JSPForm extends java.lang.Object implements XMLable, java.io.Serializable
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
JSPForm() |
Modifier and Type | Method and Description |
---|---|
static JSPForm |
fromXML(org.w3c.dom.Node jspNode_)
Constructs a
JSPForm from XML. |
java.lang.String |
getPath()
Gets the location of the underlying JSP for the JSPForm
|
void |
setPath(java.lang.String path_)
Sets the location of the underlying JSP for the JSPForm
|
java.lang.String |
toXML()
Creates an XML representation of this object.
|
void |
toXML(java.lang.StringBuilder buffer_)
Appends an XML representation of this object to the given buffer.
|
public java.lang.String getPath()
public void setPath(java.lang.String path_)
public java.lang.String toXML()
public void toXML(java.lang.StringBuilder buffer_)
public static JSPForm fromXML(org.w3c.dom.Node jspNode_)
JSPForm
from XML. The XML should have the
format:
"jspNode_
- a Node
that follows the above format.JSPForm
that the XML representsCopyright © 2003-2023 Appian Corporation. All Rights Reserved.