Serialized Form


Package jet.annotations

Class jet.annotations.OnErrorInvocationException extends JetActionException implements Serializable

Class jet.annotations.PostMethodInvocationException extends JetActionException implements Serializable

Class jet.annotations.PreMethodInvocationException extends JetActionException implements Serializable


Package jet.events

Class jet.events.Event extends java.util.EventObject implements Serializable

Serialized Fields

id

long id

message

java.lang.String message

cause

Event<S,T extends java.lang.Enum> cause

type

java.lang.Enum<E extends java.lang.Enum<E>> type

Package jet.filter

Class jet.filter.JetFilter extends JetServlet implements Serializable


Package jet.html

Package jet.html.core

Class jet.html.core.JetChildComponent extends JetComponent implements Serializable

Serialized Fields

hidden

boolean hidden
indicates if the component is hidden


parent

JetParentComponent parent
The parent component e.g. form/grid

Class jet.html.core.JetComponent extends java.lang.Object implements Serializable

Serialized Fields

eventSupport

EventSupport<T extends java.lang.Enum> eventSupport

continueIdentifier

long continueIdentifier

identifier

java.lang.String identifier
the identifier


name

java.lang.String name
the component name


styleclass

java.lang.String styleclass
the styleclass name


componentChanged

boolean componentChanged
Indicates if the component has changed

Class jet.html.core.JetInputComponent extends JetChildComponent implements Serializable

Serialized Fields

value

java.lang.String value
The value to hold

Class jet.html.core.JetOutputComponent extends JetChildComponent implements Serializable

Class jet.html.core.JetParentComponent extends JetChildComponent implements Serializable

Serialized Fields

childEventProxy

EventProxy childEventProxy

childs

java.util.Map<K,V> childs
Holds the child components


Package jet.html.impl

Class jet.html.impl.JetButton extends JetInputComponent implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules


events

java.util.List<E> events
events


sevents

java.lang.String sevents
Holds the events already in rendered state


buttonType

java.lang.String buttonType
Holds the selected submit type


messageKey

java.lang.String messageKey
Holds the message key to use for labeling the button

Class jet.html.impl.JetCheckbox extends JetInputComponent implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules


events

java.util.List<E> events
events


sevents

java.lang.String sevents
Holds the events already in rendered state


checked

boolean checked
checked or not?


defaultChecked

boolean defaultChecked

Class jet.html.impl.JetDisplayMessage extends JetOutputComponent implements Serializable

Serialized Fields

messages

java.util.List<E> messages
The message to display


refid

java.lang.String refid
ref id - reference to the component for which the messages are

Class jet.html.impl.JetFieldset extends JetGridPanel implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules

Class jet.html.impl.JetFile extends JetChildComponent implements Serializable

Serialized Fields

messageKey

java.lang.String messageKey
Holds the message key to use for labeling the button


fileContent

JetFileUploaded fileContent
Holds the file data

Class jet.html.impl.JetFiller extends JetOutputComponent implements Serializable

Class jet.html.impl.JetForm extends JetParentComponent implements Serializable

Serialized Fields

elements

java.util.HashMap<K,V> elements
Hashmap holding all html input elements like textbos, checkbox etc for faster access


cols

int cols
default cols rendering


log

org.apache.log4j.Logger log
Internal logger object


ajaxjavascript

java.lang.String ajaxjavascript
Cache for generated javascript


javascript

java.lang.String javascript
Cache for generated ajax javascript


servervalidations

java.util.HashMap<K,V> servervalidations
Holds the server validations


clientvalidations

java.util.HashMap<K,V> clientvalidations
Holds the client validations


ajaxvalidations

java.util.HashMap<K,V> ajaxvalidations
Holds the client validations


builder

java.lang.StringBuilder builder
internal buffer do render form


formheader

java.lang.String formheader
prerendered form header information


displayMessages

java.util.Collection<E> displayMessages

action

java.lang.String action
The action url of the form


method

java.lang.String method
Holds throws form submit type


enctype

java.lang.String enctype
encoding type


acceptCharset

java.lang.String acceptCharset
accept-charset


fileUpload

boolean fileUpload
Indicates if the form has a file uploaded

Class jet.html.impl.JetGridPanel extends JetParentComponent implements Serializable

Serialized Fields

cols

int cols
Holds the width of the grid in cols - default is 2 columns

Class jet.html.impl.JetGridPanel2 extends JetGridPanel implements Serializable

Class jet.html.impl.JetImage extends JetOutputComponent implements Serializable

Serialized Fields

urlKey

java.lang.String urlKey
Holds the image urlKey


altKey

java.lang.String altKey
Holds the alternative text


titleKey

java.lang.String titleKey
Holds the alternative text

Class jet.html.impl.JetInput extends JetInputComponent implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules


events

java.util.List<E> events
events


sevents

java.lang.String sevents
Holds the events already in rendered state


inputtype

java.lang.String inputtype
holds the html input type to use

Class jet.html.impl.JetLabel extends JetOutput implements Serializable

Serialized Fields

forId

java.lang.String forId
id of the field related to this label

Class jet.html.impl.JetOption extends JetComponent implements Serializable

Serialized Fields

hidden

boolean hidden
indicates if the option is hidden


selected

boolean selected
indicates if the option is selected


defaultselected

boolean defaultselected
indicates if the option is selected by default


labelKey

java.lang.String labelKey
Holds the label text


parent

JetSelection parent
The parent object e.g. form/grid

Class jet.html.impl.JetOutput extends JetOutputComponent implements Serializable

Serialized Fields

content

java.lang.String content
The content given


escape

java.lang.String escape
indicates if the content will be html esscaped rendered or not


messageKey

java.lang.String messageKey
Key for resourcebundleto get the message to display

