索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
com.knots.kcl.servlet
Class FileUploader.FileUploaderStatus
java.lang.Object com.knots.kcl.servlet.FileUploader.FileUploaderStatus
- Enclosing class:
- FileUploader
public static class FileUploader.FileUploaderStatus
- extends java.lang.Object
Constructor Summary | |
---|---|
FileUploader.FileUploaderStatus() |
Method Summary | |
---|---|
long | getBytesRead() |
long | getContentLength() |
java.lang.String | getContentType() |
long | getDuration() |
long | getFileSize() |
java.lang.String | getOriginalName() |
int | getPercent() |
long | getStartTime() |
java.lang.String | getStoreName() |
double | getTimeLeft() |
double | getTotalTime() |
double | getVelocity() |
void | setBytesRead(long bytesRead) |
void | setContentLength(long contentLength) |
void | setContentType(java.lang.String contentType) |
void | setFileSize(long fileSize) |
void | setOriginalName(java.lang.String originalName) |
void | setStartTime(long startTime) |
void | setStoreName(java.lang.String storeName) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FileUploader.FileUploaderStatus
public FileUploader.FileUploaderStatus()
Method Detail |
---|
getBytesRead
public long getBytesRead()
setBytesRead
public void setBytesRead(long bytesRead)
getContentLength
public long getContentLength()
setContentLength
public void setContentLength(long contentLength)
getStartTime
public long getStartTime()
setStartTime
public void setStartTime(long startTime)
getFileSize
public long getFileSize()
setFileSize
public void setFileSize(long fileSize)
getStoreName
public java.lang.String getStoreName()
setStoreName
public void setStoreName(java.lang.String storeName)
getOriginalName
public java.lang.String getOriginalName()
setOriginalName
public void setOriginalName(java.lang.String originalName)
getContentType
public java.lang.String getContentType()
setContentType
public void setContentType(java.lang.String contentType)
getPercent
public int getPercent()
getDuration
public long getDuration()
getVelocity
public double getVelocity()
getTotalTime
public double getTotalTime()
getTimeLeft
public double getTimeLeft()