lucee.Componentcfboom.lang.Object
cfboom.http.RequestParam
I represent an http request parameter.
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
string
|
encoded
|
true
|
false
|
|
string
|
file
|
true
|
false
|
|
string
|
mimeType
|
true
|
false
|
|
string
|
name
|
true
|
false
|
|
string
|
type
|
true
|
false
|
|
string
|
value
|
true
|
false
|
Constructor Summary | |
---|---|
init([string name], [string value], [string type='URL'])
|
Method Summary | |
---|---|
string
|
getEncoded()
|
string
|
getFile()
|
string
|
getMimeType()
|
string
|
getName()
|
string
|
getType()
|
string
|
getValue()
|
any
|
setEncoded(string encoded)
|
any
|
setFile(string file)
|
any
|
setMimeType(string mimeType)
|
any
|
setName(string name)
|
any
|
setType(string type)
|
any
|
setValue(string value)
|
string
|
toString()
|
Methods inherited from class cfboom.lang.Object |
---|
$equals, getComponentName, getIdentityHashCode, getIdentityString, getMeta, hashCode |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
name
value
type
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- truevalidateparams
- {pattern=header|CGI|body|XML|file|URL|formfield|cookie}validate
- regexaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
encoded
file
mimeType
name
type
value
toString
in class
cfboom.lang.Object