|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parameter
Represents a URL parameter. It may be a GET or POST parameter.
| Method Summary | |
|---|---|
java.io.File |
getFileValue()
|
java.lang.String |
getName()
Gets the parameter name. |
java.lang.String |
getTextValue()
Gets the value as text. |
boolean |
isFile()
|
boolean |
isText()
Determines if the parameter value is best represented as text. |
| Method Detail |
|---|
java.lang.String getName()
boolean isText()
java.lang.String getTextValue()
boolean isFile()
java.io.File getFileValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||