Copyright © 2008, 2009 Pedro Agulló Soliveres

Serialized Form


Package com.softwarementors.extjs.djn

Class com.softwarementors.extjs.djn.DirectJNgineException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8233781134772206048L

Class com.softwarementors.extjs.djn.UnexpectedException extends DirectJNgineException implements Serializable

serialVersionUID: 5820146417838838357L


Package com.softwarementors.extjs.djn.config

Class com.softwarementors.extjs.djn.config.ApiConfigurationException extends DirectJNgineException implements Serializable

serialVersionUID: -3426947847986039782L


Package com.softwarementors.extjs.djn.gson

Class com.softwarementors.extjs.djn.gson.GsonBuilderConfiguratorException extends DirectJNgineException implements Serializable

serialVersionUID: -8207217863827776591L

Class com.softwarementors.extjs.djn.gson.JsonException extends DirectJNgineException implements Serializable

serialVersionUID: 4992911540391211769L


Package com.softwarementors.extjs.djn.router.dispatcher

Class com.softwarementors.extjs.djn.router.dispatcher.DispatcherConfigurationException extends DirectJNgineException implements Serializable

serialVersionUID: -6835277883970557039L

Class com.softwarementors.extjs.djn.router.dispatcher.MethodExecutionException extends DirectJNgineException implements Serializable

serialVersionUID: 1921673466634321185L


Package com.softwarementors.extjs.djn.router.processor

Class com.softwarementors.extjs.djn.router.processor.RequestException extends DirectJNgineException implements Serializable

serialVersionUID: -5221533510455590438L


Package com.softwarementors.extjs.djn.router.processor.standard.form.upload

Class com.softwarementors.extjs.djn.router.processor.standard.form.upload.DiskFileItem2 extends java.lang.Object implements Serializable

serialVersionUID: 6555032855727819090L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the state of this object during deserialization.

Throws:
java.io.IOException - if an error occurs.
java.lang.ClassNotFoundException - if class cannot be found.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes the state of this object during serialization.

Throws:
java.io.IOException - if an error occurs.
Serialized Fields

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.


contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.


isFormField

boolean isFormField
Whether or not this item is a simple form field.


fileName

java.lang.String fileName
The original filename in the user's filesystem.


size

long size
The size of the item, in bytes. This is used to cache the size when a file item is moved from its original location.


sizeThreshold

int sizeThreshold
The threshold above which uploads will be stored on disk.


repository

java.io.File repository
The directory in which uploaded files will be stored, if stored on disk.


cachedContent

byte[] cachedContent
Cached contents of the file.


dfosFile

java.io.File dfosFile
File to allow for serialization of the content of this item.

Class com.softwarementors.extjs.djn.router.processor.standard.form.upload.FileUploadException extends DirectJNgineException implements Serializable

serialVersionUID: -379193882664927495L


Package com.softwarementors.extjs.djn.router.processor.standard.json

Class com.softwarementors.extjs.djn.router.processor.standard.json.JsonRequestProcessorThreadConfigurationException extends DirectJNgineException implements Serializable

serialVersionUID: -2448644794657655078L


Package com.softwarementors.extjs.djn.servlet

Class com.softwarementors.extjs.djn.servlet.DirectJNgineServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -5621879599626932408L

Class com.softwarementors.extjs.djn.servlet.ServletConfigurationException extends DirectJNgineException implements Serializable

serialVersionUID: -3328869605189206809L


Package com.softwarementors.extjs.djn.servlet.config

Class com.softwarementors.extjs.djn.servlet.config.RegistryConfigurationException extends DirectJNgineException implements Serializable

serialVersionUID: -7479927238508694423L


Copyright © 2008, 2009 Pedro Agulló Soliveres