Class jet.html.impl.JetRadiobutton extends JetCheckbox implements Serializable

Class jet.html.impl.JetRandomizer extends JetInputComponent implements Serializable

Class jet.html.impl.JetSelection extends JetChildComponent implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules


events

java.util.List<E> events
events


sevents

java.lang.String sevents
Holds the events already in rendered state


values

java.lang.String[] values
holds the values


multiple

boolean multiple
indicates if the selection is multiple


options

java.util.List<E> options
holds the available options


defaultOptions

java.util.List<E> defaultOptions
holds the available default not resetable options

Class jet.html.impl.JetTextArea extends JetInputComponent implements Serializable

Serialized Fields

validations

java.util.List<E> validations
validation rules


events

java.util.List<E> events
events


sevents

java.lang.String sevents
Holds the events already in rendered state


Package jet.pool

Class jet.pool.NoSuchPooledObjectException extends java.lang.Exception implements Serializable


Package jet.scratchboard

Class jet.scratchboard.ScratchBoard extends JetServlet implements Serializable


Package jet.servlet

Class jet.servlet.JetMashupProxy extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

lock

java.util.concurrent.locks.Lock lock

cache

net.sf.ehcache.Cache cache
Simple Cache for filessmaller than 40960 bytes


log

org.apache.log4j.Logger log
logger object


debug

java.util.HashMap<K,V> debug
Holds the regex which hosts etc. are allowed to use debug


status

java.util.HashMap<K,V> status
Holds the regex which hosts etc. are allowed to use status


rights

java.util.HashMap<K,V> rights
Holds the regex which hosts etc. are allowed to use status


servletContext

javax.servlet.ServletContext servletContext
the servlet context object

Class jet.servlet.JetMethodInvocationException extends JetActionException implements Serializable

Class jet.servlet.JetResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

lock

java.util.concurrent.locks.Lock lock

cache

net.sf.ehcache.Cache cache
Simple Cache for filessmaller than 40960 bytes


encoding

java.lang.String encoding

log

org.apache.log4j.Logger log
logger object


debug

java.util.HashMap<K,V> debug
Holds the regex which hosts etc. are allowed to use debug


status

java.util.HashMap<K,V> status
Holds the regex which hosts etc. are allowed to use status


rights

java.util.HashMap<K,V> rights
Holds the regex which hosts etc. are allowed to use status


servletContext

javax.servlet.ServletContext servletContext
the servlet context object

Class jet.servlet.JetServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log
logger object


jetInternalObjectPool

ObjectPool jetInternalObjectPool
Holds the object pool for jetcontext


templateEngine

freemarker.template.Configuration templateEngine
The template engine used


servletjetdefs

Jetdefs servletjetdefs
The jet definitions from config file


actionpool

ObjectPool actionpool
The jet definitions from config file


queue

FilteredQueue<E> queue
Queue for incoming requests


workerthreadgroup

java.lang.ThreadGroup workerthreadgroup

debug

java.util.HashMap<K,V> debug

status

java.util.HashMap<K,V> status
Holds the regex which hosts etc. are allowed to use status


refresh

java.util.HashMap<K,V> refresh
Holds the regex which hosts etc. are allowed to use refresh


servletContext

javax.servlet.ServletContext servletContext
the servlet context object


servletConfig

javax.servlet.ServletConfig servletConfig
the servlet config object


locs

java.lang.String[] locs
Localizer files/urls readed - you can specify more than one in config


provider

MessageProvider provider
Localizer provider used


contextPath

java.lang.String contextPath
the context path of the webapp


taglibs

freemarker.ext.jsp.TaglibFactory taglibs
freemarker taglib support


servletContextHashModel

freemarker.ext.servlet.ServletContextHashModel servletContextHashModel
freemarker servletcontexthashmodel


lock

java.util.concurrent.locks.Lock lock

refreshLock

java.util.concurrent.locks.Lock refreshLock

queueLock

java.util.concurrent.locks.Lock queueLock

encoding

java.lang.String encoding

cache

net.sf.ehcache.Cache cache

Class jet.servlet.NotFoundException extends JetActionException implements Serializable


Package jet.servlet.action

Class jet.servlet.action.JetActionException extends java.lang.Exception implements Serializable

Class jet.servlet.action.JetReportJavascriptErrorActionException extends JetActionException implements Serializable


Package jet.servlet.internal

Class jet.servlet.internal.XMLParseException extends java.lang.Exception implements Serializable


Package jet.sql

Class jet.sql.RowSetDynaClass extends java.lang.Object implements Serializable

Serialized Fields

absolute

int absolute

limit

int limit

lowerCase

boolean lowerCase

Flag defining whether column names should be lower cased when converted to property names.


properties

org.apache.commons.beanutils.DynaProperty[] properties

The set of dynamic properties that are part of this DynaClass.


propertiesMap

java.util.Map<K,V> propertiesMap

The set of dynamic properties that are part of this DynaClass, keyed by the property name. Individual descriptor instances will be the same instances as those in the properties list.


rows

java.util.List<E> rows

The list of DynaBeans representing the contents of the original ResultSet on which this RowSetDynaClass was based.


Package jet.utils

Class jet.utils.BeanComparator extends java.lang.Object implements Serializable

Serialized Fields

property

java.lang.String property

order

java.lang.String order

Class jet.utils.Properties extends java.util.Properties implements Serializable

Class jet.utils.Resource extends java.lang.Object implements Serializable

Serialized Fields

bytes

byte[] bytes
Content


resourcename

java.lang.String resourcename
resource name


contentType

java.lang.String contentType
content type of resource

Class jet.utils.UserPrincipal extends DynamicBean implements Serializable

Serialized Fields

roles

java.lang.String[] roles

lock

java.util.concurrent.locks.Lock lock