public class ResourceService extends NoSessionIDOPService
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
actionOP()
当前事件对应的op
|
static ResourceService |
getInstance() |
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
读取工程内指定路径的资源类文件
|
process
public static ResourceService getInstance()
public java.lang.String actionOP()
public void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.Exception
process
在类中 NoSessionIDOPService
req
- HTTP请求res
- HTTP响应java.lang.Exception