Skip to content

XWiki Component to provide and keep track of temporary files and delete them when no longer referenced

Notifications You must be signed in to change notification settings

jamiemaher/xwiki-tempfiles-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

XWiki component to provide temporary files.

Intended to support modified XWikiAttachmentContent.newFileItem()

eg.

import com.linwoodhomes.TempFile;
...


   TempFile fileComponent = Utils.getComponent(TempFile.class);
   final DiskFileItem dfi = (DiskFileItem) fileComponent.getTempFile();

-------------

Must be placed in expanded .war file WEB-INF/lib folder


About

XWiki Component to provide and keep track of temporary files and delete them when no longer referenced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages