コード例 #1
0
ファイル: ActionSupport.java プロジェクト: cherylautumn/cc
 /**
  * Return the temporary directory for the current web application, as provided by the servlet
  * container.
  *
  * @return the File representing the temporary directory
  */
 protected final File getTempDir() {
   return WebUtils.getTempDir(getServletContext());
 }