MCPcopy Index your code
hub / github.com/EggsBlue/LuliChat / test

Method test

src/main/java/com/dd/controller/UploadModule.java:99–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99 @At
100 public Object test(){
101 NutMap nm = new NutMap();
102 String contextPath = Mvcs.getServletContext().getContextPath();
103 String realPath = Mvcs.getServletContext().getRealPath("/");
104 String parent = new File(realPath).getParent();
105 nm.setv("contextPath",contextPath);
106 nm.setv("realPath",realPath);
107 nm.setv("parent",parent);
108 return nm;
109 }
110
111 Log log = Logs.get();
112

Callers 11

swfobject.jsFile · 0.80
PFunction · 0.80
SizzleFunction · 0.80
jquery-1.11.1.jsFile · 0.80
winnowFunction · 0.80
dataAttrFunction · 0.80
fixDefaultCheckedFunction · 0.80
fixCloneNodeIssuesFunction · 0.80
getWidthOrHeightFunction · 0.80
ajaxHandleResponsesFunction · 0.80
buildParamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected