Uses of Interface
org.kuali.rice.krad.file.FileMeta
Packages that use FileMeta
-
Uses of FileMeta in org.kuali.rice.krad.file
Classes in org.kuali.rice.krad.file that implement FileMetaModifier and TypeClassDescriptionclassClass used for interactions between the controller and form when using the multifile upload widget. -
Uses of FileMeta in org.kuali.rice.krad.web.service.impl
Methods in org.kuali.rice.krad.web.service.impl with parameters of type FileMetaModifier and TypeMethodDescriptionprotected voidFileControllerServiceImpl.sendFileFromLineResponse(UifFormBase form, javax.servlet.http.HttpServletResponse response, List<FileMeta> collection, FileMeta fileLine) Hook controller method to send a response back by using response.flushBuffer() using request/collection/fileLine information provided.Method parameters in org.kuali.rice.krad.web.service.impl with type arguments of type FileMetaModifier and TypeMethodDescriptionprotected voidFileControllerServiceImpl.sendFileFromLineResponse(UifFormBase form, javax.servlet.http.HttpServletResponse response, List<FileMeta> collection, FileMeta fileLine) Hook controller method to send a response back by using response.flushBuffer() using request/collection/fileLine information provided.