Serialized Form


Package com.commsen.jwebthumb

Class com.commsen.jwebthumb.WebThumbException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class com.commsen.jwebthumb.WebThumbNotificationServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key

Class com.commsen.jwebthumb.WebThumbRequest extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.lang.String url
The url to snapshot


outputType

WebThumbRequest.OutputType outputType
The image output type (jpg|png|png8)


width

java.lang.Integer width
Width of the browser, 15 to 1280;


height

java.lang.Integer height
Height of the browser, 15 to 2048


fullthumb

java.lang.Integer fullthumb
Output a full sized snapshot


customThumbnail

WebThumbRequest.CustomThumbnail customThumbnail
2 attributes width, height (1 to browser height), width (1 to browser width)


effect

java.lang.String effect
Visual effect thumbnail to produce (mirror|dropshadow|border)


delay

java.lang.Integer delay
Wait before taking the snapshot (1 to 15 seconds, 3 second default)


notify

java.lang.String notify
Url to call when the thumbnail is complete


excerpt

WebThumbRequest.Excerpt excerpt
Size and offset of the excerpt thumnbnail

Class com.commsen.jwebthumb.WebThumbRequest.CustomThumbnail extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

Class com.commsen.jwebthumb.WebThumbRequest.Excerpt extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

int x

y

int y

width

int width

height

int height



Copyright © 2010 COMMSEN International. All Rights Reserved.