|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UploadedFile in com.liferay.faces.bridge.component |
|---|
| Methods in com.liferay.faces.bridge.component that return UploadedFile | |
|---|---|
UploadedFile |
HtmlInputFile.getUploadedFile()
Deprecated. Instead of calling this method which only returns the first uploaded file, create a value-expression to a model bean like <bridge:inputFile value="#{modelBean.uploadedFiles} /> or use the event-based approach: <bridge:inputFile fileUploadListener="#{backingBean.handleFileUpload} /> |
| Methods in com.liferay.faces.bridge.component with parameters of type UploadedFile | |
|---|---|
void |
HtmlInputFile.setUploadedFile(UploadedFile uploadedFile)
|
| Uses of UploadedFile in com.liferay.faces.bridge.context.map |
|---|
| Methods in com.liferay.faces.bridge.context.map with parameters of type UploadedFile | |
|---|---|
protected void |
RequestParameterMapMultiPartImpl.addUploadedFile(String fieldName,
UploadedFile uploadedFile)
|
| Uses of UploadedFile in com.liferay.faces.bridge.event |
|---|
| Methods in com.liferay.faces.bridge.event that return UploadedFile | |
|---|---|
UploadedFile |
FileUploadEvent.getUploadedFile()
|
| Constructors in com.liferay.faces.bridge.event with parameters of type UploadedFile | |
|---|---|
FileUploadEvent(javax.faces.component.UIComponent uiComponent,
UploadedFile uploadedFile)
|
|
| Uses of UploadedFile in com.liferay.faces.bridge.model |
|---|
| Classes in com.liferay.faces.bridge.model that implement UploadedFile | |
|---|---|
class |
UploadedFileErrorImpl
|
class |
UploadedFileImpl
|
| Methods in com.liferay.faces.bridge.model that return UploadedFile | |
|---|---|
UploadedFile |
UploadedFileFactoryImpl.getUploadedFile(Exception e)
|
abstract UploadedFile |
UploadedFileFactory.getUploadedFile(Exception e)
|
UploadedFile |
UploadedFileFactoryImpl.getUploadedFile(String absolutePath,
Map<String,Object> attributes,
String charSet,
String contentType,
Map<String,List<String>> headers,
String id,
String message,
String name,
long size,
UploadedFile.Status status)
|
abstract UploadedFile |
UploadedFileFactory.getUploadedFile(String absolutePath,
Map<String,Object> attributes,
String charSet,
String contentType,
Map<String,List<String>> headers,
String id,
String message,
String name,
long size,
UploadedFile.Status status)
|
| Uses of UploadedFile in com.liferay.faces.bridge.renderkit.primefaces |
|---|
| Constructors in com.liferay.faces.bridge.renderkit.primefaces with parameters of type UploadedFile | |
|---|---|
PrimeFacesFileItem(String clientId,
UploadedFile uploadedFile)
|
|
| Uses of UploadedFile in com.liferay.faces.bridge.renderkit.richfaces |
|---|
| Constructors in com.liferay.faces.bridge.renderkit.richfaces with parameters of type UploadedFile | |
|---|---|
FileUploadRendererRichFacesImpl.RichFacesUploadedFileHandler(UploadedFile uploadedFile)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||