com.liferay.faces.bridge.model
Class UploadedFileErrorImpl

java.lang.Object
  extended by com.liferay.faces.bridge.model.UploadedFileImpl
      extended by com.liferay.faces.bridge.model.UploadedFileErrorImpl
All Implemented Interfaces:
UploadedFile, Serializable

public class UploadedFileErrorImpl
extends UploadedFileImpl

Author:
Neil Griffin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.faces.bridge.model.UploadedFile
UploadedFile.Status
 
Constructor Summary
UploadedFileErrorImpl(String message)
           
UploadedFileErrorImpl(String message, UploadedFile.Status status)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.bridge.model.UploadedFileImpl
delete, getAbsolutePath, getAttributes, getBytes, getCharSet, getContentType, getHeader, getHeaderNames, getHeaders, getId, getInputStream, getMessage, getName, getSize, getStatus, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UploadedFileErrorImpl

public UploadedFileErrorImpl(String message)

UploadedFileErrorImpl

public UploadedFileErrorImpl(String message,
                             UploadedFile.Status status)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.