Serialized Form


Package com.webhydra.slug

Class com.webhydra.slug.Slug extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

cfg

com.webhydra.slug.SlugConfig cfg
SlugConfig instance

Class com.webhydra.slug.SlugInitializationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.webhydra.slug.process

Class com.webhydra.slug.process.ProcessProgress extends ProcessStatus implements Serializable

serialVersionUID: 1L

Serialized Fields

progress

int progress
Holds value of property progress. This is nromalized value of the process progress status ranging from 0 to 99.

Class com.webhydra.slug.process.ProcessStatus extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

java.lang.String message
Holds value of property message.


status

Status status
Holds value of property status.

Class com.webhydra.slug.process.Status extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

status

java.lang.String status