|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DownloadFiles | |
| com.jcorporate.expresso.ext.controller | Controllers that are optional to Expresso. |
| Uses of DownloadFiles in com.jcorporate.expresso.ext.controller |
| Methods in com.jcorporate.expresso.ext.controller that return DownloadFiles | |
protected DownloadFiles |
Download.getThisDownloadFile(ControllerRequest request,
User u)
Convenience method to retrieve the download file based upon the file parameter |
| Methods in com.jcorporate.expresso.ext.controller with parameters of type DownloadFiles | |
protected boolean |
Download.isAllowed(ControllerRequest request,
DownloadFiles oneFile,
User myUser)
Is it allowed for this user to download this particular file? |
protected String |
Download.getFriendlyName(DownloadFiles oneDownloadFile)
Returns the friendly download name |
protected void |
Download.checkIsAllowed(ControllerRequest request,
User u,
DownloadFiles file)
Checks file permissions and throws an Exception, and logs an event if the user does not have permission to run. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||