Serialized Form


Package org.slim3.commons.beanutil

Class org.slim3.commons.beanutil.BeanMap extends HashMap<String,Object> implements Serializable

serialVersionUID: 1L


Package org.slim3.commons.exception

Class org.slim3.commons.exception.CastRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

srcClass

Class<T> srcClass

destClass

Class<T> destClass

Class org.slim3.commons.exception.ClassCanNotAssignedRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

originalClass

Class<T> originalClass
The original class.


destinationClass

Class<T> destinationClass
The destination class.

Class org.slim3.commons.exception.ClassNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

className

String className

Class org.slim3.commons.exception.ConverterRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

value

Object value

Class org.slim3.commons.exception.IllegalAccessRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

targetClass

Class<T> targetClass

Class org.slim3.commons.exception.InstantiationRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

targetClass

Class<T> targetClass

Class org.slim3.commons.exception.NameAlreadyBoundRuntimeException extends NamingRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name.

Class org.slim3.commons.exception.NameNotFoundRuntimeException extends NamingRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass
The bean class.


propertyName

String propertyName
The property name.


name

String name
The name.

Class org.slim3.commons.exception.NamingRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Class org.slim3.commons.exception.NoSuchMethodRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

targetClass

Class<T> targetClass

Class org.slim3.commons.exception.ParseRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class org.slim3.commons.exception.PropertyCanNotReadRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

Class org.slim3.commons.exception.PropertyCanNotWriteRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

value

Object value

Class org.slim3.commons.exception.PropertyNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

Class org.slim3.commons.exception.PropertyNotReadableRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

Class org.slim3.commons.exception.PropertyNotWritableRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass

propertyName

String propertyName

Class org.slim3.commons.exception.SRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

messageCode

String messageCode

args

Object[] args

Package org.slim3.commons.util

Class org.slim3.commons.util.ArrayMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.slim3.commons.util.ArrayMap$1 extends Object implements Serializable

Class org.slim3.commons.util.CaseInsensitiveMap extends ArrayMap<String,V> implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Package org.slim3.commons.web

Class org.slim3.commons.web.S3Servlet extends HttpServlet implements Serializable

serialVersionUID: 1L


Package org.slim3.container

Class org.slim3.container.S3ContainerContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

container

S3Container container
The container.


Package org.slim3.container.exception

Class org.slim3.container.exception.AroundInvokeMethodNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

interceptorClass

Class<T> interceptorClass
The interceptor class.

Class org.slim3.container.exception.AroundInvokeMethodSignatureRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

aroundInvokeMethod

Method aroundInvokeMethod
The around invoke method.

Class org.slim3.container.exception.BindingFailureRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass
The bean class.


propertyName

String propertyName
The property name.

Class org.slim3.container.exception.BindingNotFoundRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass
The bean class.


propertyName

String propertyName
The property name.

Class org.slim3.container.exception.CanNotInvokeAbstractMethodRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

method

Method method
The method.

Class org.slim3.container.exception.DuplicateAroundInvokeRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

interceptorClass

Class<T> interceptorClass
The interceptor class.

Class org.slim3.container.exception.InterceptorsAnnotationRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

beanClass

Class<T> beanClass
The bean class.

Class org.slim3.container.exception.InterceptorsConfigurationRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key
The key of configuration.

Class org.slim3.container.exception.ResourceInterceptorRuntimeException extends SRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

interceptorClass

Class<T> interceptorClass
The interceptor class.


Package org.slim3.struts.config

Class org.slim3.struts.config.S3ActionMapping extends ActionMapping implements Serializable

serialVersionUID: 1L

Serialized Fields

actionClass

Class<T> actionClass
The action class.


actionBeanDesc

BeanDesc actionBeanDesc
The bean descriptor of the action.


executeConfigs

ArrayMap<K,V> executeConfigs
The map for S3ExecuteConfig.


formField

Field formField
The form field.

Class org.slim3.struts.config.S3ExecuteConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

method

Method method
The method of the action class.


validate

boolean validate
Whether this execute method is validated.


input

String input
The path to transit when a validation error is encountered.


roles

String[] roles
The roles.


removeActionForm

boolean removeActionForm
Whether the action form is removed from session or request.


resetMethod

Method resetMethod
The reset method.

