Class Form
dw.web
Class Form
The class is the top level element in the form instance hierachy.
Properties
secureKeyHtmlName  :  String  (Read Only)
The secure key html name to be used for the hidden input field that will contain the secure key value.
secureKeyValue  :  String  (Read Only)
The secure key value that is generated for the form to use in a hidden input field for authentication.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getSecureKeyHtmlName() : String
Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
getSecureKeyValue() : String
Returns the secure key value that is generated for the form to use in a hidden input field for authentication.
Method Detail
getSecureKeyHtmlName
getSecureKeyHtmlName() : String
Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
Returns:
the secure key html name

getSecureKeyValue
getSecureKeyValue() : String
Returns the secure key value that is generated for the form to use in a hidden input field for authentication.
Returns:
the secure key value