ipworks
Class FormVar
java.lang.Object
ipworks.FormVar
public class FormVar
- extends java.lang.Object
The form variable for the current request.
This type describes a form variable that is
to be posted to the URL when an upload action
is performed. The type contains fields which
describe this variable's name and value.
Name:
This field contains the form variable name for the current request.
If you are emulating the behavior of an existing HTML web form, this field will contain the name attribute of the 'INPUT' tag in the form which you are emulating.
Value:
This field contains the form variable value for the current request.
- See Also:
Atom
,
Atom.FormVar
Constructor Summary |
FormVar()
|
FormVar(java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormVar
public FormVar()
FormVar
public FormVar(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright (c) 2013 /n software inc. - All rights reserved.