Class org.slim3.struts.config.S3FormBeanConfig extends FormBeanConfig implements Serializable

serialVersionUID: 1L

Serialized Fields

dynaClass

DynaClass dynaClass
The dynamic class.

Class org.slim3.struts.config.S3ModuleConfig extends ModuleConfigImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

initialized

boolean initialized
Whether this object is initialized.


actionConfigMap

Map<K,V> actionConfigMap
The map for ActionConfig.


formBeanConfigMap

Map<K,V> formBeanConfigMap
The map for FormBeanConfig.


Package org.slim3.struts.form

Class org.slim3.struts.form.ActionFormWrapper extends ActionForm implements Serializable

serialVersionUID: 1L

Serialized Fields

dynaClass

DynaClass dynaClass
The dynamic class.


action

Object action
The action.

Class org.slim3.struts.form.S3DynaProperty extends DynaProperty implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyDesc

PropertyDesc propertyDesc
The property descriptor.


Package org.slim3.struts.taglib

Class org.slim3.struts.taglib.S3FormTag extends FormTag implements Serializable

serialVersionUID: 1L

Serialized Fields

onkeypress

String onkeypress
The onkeypress event.


onkeyup

String onkeyup
The onkeyup event.


onkeydown

String onkeydown
The onkeydown event.

Class org.slim3.struts.taglib.S3JavascriptValidatorTag extends JavascriptValidatorTag implements Serializable

serialVersionUID: 1L

Class org.slim3.struts.taglib.S3LinkTag extends LinkTag implements Serializable

serialVersionUID: 1L

Class org.slim3.struts.taglib.S3SubmitTag extends SubmitTag implements Serializable

serialVersionUID: 1L

Serialized Fields

jsValidate

boolean jsValidate
Whether this class writes javascript for validation.


Package org.slim3.struts.test

Class org.slim3.struts.test.MockHttpSession extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

creationTime

long creationTime
The creation time.


lastAccessedTime

long lastAccessedTime
The last accessed time.


servletContext

ServletContext servletContext
The servlet context.


id

String id
The identifier.


newFlag

boolean newFlag
Whether this session is created by the current request.


maxInactiveInterval

int maxInactiveInterval
The max inactive internal.


attributeMap

Map<K,V> attributeMap
The map for the attributes.


valid

boolean valid
Whether this session is valid.

Class org.slim3.struts.test.MockServletConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

servletName

String servletName
The servlet name.


servletContext

ServletContext servletContext
The servlet context.


initParameterMap

Map<K,V> initParameterMap
The map table for initial parameters.

Class org.slim3.struts.test.MockServletContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

servletContextName

String servletContextName
The servlet context name.


contextPath

String contextPath
The context path.


initParameterMap

Map<K,V> initParameterMap
The map for the initial parameters.


attributeTable

Map<K,V> attributeTable
The map for the attributes.


resourcePathsMap

Map<K,V> resourcePathsMap
The map for resource paths.


resourceMap

Map<K,V> resourceMap
The map for resource.


realPathMap

Map<K,V> realPathMap
The map for initial parameters.


Package org.slim3.struts.upload

Class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fileItem

org.apache.commons.fileupload.FileItem fileItem

Package org.slim3.struts.util

Class org.slim3.struts.util.S3PropertyMessageResources extends MessageResources implements Serializable

serialVersionUID: 1L

Serialized Fields

initialized

boolean initialized
Whether this object is initialized.

Class org.slim3.struts.util.S3PropertyMessageResourcesFactory extends MessageResourcesFactory implements Serializable

serialVersionUID: 1L


Package org.slim3.struts.validator

Class org.slim3.struts.validator.S3FieldChecks extends FieldChecks implements Serializable

serialVersionUID: 1L

Class org.slim3.struts.validator.S3ValidatorResources extends org.apache.commons.validator.ValidatorResources implements Serializable

serialVersionUID: 1L

Serialized Fields

initialized

boolean initialized
Whether this class is initialized.


forms

Map<K,V> forms
The map for Form.


Package org.slim3.transaction.jta

Class org.slim3.transaction.jta.XidImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

gid

int gid
The internal global identifier.


bid

int bid
The internal branch identifier.


globalId

byte[] globalId
The global identifier.


branchId

byte[] branchId
The branch identifier.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.