JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
RevisionHistory
encryption
html
Element
Form
Input
Parser
http
io
json
sql
utils
webservices
xml
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
Input Class
Show Source
Used to represent a single html form input.
Constructors
Input
(
String
name
,
String
value
)
Show Source
Input
(
String
name
,
javaxt.io.File
file
)
Show Source
Public Methods
getName
( ) returns
String
Show Source
getValue
( ) returns
Object
Show Source
toString
( ) returns
String
Show Source
toByteArray
( ) returns
byte[]
Show Source
getSize
( ) returns
long
Returns the size of the value.
Show Source
isFile
( ) returns
boolean
Show Source