|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.tag.HttpParamBean
public final class HttpParamBean
Constructor Summary | |
---|---|
HttpParamBean()
|
Method Summary | |
---|---|
Resource |
getFile()
|
String |
getMimeType()
Returns the value of mimeType. |
String |
getName()
|
String |
getType()
|
Object |
getValue()
|
String |
getValueAsString()
|
boolean |
isEncoded()
Returns the value of encoded. |
void |
setEncoded(boolean encoded)
sets the encoded value. |
void |
setFile(Resource file)
set the value file Required for type = "File". |
void |
setMimeType(String mimeType)
sets the mimeType value. |
void |
setName(String name)
set the value name A variable name for the data being passed. |
void |
setType(String type)
set the value type The transaction type. |
void |
setValue(Object value)
set the value value Specifies the value of the URL, FormField, Cookie, File, or CGI variable being passed. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpParamBean()
Method Detail |
---|
public void setValue(Object value)
value
- value to setpublic void setType(String type)
type
- value to setpublic void setFile(Resource file)
file
- value to setpublic void setName(String name)
name
- value to setpublic Resource getFile()
public String getName()
public String getType()
public String getValueAsString() throws PageException
PageException
public Object getValue()
public boolean isEncoded()
public void setEncoded(boolean encoded)
encoded
- The encoded to set.public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- The mimeType to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |