Class JSPForm
java.lang.Object
com.appiancorp.suiteapi.process.forms.JSPForm
- All Implemented Interfaces:
XMLable
,Serializable
Specifies the location of the JSP for forms that of type JSPForm
- See Also:
-
Field Summary
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSPForm
Constructs aJSPForm
from XML.getPath()
Gets the location of the underlying JSP for the JSPFormvoid
Sets the location of the underlying JSP for the JSPFormtoXML()
Creates an XML representation of this object.void
toXML
(StringBuilder buffer_) Appends an XML representation of this object to the given buffer.
-
Constructor Details
-
JSPForm
public JSPForm()
-
-
Method Details
-
getPath
Gets the location of the underlying JSP for the JSPForm- Returns:
- the relative location of the JSP file
-
setPath
Sets the location of the underlying JSP for the JSPForm -
toXML
Creates an XML representation of this object. -
toXML
Appends an XML representation of this object to the given buffer. -
fromXML
Constructs aJSPForm
from XML. The XML should have the format: "<jsp-form></jsp-form> - Parameters:
jspNode_
- aNode
that follows the above format.- Returns:
- the
JSPForm
that the XML represents
-