Package org.webharvest.runtime.web
Class HttpParamInfo
- java.lang.Object
-
- org.webharvest.runtime.web.HttpParamInfo
-
public class HttpParamInfo extends Object
Information about http request parameter.
-
-
Constructor Summary
Constructors Constructor Description HttpParamInfo(String name, boolean isFile, String fileName, String contentType, Variable value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getFileName()
String
getName()
Variable
getValue()
boolean
isFile()
-