xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
ServletRequestItem.x
浏览该文件的文档.
1
5
class
ServletRequestItem
{
10
public
@NotNilptr
String
getName
();
15
public
@NotNilptr
String
getContentType
();
20
public
@NotNilptr
String
getContent
();
25
public
@NotNilptr
String
getFileName
();
30
public
@NotNilptr
String
getLocalPath
();
34
public
void
finalize
();
35
};
ServletRequestItem
Definition
ServletRequestItem.x:5
ServletRequestItem.finalize
void finalize()
ServletRequestItem.getContentType
String getContentType()
ServletRequestItem.getFileName
String getFileName()
ServletRequestItem.getLocalPath
String getLocalPath()
ServletRequestItem.getName
String getName()
ServletRequestItem.getContent
String getContent()
String
Definition
String.x:5
std
ServletRequestItem.x
制作者
1.9.8