A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractCopy<S extends AbstractCopy<S>> - Class in org.slim3.commons.beanutil
An abstract class to copy an object to an another object.
AbstractCopy() - Constructor for class org.slim3.commons.beanutil.AbstractCopy
 
AbstractTransactionController - Class in org.slim3.transaction.controller
An abstract class for TransactionController.
AbstractTransactionController() - Constructor for class org.slim3.transaction.controller.AbstractTransactionController
 
AbstractTransactionInterceptor - Class in org.slim3.container.interceptor
An abstract interceptor for transaction.
AbstractTransactionInterceptor() - Constructor for class org.slim3.container.interceptor.AbstractTransactionInterceptor
Constructor.
action - Variable in class org.slim3.struts.action.ActionWrapper
The action.
action - Variable in class org.slim3.struts.form.ActionFormWrapper
The action.
action - Variable in class org.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
The transaction action.
ACTION_EXTENSION - Static variable in interface org.slim3.struts.S3StrutsGlobals
The action extension.
ACTION_SUFFIX - Static variable in class org.slim3.struts.config.S3ModuleConfig
The action suffix.
actionBeanDesc - Variable in class org.slim3.struts.config.S3ActionMapping
The bean descriptor of the action.
actionClass - Variable in class org.slim3.struts.config.S3ActionMapping
The action class.
actionComparator - Static variable in class org.slim3.struts.taglib.S3JavascriptValidatorTag
The comparator of ValidatorAction.
actionConfigMap - Variable in class org.slim3.struts.config.S3ModuleConfig
The map for ActionConfig.
ActionFormWrapper - Class in org.slim3.struts.form
A wrapper class of ActionForm.
ActionFormWrapper(DynaClass, Object) - Constructor for class org.slim3.struts.form.ActionFormWrapper
Constructor.
ActionFormWrapperClass - Class in org.slim3.struts.form
DynaClass of ActionFormWrapper.
ActionFormWrapperClass(String) - Constructor for class org.slim3.struts.form.ActionFormWrapperClass
Constructor.
ActionMessagesUtil - Class in org.slim3.struts.util
A utility for ActionMessages.
actionServlet - Variable in class org.slim3.struts.validator.S3ValidatorPlugIn
The action servlet.
ActionUtil - Class in org.slim3.struts.util
A utility for an action.
ActionWrapper - Class in org.slim3.struts.action
A wrapper class of Action.
ActionWrapper(Object) - Constructor for class org.slim3.struts.action.ActionWrapper
Constructor.
activeConnectionSet - Variable in class org.slim3.datasource.DataSourceImpl
The set for active connection.
activeTxConnectionMap - Variable in class org.slim3.datasource.DataSourceImpl
The map for active transactional connection.
add(Disposable) - Static method in class org.slim3.commons.util.DisposableUtil
Adds the disposable resource.
addActionConfig(ActionConfig) - Method in class org.slim3.struts.config.S3ModuleConfig
 
addArray(int[], int) - Method in class org.slim3.struts.action.S3RequestProcessor
Adds the int value to the array.
addBinding(String, Binding) - Method in class org.slim3.container.BeanMeta
Adds the binding.
addConnectionEventListener(ConnectionEventListener) - Method in class org.slim3.datasource.XAConnectionImpl
 
addCookie(Cookie) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the cookie.
addCookie(Cookie) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
addDateHeader(String, long) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the date header.
addDateHeader(String, long) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
addDynaProperty(DynaProperty) - Method in class org.slim3.struts.form.ActionFormWrapperClass
Adds the dynamic property.
addErrorsIntoRequest(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Adds the error messages into request.
addErrorsIntoSession(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Adds the error messages into session
addExecuteConfig(S3ExecuteConfig) - Method in class org.slim3.struts.config.S3ActionMapping
Adds execute configuration.
addFileParameter(FileItem) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
addFormBeanConfig(FormBeanConfig) - Method in class org.slim3.struts.config.S3ModuleConfig
 
addFormSet(FormSet) - Method in class org.slim3.struts.validator.S3ValidatorResources
 
addFreePool(XAConnectionImpl) - Method in class org.slim3.datasource.DataSourceImpl
Adds the connection to free pool.
addHeader(String, String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the header.
addHeader(String, String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
addIntHeader(String, int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the int header.
addIntHeader(String, int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
addLocale(Locale) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the locale.
addMessagesIntoRequest(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Adds the messages into request
addMessagesIntoSession(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Adds the messages into session.
addParameter(String, String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the request parameter.
addParameter(String, String[]) - Method in class org.slim3.struts.test.MockHttpServletRequest
Adds the request parameter.
addRealPath(String, String) - Method in class org.slim3.struts.test.MockServletContext
Adds the real path.
addResource(String, URL) - Method in class org.slim3.struts.test.MockServletContext
Adds the URL resource.
addResourcePaths(String, Set<String>) - Method in class org.slim3.struts.test.MockServletContext
Adds the resource paths.
addTextParameter(HttpServletRequest, FileItem) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
addToEnvironment(String, Object) - Method in class org.slim3.container.S3ContainerContext
 
afterCompletion() - Method in class org.slim3.transaction.jta.TransactionImpl
This method is called after the transaction is committed or rolled back.
afterCompletion(int) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
 
Arg - Annotation Type in org.slim3.struts.annotation
The argument of Msg.
aroundInvokeMethod - Variable in exception org.slim3.container.exception.AroundInvokeMethodSignatureRuntimeException
The around invoke method.
AroundInvokeMethodNotFoundRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when around invoke method is not found.
AroundInvokeMethodNotFoundRuntimeException(Class<?>) - Constructor for exception org.slim3.container.exception.AroundInvokeMethodNotFoundRuntimeException
Constructor.
AroundInvokeMethodSignatureRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when around invoke method is wrong.
AroundInvokeMethodSignatureRuntimeException(Method) - Constructor for exception org.slim3.container.exception.AroundInvokeMethodSignatureRuntimeException
Constructor.
ArrayMap<K,V> - Class in org.slim3.commons.util
A map acts like array.
ArrayMap() - Constructor for class org.slim3.commons.util.ArrayMap
Constructor.
ArrayMap(int) - Constructor for class org.slim3.commons.util.ArrayMap
Constructor.
ArrayMap(Map<? extends K, ? extends V>) - Constructor for class org.slim3.commons.util.ArrayMap
Constructor.
assembleActionPath(String) - Static method in class org.slim3.struts.filter.RoutingFilter
Assembles action path
assertNotCommitted() - Method in class org.slim3.struts.test.MockHttpServletResponse
Asserts this response is not committed.
assertOpened() - Method in class org.slim3.datasource.ConnectionInvocationHandler
Asserts this connection is opened.
assertSameXid(Xid) - Method in class org.slim3.datasource.XAResourceImpl
Asserts the transaction identifier is same current transaction identifier.
attributeMap - Variable in class org.slim3.struts.test.MockHttpServletRequest
The map for the attributes.
attributeMap - Variable in class org.slim3.struts.test.MockHttpSession
The map for the attributes.
attributeTable - Variable in class org.slim3.struts.test.MockServletContext
The map for the attributes.
authType - Variable in class org.slim3.struts.test.MockHttpServletRequest
Authority type.

B

BACK_NAMING_FACTORY_KEY - Static variable in class org.slim3.container.S3Container
The key for back initial context factory.
backContext - Variable in class org.slim3.container.S3Container
The back naming context.
BEAN_META_FACTORY_KEY - Static variable in class org.slim3.container.BeanMetaFactory
The key for bean meta data factory class.
beanClass - Variable in exception org.slim3.commons.exception.NameNotFoundRuntimeException
The bean class.
beanClass - Variable in class org.slim3.container.BeanMeta
The bean class.
beanClass - Variable in exception org.slim3.container.exception.BindingFailureRuntimeException
The bean class.
beanClass - Variable in exception org.slim3.container.exception.BindingNotFoundRuntimeException
The bean class.
beanClass - Variable in exception org.slim3.container.exception.InterceptorsAnnotationRuntimeException
The bean class.
beanClassName - Variable in class org.slim3.container.PrototypeBeanFactory
The bean class name.
BeanConvention - Class in org.slim3.commons.convention
A class for bean conventions.
BeanConvention() - Constructor for class org.slim3.commons.convention.BeanConvention
Constructor.
BeanDesc - Class in org.slim3.commons.beanutil
This class describes bean information.
BeanFactory - Interface in org.slim3.container
A factory interface for bean.
BeanMap - Class in org.slim3.commons.beanutil
A map acts as bean.
BeanMap() - Constructor for class org.slim3.commons.beanutil.BeanMap
 
BeanMeta - Class in org.slim3.container
A meta data class for bean.
BeanMeta(String, Class<?>) - Constructor for class org.slim3.container.BeanMeta
Constructor.
beanMeta - Variable in class org.slim3.container.PrototypeBeanFactory
The bean meta data.
beanMetaCache - Variable in class org.slim3.container.BeanMetaFactory
The cache for bean meta data.
BeanMetaFactory - Class in org.slim3.container
A factory class for the bean meta data.
BeanMetaFactory() - Constructor for class org.slim3.container.BeanMetaFactory
Constructor.
BeanUtil - Class in org.slim3.commons.beanutil
A utility class for bean.
beforeCompletion() - Method in class org.slim3.transaction.jta.TransactionImpl
This method is called prior to the start of the transaction completion process.
beforeCompletion() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
 
begin(Xid) - Method in class org.slim3.datasource.XAResourceImpl
Begins transaction.
begin() - Method in class org.slim3.transaction.jta.JtaTransactionController
Begins a new transaction.
begin() - Method in class org.slim3.transaction.jta.TransactionImpl
Begins transaction.
begin() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
begin() - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
bid - Variable in class org.slim3.transaction.jta.TransactionImpl
The internal branch identifier.
bid - Variable in class org.slim3.transaction.jta.XidImpl
The internal branch identifier.
BigDecimalUtil - Class in org.slim3.commons.util
A utility class for BigDecimal.
BigIntegerUtil - Class in org.slim3.commons.util
A utility class for BigInteger.
bind(Object, S3Container) - Method in class org.slim3.container.Binding
Binds specified object to the bean.
bind(String, Object) - Method in class org.slim3.container.S3Container
Binds the name to the object.
bind(Name, Object) - Method in class org.slim3.container.S3ContainerContext
 
bind(String, Object) - Method in class org.slim3.container.S3ContainerContext
 
Binding - Class in org.slim3.container
A binding class for Resource annotation.
Binding(String, Field) - Constructor for class org.slim3.container.Binding
Constructor.
Binding(String, Field, Method) - Constructor for class org.slim3.container.Binding
Constructor.
BINDING_PREFIX - Static variable in class org.slim3.container.BeanMetaFactory
The prefix for binding.
BindingFailureRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when an exception is encountered while binding.
BindingFailureRuntimeException(Class<?>, String, Throwable) - Constructor for exception org.slim3.container.exception.BindingFailureRuntimeException
Constructor.
BindingNotFoundRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when the binding is not found.
BindingNotFoundRuntimeException(Class<?>, String) - Constructor for exception org.slim3.container.exception.BindingNotFoundRuntimeException
Constructor.
bindings - Variable in class org.slim3.container.BeanMeta
The binding collection.
BooleanUtil - Class in org.slim3.commons.util
A utility class for Boolean.
br(String) - Static method in class org.slim3.struts.taglib.S3Functions
Converts line break to br tag.
branchId - Variable in class org.slim3.transaction.jta.XidImpl
The branch identifier.
bufferSize - Variable in class org.slim3.struts.test.MockHttpServletResponse
The buffer size.
bundle - Variable in class org.slim3.commons.message.MessageResourceBundleCache
The message bundle.
ByteType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a byte.
ByteUtil - Class in org.slim3.commons.util
A utility class for Byte.

C

calculateBundleName(String) - Static method in class org.slim3.commons.message.MessageBuilder
Calculates the bundle name for the message code.
calculateKey(String) - Static method in class org.slim3.commons.message.MessageBuilder
Calculates the key for the message code.
calculateURL() - Method in class org.slim3.struts.taglib.S3LinkTag
 
CalendarUtil - Class in org.slim3.commons.util
A utility class for Calendar.
CanNotInvokeAbstractMethodRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when an abstract method is invoked.
CanNotInvokeAbstractMethodRuntimeException(Method) - Constructor for exception org.slim3.container.exception.CanNotInvokeAbstractMethodRuntimeException
Constructor.
capitalize(String) - Static method in class org.slim3.commons.util.StringUtil
Capitalizes the text according to JavaBeans specification.
CaseInsensitiveMap<V> - Class in org.slim3.commons.util
This map is case insensitive to the key.
CaseInsensitiveMap() - Constructor for class org.slim3.commons.util.CaseInsensitiveMap
Constructor.
CaseInsensitiveMap(int) - Constructor for class org.slim3.commons.util.CaseInsensitiveMap
Constructor.
CastRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a class can not cast.
CastRuntimeException(Class<?>, Class<?>) - Constructor for exception org.slim3.commons.exception.CastRuntimeException
Constructor.
characterEncoding - Variable in class org.slim3.struts.test.MockHttpServletRequest
The character encoding.
characterEncoding - Variable in class org.slim3.struts.test.MockHttpServletResponse
The character encoding.
checkSizeLimit() - Static method in class org.slim3.struts.util.UploadUtil
Checks if the uploaded data do not exceed size limit.
CLASS_NAME - Static variable in class org.slim3.commons.convention.BeanConvention
The class name.
ClassCanNotAssignedRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a class can not be assigned to an another class.
ClassCanNotAssignedRuntimeException(Class<?>, Class<?>) - Constructor for exception org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
Constructor.
ClassNotFoundRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a ClassNotFoundException is encountered.
ClassNotFoundRuntimeException(String, ClassNotFoundException) - Constructor for exception org.slim3.commons.exception.ClassNotFoundRuntimeException
Constructor.
ClassUtil - Class in org.slim3.commons.util
A utility class for Class.
clear() - Method in class org.slim3.commons.util.ArrayMap
 
clear() - Method in class org.slim3.container.S3Container
Clears the repository.
clone() - Method in class org.slim3.commons.util.ArrayMap
 
close() - Method in class org.slim3.container.S3ContainerContext
 
close() - Method in class org.slim3.datasource.ConnectionInvocationHandler
Closes logical connection.
close() - Method in class org.slim3.datasource.DataSourceImpl
Closes pooled connections.
close() - Method in class org.slim3.datasource.XAConnectionImpl
 
closed - Variable in class org.slim3.datasource.ConnectionInvocationHandler
Whether logical connection is closed.
closed - Variable in class org.slim3.datasource.XAConnectionImpl
Whether this connection is closed.
closeForError(SQLException) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Closes logical connection when error has occurred.
commit(Xid, boolean) - Method in class org.slim3.datasource.XAResourceImpl
 
commit() - Method in class org.slim3.transaction.jta.TransactionImpl
 
commit() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
commit() - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
commit(boolean) - Method in class org.slim3.transaction.jta.XAResourceContext
Commits transaction.
commitResources() - Method in class org.slim3.transaction.jta.TransactionImpl
 
committed - Variable in class org.slim3.struts.test.MockHttpServletResponse
The committed flag.
composeName(Name, Name) - Method in class org.slim3.container.S3ContainerContext
 
composeName(String, String) - Method in class org.slim3.container.S3ContainerContext
 
Configuration - Class in org.slim3.commons.config
A class to access the configuration information.
connection - Variable in class org.slim3.datasource.XAResourceImpl
The connection.
connectionClosed(ConnectionEvent) - Method in class org.slim3.datasource.DataSourceImpl
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.slim3.datasource.DataSourceImpl
 
ConnectionInvocationHandler - Class in org.slim3.datasource
InvocationHandler for connection.
ConnectionInvocationHandler(XAConnectionImpl) - Constructor for class org.slim3.datasource.ConnectionInvocationHandler
Constructor.
ConstructorUtil - Class in org.slim3.commons.util
A utility class for Constructor.
container - Variable in class org.slim3.container.PrototypeBeanFactory
The container.
container - Variable in class org.slim3.container.S3ContainerContext
The container.
container - Variable in class org.slim3.container.S3ContainerFactory
The container.
CONTAINER_FACTORY_KEY - Static variable in class org.slim3.container.S3ContainerFactory
The key for container factory class.
contains(String, String) - Method in class org.slim3.struts.form.ActionFormWrapper
 
containsHeader(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
containsKey(Object) - Method in class org.slim3.commons.util.ArrayMap
 
containsKey(Object) - Method in class org.slim3.commons.util.CaseInsensitiveMap
 
containsValue(Object) - Method in class org.slim3.commons.util.ArrayMap
 
contentLength - Variable in class org.slim3.struts.test.MockHttpServletRequest
The content length.
contentType - Variable in class org.slim3.struts.test.MockHttpServletRequest
The content type.
context - Static variable in class org.slim3.container.S3ContainerContextFactory
The naming context.
contextData - Variable in class org.slim3.container.InvocationContextImpl
The context data.
contextDestroyed(ServletContextEvent) - Method in class org.slim3.commons.web.S3ServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.slim3.commons.web.S3ServletContextListener
 
contextPath - Variable in class org.slim3.struts.test.MockServletContext
The context path.
contexts - Variable in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
The synchronization context for thread.
ContextUtil - Class in org.slim3.commons.util
A utility class for Context.
CONVENTION_KEY - Static variable in class org.slim3.commons.convention.BeanConvention
The key for bean convention class.
ConversionUtil - Class in org.slim3.commons.beanutil
A utility class for conversion.
convert(Object, Class<?>) - Static method in class org.slim3.commons.beanutil.ConversionUtil
Converts the value into the destination class.
convertCauseMessage(Throwable) - Static method in exception org.slim3.commons.exception.SRuntimeException
Converts the cause to a message.
convertConcreteClass(Class<?>) - Method in class org.slim3.struts.action.S3RequestProcessor
Converts the abstract class to the concrete class.
convertDateToString(long) - Static method in class org.slim3.struts.test.HeaderUtil
Converts the date value to string.
converter(Converter, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the converter.
Converter - Interface in org.slim3.commons.beanutil
An interface that converts string and object.
converterMap - Variable in class org.slim3.commons.beanutil.AbstractCopy
The converters that are bound to the specific property.
ConverterRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when an exception is encountered while converting.
ConverterRuntimeException(String, Object, Throwable) - Constructor for exception org.slim3.commons.exception.ConverterRuntimeException
Constructor.
converters - Variable in class org.slim3.commons.beanutil.AbstractCopy
The converters that are not bound to any properties.
convertIntToString(int) - Static method in class org.slim3.struts.test.HeaderUtil
Converts the int value to string.
convertStringToDate(String) - Static method in class org.slim3.struts.test.HeaderUtil
Converts the string value to date.
convertStringToInt(String) - Static method in class org.slim3.struts.test.HeaderUtil
Converts the string value to int.
convertValue(Object, String, Class<?>) - Method in class org.slim3.commons.beanutil.AbstractCopy
Converts the value.
cookieList - Variable in class org.slim3.struts.test.MockHttpServletRequest
The list for Cookie.
cookieList - Variable in class org.slim3.struts.test.MockHttpServletResponse
The list for Cookie.
COOL - Static variable in class org.slim3.commons.config.Configuration
cool value.
copy(Object, Object) - Static method in class org.slim3.commons.beanutil.BeanUtil
Creates a Copy instance.
Copy - Class in org.slim3.commons.beanutil
A class to copy a bean to an another bean.
Copy(Object, Object) - Constructor for class org.slim3.commons.beanutil.Copy
Constructor.
copyBeanToBean(Object, Object) - Method in class org.slim3.commons.beanutil.AbstractCopy
Copies a bean to an another bean.
copyBeanToMap(Object, Map<String, Object>) - Method in class org.slim3.commons.beanutil.AbstractCopy
Copies a bean to an another map.
copyEmptyString - Variable in class org.slim3.commons.beanutil.AbstractCopy
Whether emptyString is copied.
copyEmptyString() - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies whether empty string is copied.
copyMapToBean(Map<String, Object>, Object) - Method in class org.slim3.commons.beanutil.AbstractCopy
Copies a map to an another bean.
copyMapToMap(Map<String, Object>, Map<String, Object>) - Method in class org.slim3.commons.beanutil.AbstractCopy
Copies a map to an another map.
copyNull - Variable in class org.slim3.commons.beanutil.AbstractCopy
Whether null is copied.
copyNull() - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies whether null is copied.
create(Class<?>) - Static method in class org.slim3.commons.beanutil.BeanDesc
Creates the bean descriptor.
create(Type) - Static method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Creates a parameterized class descriptor.
createActionConfig(String) - Method in class org.slim3.struts.config.S3ModuleConfig
Creates an action configuration.
createActionForm(ActionServlet) - Method in class org.slim3.struts.config.S3FormBeanConfig
 
createActionList(ValidatorResources, Form) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Creates List of actions for the given Form.
createAndCopy(Class<T>, Object) - Static method in class org.slim3.commons.beanutil.BeanUtil
Creates a CreateAndCopy instance.
CreateAndCopy<T> - Class in org.slim3.commons.beanutil
A class to create an object and copy an object to the created object.
CreateAndCopy(Class<T>, Object) - Constructor for class org.slim3.commons.beanutil.CreateAndCopy
Constructor.
createBeanMeta(Class<?>) - Method in class org.slim3.container.BeanMetaFactory
Creates a bean meta data.
createBundle(String) - Static method in class org.slim3.commons.message.MessageResourceBundleFactory
Creates a message bundle.
createDynamicJavascript(ModuleConfig, ValidatorResources, Locale, Form) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Generates the dynamic JavaScript for the form.
createFormBeanConfig(S3ActionMapping) - Method in class org.slim3.struts.config.S3ModuleConfig
Creates a FormBeanConfig.
createInterceptor(Class<?>) - Method in class org.slim3.container.InterceptorFactory
Creates an interceptor.
createMethods(List<ValidatorAction>, boolean) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Creates the JavaScript methods list from the given actions.
createModuleConfig(String) - Method in class org.slim3.struts.config.S3ModuleConfigFactory
 
createResources(String) - Method in class org.slim3.struts.util.S3PropertyMessageResourcesFactory
 
createSubcontext(Name) - Method in class org.slim3.container.S3ContainerContext
 
createSubcontext(String) - Method in class org.slim3.container.S3ContainerContext
 
createValidatorField(String, String, Map<String, Object>) - Method in class org.slim3.struts.config.S3ModuleConfig
Creates a validator field
creationTime - Variable in class org.slim3.struts.test.MockHttpSession
The creation time.
CreditCardType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is credit card numbers.
currentXid - Variable in class org.slim3.datasource.XAResourceImpl
The current transaction identifier.

D

DATA_SOURCES_KEY - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The data source key.
DataSourceImpl - Class in org.slim3.datasource
An implementation class for XADataSource.
DataSourceImpl() - Constructor for class org.slim3.datasource.DataSourceImpl
Constructor.
DataSourceImpl.PoolTask - Class in org.slim3.datasource
The task for connection timeout.
DataSourceImpl.PoolTask(XAConnectionImpl) - Constructor for class org.slim3.datasource.DataSourceImpl.PoolTask
Constructor.
DataSourcePlugin - Class in org.slim3.container.plugin
A plugin implementation class for data source.
DataSourcePlugin() - Constructor for class org.slim3.container.plugin.DataSourcePlugin
 
date(String, String) - Static method in class org.slim3.struts.taglib.S3Functions
Converts string that could be interpreted as Date.
dateConverter(String, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the converter for Date.
DateConverter - Class in org.slim3.commons.beanutil
The converter for date.
DateConverter(String) - Constructor for class org.slim3.commons.beanutil.DateConverter
Constructor.
DateType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a date.
DateUtil - Class in org.slim3.commons.util
A utility class for Date.
decapitalize(String) - Static method in class org.slim3.commons.util.StringUtil
Decapitalizes the text according to JavaBeans specification.
DEFAULT_DATE_CONVERTER - Static variable in class org.slim3.commons.beanutil.AbstractCopy
The default converter for Date.
DEFAULT_ENCODING - Static variable in class org.slim3.commons.web.S3Filter
The default encoding
DEFAULT_PATH - Static variable in class org.slim3.commons.config.Configuration
The default path.
DEFAULT_TIME_CONVERTER - Static variable in class org.slim3.commons.beanutil.AbstractCopy
The default converter for Time.
DEFAULT_TIMESTAMP_CONVERTER - Static variable in class org.slim3.commons.beanutil.AbstractCopy
The default converter for Timestamp.
DEFAULT_TRANSACTION_ISOLATION_LEVEL - Static variable in class org.slim3.datasource.DataSourceImpl
The default transaction isolation level.
DEFAULT_TRANSACTION_KEY - Static variable in class org.slim3.container.BeanMetaFactory
The key for bean meta data factory class.
defaultInterceptorsCache - Variable in class org.slim3.container.BeanMetaFactory
The cache for array of default interceptors.
defaultTransactionType - Static variable in class org.slim3.container.BeanMetaFactory
The default transaction attribute.
defineClass(String, boolean) - Method in class org.slim3.commons.web.HotdeployClassLoader
Defines the class.
defineClass(String, InputStream) - Method in class org.slim3.commons.web.HotdeployClassLoader
Defines the class.
defineClass(String, byte[]) - Method in class org.slim3.commons.web.HotdeployClassLoader
Defines the class.
delistResource(XAResource, int) - Method in class org.slim3.transaction.jta.TransactionImpl
 
DEPLOYMENT_KEY - Static variable in class org.slim3.commons.config.Configuration
The deployment key.
dest - Variable in class org.slim3.commons.beanutil.Copy
The destination.
destClass - Variable in class org.slim3.commons.beanutil.CreateAndCopy
The destination class.
destinationClass - Variable in exception org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
The destination class.
destroy() - Method in interface org.slim3.commons.plugin.Plugin
This method is called when an application stops.
destroy() - Static method in class org.slim3.commons.plugin.PluginManager
Destroys plugins.
destroy() - Method in class org.slim3.commons.web.S3Filter
 
destroy() - Method in class org.slim3.commons.web.S3Servlet
 
destroy() - Method in class org.slim3.container.plugin.DataSourcePlugin
 
destroy() - Method in class org.slim3.container.plugin.TransactionPlugin
 
destroy() - Method in class org.slim3.struts.filter.RoutingFilter
 
destroy() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
destroySubcontext(Name) - Method in class org.slim3.container.S3ContainerContext
 
destroySubcontext(String) - Method in class org.slim3.container.S3ContainerContext
 
Disposable - Interface in org.slim3.commons.util
This interface represents a resource that must be disposed.
disposableRegistered - Variable in class org.slim3.container.BeanMetaFactory
Whether the disposable is registered.
disposableRegistered - Variable in class org.slim3.container.InterceptorFactory
Whether the disposable is registered.
DisposableUtil - Class in org.slim3.commons.util
A utility class to dispose resources.
DisposableUtil() - Constructor for class org.slim3.commons.util.DisposableUtil
 
dispose() - Method in interface org.slim3.commons.util.Disposable
Disposes resource.
dispose() - Method in class org.slim3.container.BeanMetaFactory
 
dispose() - Method in class org.slim3.container.InterceptorFactory
 
dispose() - Method in class org.slim3.container.PrototypeBeanFactory
 
dispose() - Method in class org.slim3.struts.config.S3ModuleConfig
 
dispose() - Method in class org.slim3.struts.util.S3PropertyMessageResources
 
dispose() - Method in class org.slim3.struts.validator.S3ValidatorResources
 
disposeAll() - Static method in class org.slim3.commons.util.DisposableUtil
Disposes all resources.
doEndTag() - Method in class org.slim3.struts.taglib.S3SubmitTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.slim3.commons.web.S3Filter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.slim3.commons.web.S3Filter
Executes filtering process.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.slim3.struts.filter.RoutingFilter
 
DoubleRange - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the double value is in a range.
DoubleType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a double.
DoubleUtil - Class in org.slim3.commons.util
A utility class for Double.
download(String, byte[]) - Static method in class org.slim3.struts.util.ResponseUtil
Downloads the data.
download(String, InputStream) - Static method in class org.slim3.struts.util.ResponseUtil
Downloads the data.
download(String, InputStream, int) - Static method in class org.slim3.struts.util.ResponseUtil
Downloads the data.
DRIVER_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The driver class suffix.
driverClassName - Variable in class org.slim3.datasource.DataSourceImpl
The driver class name.
DuplicateAroundInvokeRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when AroundInvoke annotations are duplicate.
DuplicateAroundInvokeRuntimeException(Class<?>) - Constructor for exception org.slim3.container.exception.DuplicateAroundInvokeRuntimeException
Constructor.
dynaClass - Variable in class org.slim3.struts.config.S3FormBeanConfig
The dynamic class.
dynaClass - Variable in class org.slim3.struts.form.ActionFormWrapper
The dynamic class.

E

elementsAll - Variable in class org.slim3.struts.upload.S3MultipartRequestHandler
The all parameters.
elementsFile - Variable in class org.slim3.struts.upload.S3MultipartRequestHandler
The file parameters.
elementsText - Variable in class org.slim3.struts.upload.S3MultipartRequestHandler
The text parameters.
EmailType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is email.
EMPTY_STRINGS - Static variable in class org.slim3.commons.beanutil.AbstractCopy
The empty strings.
EmptyEnumeration<T> - Class in org.slim3.struts.test
An empty Enumeration.
EmptyEnumeration() - Constructor for class org.slim3.struts.test.EmptyEnumeration
Constructor.
encodeRedirectURL(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
encodeURL(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
encodeUrl(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
encoding - Variable in class org.slim3.commons.web.S3Filter
The encoding.
ENCODING_KEY - Static variable in class org.slim3.commons.web.S3Filter
The encoding key.
end(Xid, int) - Method in class org.slim3.datasource.XAResourceImpl
 
end() - Method in class org.slim3.transaction.jta.JtaTransactionController
Commits or rolls back a transaction.
end(int) - Method in class org.slim3.transaction.jta.XAResourceContext
Ends resource.
endResources(int) - Method in class org.slim3.transaction.jta.TransactionImpl
Ends resources.
enhancedBeanClass - Variable in class org.slim3.container.BeanMeta
The enhanced bean class.
enlistResource(XAResource) - Method in class org.slim3.transaction.jta.TransactionImpl
 
entrySet - Variable in class org.slim3.commons.util.ArrayMap
The set of entries.
entrySet() - Method in class org.slim3.commons.util.ArrayMap
 
equals(Object) - Method in class org.slim3.commons.util.ArrayMap
 
equals(Object) - Method in class org.slim3.transaction.jta.TransactionImpl
 
equals(Object) - Method in class org.slim3.transaction.jta.XidImpl
 
escape(String) - Static method in class org.slim3.struts.taglib.S3Functions
Escapes string that could be interpreted as HTML.
escapeJavascript(String) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Backslash-escapes the following characters from the input string: ", ', \, \r, \n.
escapeQuotes(String) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Escapes quotes.
exclude(CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the excluded property names.
excludedPropertyNames - Variable in class org.slim3.commons.beanutil.AbstractCopy
The excluded property names.
execute() - Method in class org.slim3.commons.beanutil.Copy
Executes copy process.
execute() - Method in class org.slim3.commons.beanutil.CreateAndCopy
Executes create and copy processes.
execute() - Method in class org.slim3.container.interceptor.InterceptorTransactionAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.slim3.struts.action.ActionWrapper
 
Execute - Annotation Type in org.slim3.struts.annotation
An annotation for execute method.
execute(TransactionAction) - Method in class org.slim3.transaction.controller.AbstractTransactionController
Executes the action
execute() - Method in interface org.slim3.transaction.controller.TransactionAction
Executes the action.
executeConfigs - Variable in class org.slim3.struts.config.S3ActionMapping
The map for S3ExecuteConfig.
expandArray(Object, int[], Class<?>) - Method in class org.slim3.struts.action.S3RequestProcessor
Expands the array.
exportProperties(HttpServletRequest, HttpServletResponse, BeanDesc, boolean) - Method in class org.slim3.struts.action.S3RequestProcessor
Exports action properties to request, session, cookie.
extractBeanSuffix(String) - Method in class org.slim3.commons.convention.BeanConvention
Extracts a bean suffix from the name.

F

field - Variable in class org.slim3.container.Binding
The field.
file - Variable in class org.slim3.commons.message.MessageResourceBundleCache
The file for the message bundle.
fillBytes(byte[]) - Static method in class org.slim3.transaction.jta.XidImpl
Fills the array of bytes for 64 bytes.
finalize() - Method in class org.slim3.datasource.DataSourceImpl
 
findActionConfig(String) - Method in class org.slim3.struts.config.S3ModuleConfig
 
findActionConfigs() - Method in class org.slim3.struts.config.S3ModuleConfig
 
findActionMapping(String) - Static method in class org.slim3.struts.util.S3ActionMappingUtil
Finds the action mapping
findConverter(Class<?>) - Method in class org.slim3.commons.beanutil.AbstractCopy
Finds the converter for the class.
findDefaultConverter(Class<?>) - Method in class org.slim3.commons.beanutil.AbstractCopy
Finds the default converter.
findExecuteConfig(HttpServletRequest) - Method in class org.slim3.struts.config.S3ActionMapping
Find execute configuration.
findFormBeanConfig(String) - Method in class org.slim3.struts.config.S3ModuleConfig
 
findFormBeanConfigs() - Method in class org.slim3.struts.config.S3ModuleConfig
 
FloatRange - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the float value is in a range.
FloatType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a float.
FloatUtil - Class in org.slim3.commons.util
A utility class for Float.
flushBuffer() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
forget(Xid) - Method in class org.slim3.datasource.XAResourceImpl
 
FORM_SUFFIX - Static variable in class org.slim3.struts.config.S3ModuleConfig
The form suffix.
FORMAT_ID - Static variable in class org.slim3.transaction.jta.XidImpl
The format identifier.
formBeanConfigMap - Variable in class org.slim3.struts.config.S3ModuleConfig
The map for FormBeanConfig.
formField - Variable in class org.slim3.struts.config.S3ActionMapping
The form field.
forms - Variable in class org.slim3.struts.validator.S3ValidatorResources
The map for Form.
forName(String) - Static method in class org.slim3.commons.util.ClassUtil
Returns a class instance.
forward(ServletRequest, ServletResponse) - Method in class org.slim3.struts.test.MockRequestDispatcher
 
FREE_POOL_TIMEOUT_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The free pool timeout suffix.
freePool - Variable in class org.slim3.datasource.DataSourceImpl
The pool for free connection.
freePoolTimeout - Variable in class org.slim3.datasource.DataSourceImpl
The free pool timeout(milliseconds).
freeze() - Method in class org.slim3.struts.config.S3ModuleConfig
 
FRONT_NAMING_FACTORY_KEY - Static variable in class org.slim3.commons.jndi.Jndi
The key for front initial context factory.

G

GenericsUtil - Class in org.slim3.commons.util
A utility class for generics.
geronimoPresent - Static variable in class org.slim3.container.plugin.TransactionPlugin
Whether Geronimo is present.
get(Object) - Method in class org.slim3.commons.beanutil.BeanMap
 
get(String) - Method in class org.slim3.commons.message.MessageResourceBundle
Returns the message.
get(Object) - Method in class org.slim3.commons.util.ArrayMap
 
get(int) - Method in class org.slim3.commons.util.ArrayMap
Returns the value for the index.
get(Object) - Method in class org.slim3.commons.util.CaseInsensitiveMap
 
get(String) - Method in class org.slim3.struts.form.ActionFormWrapper
 
get(String, int) - Method in class org.slim3.struts.form.ActionFormWrapper
 
get(String, String) - Method in class org.slim3.struts.form.ActionFormWrapper
 
getAction() - Static method in class org.slim3.struts.util.ActionUtil
Returns the action from request.
getActionBeanDesc() - Method in class org.slim3.struts.config.S3ActionMapping
Returns the bean descriptor of the action.
getActionClass() - Method in class org.slim3.struts.config.S3ActionMapping
Returns the action class.
getActionMapping() - Static method in class org.slim3.struts.util.S3ActionMappingUtil
Returns the action mapping
getActionPath() - Static method in class org.slim3.struts.util.ActionUtil
Returns the action path.
getAllElements() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
getAllParameters(HttpServletRequest, MultipartRequestHandler) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns all request parameters.
getArgs() - Method in exception org.slim3.commons.exception.SRuntimeException
Returns the arguments.
getArguments() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Returns the ParameterizedClassDesc objects.
getAroundInvokeMethod() - Method in exception org.slim3.container.exception.AroundInvokeMethodSignatureRuntimeException
Returns the around invoke method.
getArrayElementClass(Class<?>, int) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns the element class of the array.
getArrayValue(Object, int[], Class<?>) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns the value of the array.
getAsObject(String) - Method in interface org.slim3.commons.beanutil.Converter
Returns the value as object.
getAsObject(String) - Method in class org.slim3.commons.beanutil.DateConverter
 
getAsObject(String) - Method in class org.slim3.commons.beanutil.NumberConverter
 
getAsObject(String) - Method in class org.slim3.commons.beanutil.SqlDateConverter
 
getAsObject(String) - Method in class org.slim3.commons.beanutil.TimeConverter
 
getAsObject(String) - Method in class org.slim3.commons.beanutil.TimestampConverter
 
getAsString(Object) - Method in interface org.slim3.commons.beanutil.Converter
Returns the value as string.
getAsString(Object) - Method in class org.slim3.commons.beanutil.DateConverter
 
getAsString(Object) - Method in class org.slim3.commons.beanutil.NumberConverter
 
getAsString(Object) - Method in class org.slim3.commons.beanutil.SqlDateConverter
 
getAsString(Object) - Method in class org.slim3.commons.beanutil.TimeConverter
 
getAsString(Object) - Method in class org.slim3.commons.beanutil.TimestampConverter
 
getAttribute(String) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getAttribute(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getAttribute(String) - Method in class org.slim3.struts.test.MockHttpSession
 
getAttribute(String) - Method in class org.slim3.struts.test.MockServletContext
 
getAttributeNames() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getAttributeNames() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getAttributeNames() - Method in class org.slim3.struts.test.MockHttpSession
 
getAttributeNames() - Method in class org.slim3.struts.test.MockServletContext
 
getAuthType() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getBaseFileName(String) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
Returns the base file name.
getBean() - Method in interface org.slim3.container.BeanFactory
Returns a bean.
getBean() - Method in class org.slim3.container.PrototypeBeanFactory
 
getBeanClass() - Method in class org.slim3.commons.beanutil.BeanDesc
Returns the bean class.
getBeanClass() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the bean class.
getBeanClass() - Method in exception org.slim3.commons.exception.PropertyCanNotReadRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.commons.exception.PropertyCanNotWriteRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.commons.exception.PropertyNotFoundRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.commons.exception.PropertyNotReadableRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.commons.exception.PropertyNotWritableRuntimeException
Returns the bean class.
getBeanClass() - Method in class org.slim3.container.BeanMeta
Returns the bean class.
getBeanClass() - Method in exception org.slim3.container.exception.BindingFailureRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.container.exception.BindingNotFoundRuntimeException
Returns the bean class.
getBeanClass() - Method in exception org.slim3.container.exception.InterceptorsAnnotationRuntimeException
Returns the bean class.
getBeanDesc(Class<?>) - Static method in class org.slim3.commons.beanutil.BeanUtil
Returns the bean descriptor.
getBeanMeta(Class<?>) - Method in class org.slim3.container.BeanMetaFactory
Returns the bean meta data.
getBinding(int) - Method in class org.slim3.container.BeanMeta
Returns the binding for the index.
getBinding(String) - Method in class org.slim3.container.BeanMeta
Returns the binding for the property name.
getBindingSize() - Method in class org.slim3.container.BeanMeta
Returns the number of bindings.
getBooleanValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the boolean value for the key.
getBranchQualifier() - Method in class org.slim3.transaction.jta.XidImpl
 
getBufferSize() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getBundle() - Method in class org.slim3.commons.message.MessageResourceBundleCache
Returns the message bundle.
getBundle(Locale, String) - Static method in class org.slim3.commons.message.MessageResourceBundleFactory
Returns the message bundle.
getBundle(String) - Static method in class org.slim3.commons.message.MessageResourceBundleFactory
Returns the message bundle.
getBytes(InputStream) - Method in class org.slim3.commons.web.HotdeployClassLoader
Returns input stream data as the array of bytes.
getByteValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the byte value for the key.
getCharacterEncoding() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getClassName() - Method in exception org.slim3.commons.exception.ClassNotFoundRuntimeException
Returns the class name.
getConnection() - Method in class org.slim3.datasource.DataSourceImpl
 
getConnection(String, String) - Method in class org.slim3.datasource.DataSourceImpl
 
getConnection() - Method in class org.slim3.datasource.XAConnectionImpl
 
getConnection() - Method in class org.slim3.datasource.XAResourceImpl
Returns the connection.
getConstructor(Class<?>, Class<?>...) - Static method in class org.slim3.commons.util.ClassUtil
Returns the constructor.
getContainer() - Method in class org.slim3.container.S3ContainerContext
Returns the container.
getContainer() - Method in class org.slim3.container.S3ContainerFactory
Returns the container.
getContentLength() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getContentLength() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the content length.
getContentType() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getContentType() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getContentType() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
getContext() - Static method in class org.slim3.commons.jndi.Jndi
Returns the naming context.
getContext(String) - Method in class org.slim3.struts.test.MockServletContext
 
getContext() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
Returns the synchronization context attached to transaction.
getContextData() - Method in class org.slim3.container.InvocationContextImpl
 
getContextPath() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getContextPath() - Method in class org.slim3.struts.test.MockServletContext
 
getCookies() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getCookies() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the cookies.
getCreationTime() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getCreationTime() - Method in class org.slim3.struts.test.MockHttpSession
 
getCurrentXid() - Method in class org.slim3.datasource.XAResourceImpl
Returns the current transaction identifier.
getDateHeader(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getDateHeader(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header as date.
getDeployment() - Static method in class org.slim3.commons.config.Configuration
Returns the deployment value.
getDestClass() - Method in exception org.slim3.commons.exception.CastRuntimeException
Returns the destination class.
getDestinationClass() - Method in exception org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
Returns the destination class.
getDoubleValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the double value for the key.
getDynaClass() - Method in class org.slim3.struts.config.S3FormBeanConfig
Returns the dynamic class.
getDynaClass() - Method in class org.slim3.struts.form.ActionFormWrapper
 
getDynaProperties() - Method in class org.slim3.struts.form.ActionFormWrapperClass
 
getDynaProperty(String) - Method in class org.slim3.struts.form.ActionFormWrapperClass
 
getElementClassOfCollection() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Returns the element class of collection.
getEnhancedBeanClass() - Method in class org.slim3.container.BeanMeta
Returns the enhanced bean class.
getEntry(int) - Method in class org.slim3.commons.util.ArrayMap
Returns the entry for the index.
getEnvironment() - Method in class org.slim3.container.S3ContainerContext
 
getExecuteConfig(String) - Method in class org.slim3.struts.config.S3ActionMapping
Returns execute configuration.
getExecuteConfig() - Static method in class org.slim3.struts.util.S3ExecuteConfigUtil
Returns the execute configuration.
getExecuteConfigSize() - Method in class org.slim3.struts.config.S3ActionMapping
Returns the number of execute configurations.
getExecuteMethodNames() - Method in class org.slim3.struts.config.S3ActionMapping
Returns the execute method names.
getField() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the field.
getField() - Method in class org.slim3.container.Binding
Returns the field.
getFile(String) - Static method in class org.slim3.commons.message.MessageResourceBundleFactory
Returns a file for the path.
getFileData() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
getFileElements() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
getFileName() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
getFileSize() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
getFloatValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the float value for the key.
getForm(Locale, String) - Method in class org.slim3.struts.validator.S3ValidatorResources
 
getFormatId() - Method in class org.slim3.transaction.jta.XidImpl
 
getGlobalTransactionId() - Method in class org.slim3.transaction.jta.XidImpl
 
getHeader(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getHeader(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header as string.
getHeaderList(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Return the list for header.
getHeaderList(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header as list.
getHeaderNames() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getHeaderNames() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header names.
getHeaders(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getHeaders(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header as Enumeration.
getId() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getId() - Method in class org.slim3.struts.test.MockHttpSession
 
getIndexedProperty(Object, String, int[]) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns the indexed property.
getInitialContext(Hashtable<?, ?>) - Method in class org.slim3.container.S3ContainerContextFactory
 
getInitParameter(String) - Method in class org.slim3.struts.test.MockServletConfig
 
getInitParameter(String) - Method in class org.slim3.struts.test.MockServletContext
 
getInitParameterNames() - Method in class org.slim3.struts.test.MockServletConfig
 
getInitParameterNames() - Method in class org.slim3.struts.test.MockServletContext
 
getInput() - Method in class org.slim3.struts.config.S3ActionMapping
 
getInput() - Method in class org.slim3.struts.config.S3ExecuteConfig
Returns the path to transit when a validation error is encountered.
getInputStream(String) - Method in class org.slim3.commons.web.HotdeployClassLoader
Returns the input stream
getInputStream() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getInputStream() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
getInstance() - Static method in class org.slim3.commons.convention.BeanConvention
Returns the instance.
getInstance() - Static method in class org.slim3.container.BeanMetaFactory
Returns the instance.
getInstance() - Static method in class org.slim3.container.InterceptorFactory
Returns the instance.
getInstance() - Static method in class org.slim3.container.S3ContainerFactory
Returns the instance.
getIntegerValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the integer value for the key.
getInterceptor(Class<?>) - Method in class org.slim3.container.InterceptorFactory
Returns the interceptor.
getInterceptorClass() - Method in exception org.slim3.container.exception.AroundInvokeMethodNotFoundRuntimeException
Returns the interceptor class.
getInterceptorClass() - Method in exception org.slim3.container.exception.DuplicateAroundInvokeRuntimeException
Returns the interceptor class.
getInterceptorClass() - Method in exception org.slim3.container.exception.ResourceInterceptorRuntimeException
Returns the interceptor class.
getInterceptors() - Method in class org.slim3.container.InvocationContextImpl
Returns the interceptors.
getInterceptorsMap() - Method in class org.slim3.container.BeanMeta
Returns the map for interceptors.
getIntHeader(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getIntHeader(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the header as int.
getJavascriptBegin(String) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Returns the opening script element and some initial javascript.
getKey(int) - Method in class org.slim3.commons.util.ArrayMap
Returns the key for the index.
getKey() - Method in exception org.slim3.container.exception.InterceptorsConfigurationRuntimeException
Returns the key.
getKeyClassOfMap() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Returns the key class of map.
getLastAccessedTime() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getLastAccessedTime() - Method in class org.slim3.struts.test.MockHttpSession
 
getLocalAddr() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getLocale() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getLocale() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getLocales() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getLocalName() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getLocalPort() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getLoginTimeout() - Method in class org.slim3.datasource.DataSourceImpl
 
getLogWriter() - Method in class org.slim3.datasource.DataSourceImpl
 
getLongValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the long value for the key.
getMajorVersion() - Method in class org.slim3.struts.test.MockServletContext
 
getMaxInactiveInterval() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getMaxInactiveInterval() - Method in class org.slim3.struts.test.MockHttpSession
 
getMessage(String, Object...) - Static method in class org.slim3.commons.message.MessageBuilder
Returns the message.
getMessage(Locale, String, Object...) - Static method in class org.slim3.commons.message.MessageBuilder
Returns the message.
getMessage() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the message.
getMessage(Locale, String) - Static method in class org.slim3.struts.util.MessageResourcesUtil
Returns the message.
getMessage(String) - Static method in class org.slim3.struts.util.MessageResourcesUtil
Returns the message.
getMessage(Locale, String) - Method in class org.slim3.struts.util.S3PropertyMessageResources
 
getMessageByArgs(Object...) - Static method in class org.slim3.commons.message.MessageBuilder
Returns the message built by the arguments.
getMessageCode() - Method in exception org.slim3.commons.exception.SRuntimeException
Returns the message code.
getMessageResources() - Static method in class org.slim3.struts.util.MessageResourcesUtil
Returns the message resources.
getMethod() - Method in exception org.slim3.container.exception.CanNotInvokeAbstractMethodRuntimeException
Returns the method.
getMethod() - Method in class org.slim3.container.Interceptor
Returns the around invoke method.
getMethod() - Method in class org.slim3.container.InvocationContextImpl
Returns the overridden method declared in the super class or interface.
getMethod() - Method in class org.slim3.struts.config.S3ExecuteConfig
Returns the method of the action class.
getMethod() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getMimeType(String) - Method in class org.slim3.struts.test.MockServletContext
 
getMinorVersion() - Method in class org.slim3.struts.test.MockServletContext
 
getModuleConfig() - Static method in class org.slim3.struts.util.S3ModuleConfigUtil
Returns the module configuration.
getMultipartHandler(String) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns the multipart request handler.
getName() - Method in exception org.slim3.commons.exception.NameAlreadyBoundRuntimeException
Returns the name.
getName() - Method in exception org.slim3.commons.exception.NameNotFoundRuntimeException
Returns the name.
getName() - Method in class org.slim3.container.BeanMeta
Return the bean name.
getName() - Method in class org.slim3.container.Binding
Returns the name.
getName() - Method in class org.slim3.struts.form.ActionFormWrapperClass
 
getNamedDispatcher(String) - Method in class org.slim3.struts.test.MockServletContext
 
getNameInNamespace() - Method in class org.slim3.container.S3ContainerContext
 
getNameParser(Name) - Method in class org.slim3.container.S3ContainerContext
 
getNameParser(String) - Method in class org.slim3.container.S3ContainerContext
 
getOnkeydown() - Method in class org.slim3.struts.taglib.S3FormTag
Returns the onkeydown event
getOnkeypress() - Method in class org.slim3.struts.taglib.S3FormTag
Returns the onkeypress event.
getOnkeyup() - Method in class org.slim3.struts.taglib.S3FormTag
Returns the onkeyup event
getOriginalClass() - Method in exception org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
Returns the original class.
getOriginalRequest() - Method in class org.slim3.commons.web.S3HttpServletRequestWrapper
Returns the original request.
getOutputAsByteArray() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the output as array of bytes.
getOutputAsString() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the output as string.
getOutputStream() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getOutputStreamCalled - Variable in class org.slim3.struts.test.MockHttpServletResponse
Whether getOutputStream method is called.
getParameter(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getParameterizedClassDesc() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the parameterized class descriptor.
getParameterMap() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getParameterNames() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getParameters() - Method in class org.slim3.container.InvocationContextImpl
 
getParameterValues(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getParent() - Method in class org.slim3.commons.message.MessageResourceBundle
Returns the parent.
getPath() - Static method in class org.slim3.struts.util.RequestUtil
Returns the path.
getPath(HttpServletRequest) - Static method in class org.slim3.struts.util.RequestUtil
Returns the path.
getPathInfo() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getPathTranslated() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getPattern(Locale, String) - Static method in class org.slim3.commons.message.MessageBuilder
Returns the pattern of MessageFormat.
getPattern(Locale) - Static method in class org.slim3.commons.util.DateUtil
Returns the pattern for the locale.
getPattern(Locale) - Static method in class org.slim3.commons.util.TimestampUtil
Returns the pattern for the locale.
getPattern(Locale) - Static method in class org.slim3.commons.util.TimeUtil
Returns the pattern for the locale.
getPhysicalConnection(String, String) - Method in class org.slim3.datasource.DataSourceImpl
Returns a physical connection
getPhysicalConnection() - Method in interface org.slim3.datasource.LogicalConnection
Returns physical connection.
getPhysicalConnection() - Method in class org.slim3.datasource.XAConnectionImpl
Returns the physical connection.
getProceedMethod() - Method in class org.slim3.container.InvocationContextImpl
Returns the forwarder method for invoking the overridden method.
getProperties(Annotation) - Method in class org.slim3.struts.config.S3ModuleConfig
Returns the properties of the annotation.
getPropertyClass() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the property class
getPropertyDesc(String) - Method in class org.slim3.commons.beanutil.BeanDesc
Returns the property descriptor.
getPropertyDesc(int) - Method in class org.slim3.commons.beanutil.BeanDesc
Returns the property descriptor for index.
getPropertyDesc() - Method in class org.slim3.struts.form.S3DynaProperty
Returns the property descriptor.
getPropertyDescSize() - Method in class org.slim3.commons.beanutil.BeanDesc
Returns the number of property descriptors.
getPropertyName() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.ConverterRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.PropertyCanNotReadRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.PropertyCanNotWriteRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.PropertyNotFoundRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.PropertyNotReadableRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.commons.exception.PropertyNotWritableRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.container.exception.BindingFailureRuntimeException
Returns the property name.
getPropertyName() - Method in exception org.slim3.container.exception.BindingNotFoundRuntimeException
Returns the property name.
getProtocol() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getQueryString() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRawClass() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Returns the raw class.
getRawClass(Type) - Static method in class org.slim3.commons.util.GenericsUtil
Returns the raw class.
getReader() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getReadMethod() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the read method.
getRealPath(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRealPath(String) - Method in class org.slim3.struts.test.MockServletContext
 
getRemoteAddr() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRemoteHost() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRemotePort() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRemoteUser() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRequest() - Static method in class org.slim3.commons.web.WebLocator
Returns the current request.
getRequest() - Method in class org.slim3.struts.test.MockRequestDispatcher
Returns the request.
getRequestDispatcher(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.slim3.struts.test.MockServletContext
 
getRequestedSessionId() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRequestURI() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getRequestURL() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getResetMethod() - Method in class org.slim3.struts.config.S3ExecuteConfig
Returns the reset method.
getResource(String) - Method in class org.slim3.struts.test.MockServletContext
 
getResource(Object) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
getResource(Object) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
Returns the resource.
getResource() - Method in class org.slim3.transaction.jta.XAResourceContext
Returns the resource.
getResource(Object) - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
getResourceAsStream(String) - Method in class org.slim3.struts.test.MockServletContext
 
getResourcePaths(String) - Method in class org.slim3.struts.test.MockServletContext
 
getResponse() - Static method in class org.slim3.commons.web.WebLocator
Returns the current response.
getResponse() - Method in class org.slim3.struts.test.MockRequestDispatcher
Returns the response.
getResponseStatusMessage(int) - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the response status message.
getResult() - Method in class org.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
Returns the result.
getRoles() - Method in class org.slim3.struts.config.S3ExecuteConfig
Returns the roles.
getRollbackOnly() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
getRollbackOnly() - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
getRootPackages() - Static method in class org.slim3.commons.config.Configuration
Returns the root packages.
getScheme() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getServerInfo() - Method in class org.slim3.struts.test.MockServletContext
 
getServerName() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getServerPort() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getServlet(String) - Method in class org.slim3.struts.test.MockServletContext
 
getServletContext() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getServletContext() - Static method in class org.slim3.commons.web.WebLocator
Returns the servlet context.
getServletContext() - Method in class org.slim3.struts.test.MockHttpSession
 
getServletContext() - Method in class org.slim3.struts.test.MockServletConfig
 
getServletContextName() - Method in class org.slim3.struts.test.MockServletContext
 
getServletName() - Method in class org.slim3.struts.test.MockServletConfig
Returns the servlet name.
getServletNames() - Method in class org.slim3.struts.test.MockServletContext
 
getServletPath() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getServlets() - Method in class org.slim3.struts.test.MockServletContext
 
getSession(boolean) - Method in class org.slim3.commons.web.S3HttpServletRequestWrapper
 
getSession(boolean) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getSession() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getSessionContext() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getSessionContext() - Method in class org.slim3.struts.test.MockHttpSession
 
getShortValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the short value for the key.
getSimpleProperty(Object, String) - Method in class org.slim3.struts.action.S3RequestProcessor
Returns simple property.
getSrcClass() - Method in exception org.slim3.commons.exception.CastRuntimeException
Returns the source class.
getStage() - Static method in class org.slim3.commons.config.Configuration
Returns the stage value.
getStatus() - Method in class org.slim3.struts.test.MockHttpServletResponse
Returns the status.
getStatus() - Method in class org.slim3.transaction.jta.TransactionImpl
 
getStatus() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
getStatus() - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
getStringValue(String) - Static method in class org.slim3.commons.config.Configuration
Returns the string value for the key.
getTarget() - Method in class org.slim3.container.Interceptor
Returns the target.
getTarget() - Method in class org.slim3.container.InvocationContextImpl
Returns the target.
getTargetClass() - Method in exception org.slim3.commons.exception.IllegalAccessRuntimeException
Returns the target class.
getTargetClass() - Method in exception org.slim3.commons.exception.InstantiationRuntimeException
Returns the target class.
getTargetClass() - Method in exception org.slim3.commons.exception.NoSuchMethodRuntimeException
Returns the target class.
getText() - Method in exception org.slim3.commons.exception.ParseRuntimeException
Returns the text.
getTextElements() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
getTransaction() - Method in class org.slim3.datasource.DataSourceImpl
Returns the transaction.
getTransaction() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
getTransactionKey() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
getTransactionKey() - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
getTransactionStatus() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
getTransactionStatus() - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
getTransactionTimeout() - Method in class org.slim3.datasource.XAResourceImpl
 
getTypeArguments(Type) - Static method in class org.slim3.commons.util.GenericsUtil
Returns the type arguments
getUserPrincipal() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
getValidate() - Method in class org.slim3.struts.config.S3ActionMapping
 
getValidatorResources() - Static method in class org.slim3.struts.util.ValidatorResourcesUtil
Returns the validator resources.
getValue(Object) - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the property value.
getValue() - Method in exception org.slim3.commons.exception.ConverterRuntimeException
Returns the value.
getValue() - Method in exception org.slim3.commons.exception.PropertyCanNotWriteRuntimeException
Returns the value.
getValue(String) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getValue(String) - Method in class org.slim3.struts.test.MockHttpSession
 
getValueAsString(Object, Field) - Static method in class org.slim3.struts.validator.S3FieldChecks
Returns the value as string.
getValueClassOfMap() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Returns the value class of map.
getValueNames() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
getValueNames() - Method in class org.slim3.struts.test.MockHttpSession
 
getWriteMethod() - Method in class org.slim3.commons.beanutil.PropertyDesc
Returns the write method.
getWriteMethod() - Method in class org.slim3.container.Binding
Returns the write method.
getWriter() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
getWriterCalled - Variable in class org.slim3.struts.test.MockHttpServletResponse
Whether getWriter method is called.
getXAConnection() - Method in class org.slim3.datasource.DataSourceImpl
Returns the pooled connection.
getXAResource() - Method in class org.slim3.datasource.XAConnectionImpl
 
getXid() - Method in class org.slim3.transaction.jta.TransactionImpl
Returns the transaction identifier.
getXid() - Method in class org.slim3.transaction.jta.XAResourceContext
Returns the transaction identifier.
gid - Variable in class org.slim3.transaction.jta.XidImpl
The internal global identifier.
gidGenerator - Static variable in class org.slim3.transaction.jta.TransactionImpl
The internal global identifier generator.
glassfishPresent - Static variable in class org.slim3.container.plugin.TransactionPlugin
Whether Glassfish is present.
globalId - Variable in class org.slim3.transaction.jta.XidImpl
The global identifier.

H

h(Object) - Static method in class org.slim3.struts.taglib.S3Functions
Escapes string that could be interpreted as HTML.
handleRequest(HttpServletRequest) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
hasBinding(String) - Method in class org.slim3.container.BeanMeta
Determines if this class has the property.
hasErrorsInRequest() - Static method in class org.slim3.struts.util.ActionMessagesUtil
Determines if there are some error messages in request.
hasErrorsInSession() - Static method in class org.slim3.struts.util.ActionMessagesUtil
Determines if there are some error messages in session.
hashCode() - Method in class org.slim3.transaction.jta.TransactionImpl
 
hashCode() - Method in class org.slim3.transaction.jta.XidImpl
 
hasMoreElements() - Method in class org.slim3.struts.test.EmptyEnumeration
 
hasMoreElements() - Method in class org.slim3.struts.test.IteratorEnumeration
 
hasPropertyDesc(String) - Method in class org.slim3.commons.beanutil.BeanDesc
Returns true if this class has the property.
hasTransaction() - Method in class org.slim3.transaction.controller.AbstractTransactionController
Returns true if the current thread has a transaction.
hasTransaction() - Method in class org.slim3.transaction.jta.JtaTransactionController
 
hasTransaction() - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
 
headerMap - Variable in class org.slim3.struts.test.MockHttpServletRequest
The map for the request header.
headerMap - Variable in class org.slim3.struts.test.MockHttpServletResponse
The map for the response header.
HeaderUtil - Class in org.slim3.struts.test
A utility for header.
HOT - Static variable in class org.slim3.commons.config.Configuration
hot value.
HOT_CLASS_LOADER_KEY - Static variable in class org.slim3.commons.web.S3Filter
The hot class loader key.
HotdeployClassLoader - Class in org.slim3.commons.web
The ClassLoader for HOT deployment.
HotdeployClassLoader(ClassLoader) - Constructor for class org.slim3.commons.web.HotdeployClassLoader
Constructor

I

id - Variable in class org.slim3.struts.test.MockHttpSession
The identifier.
IllegalAccessRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a IllegalAccessException is encountered.
IllegalAccessRuntimeException(Class<?>, IllegalAccessException) - Constructor for exception org.slim3.commons.exception.IllegalAccessRuntimeException
Constructor.
include(CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the included property names.
include(ServletRequest, ServletResponse) - Method in class org.slim3.struts.test.MockRequestDispatcher
 
includedPropertyNames - Variable in class org.slim3.commons.beanutil.AbstractCopy
The included property names.
indexes - Variable in class org.slim3.struts.action.S3RequestProcessor.IndexParsedResult
The array of indexes.
indexOf(Object) - Method in class org.slim3.commons.util.ArrayMap
Returns the index in the list table.
init(FilterConfig) - Method in class org.slim3.commons.web.S3Filter
 
init() - Method in class org.slim3.commons.web.S3Servlet
 
init(FilterConfig) - Method in class org.slim3.struts.filter.RoutingFilter
The suffix of action.
init(ActionServlet, ModuleConfig) - Method in class org.slim3.struts.validator.S3ValidatorPlugIn
 
initFormBean() - Method in class org.slim3.struts.taglib.S3FormTag
 
INITIAL_BRANCH_ID - Static variable in class org.slim3.transaction.jta.XidImpl
The initial branch identifier.
INITIAL_CAPACITY - Static variable in class org.slim3.commons.util.ArrayMap
The default initial capacity.
initialize() - Static method in class org.slim3.commons.config.Configuration
Initializes the configuration information.
initialize(String) - Static method in class org.slim3.commons.config.Configuration
Initializes the configuration information.
initialize() - Static method in class org.slim3.commons.convention.BeanConvention
Initializes this class.
initialize() - Static method in class org.slim3.commons.jndi.Jndi
Initializes this class.
initialize() - Method in interface org.slim3.commons.plugin.Plugin
This method is called when an application starts.
initialize() - Static method in class org.slim3.commons.plugin.PluginManager
Initializes plugins.
initialize() - Static method in class org.slim3.container.BeanMetaFactory
Initializes this class.
initialize() - Static method in class org.slim3.container.InterceptorFactory
Initializes this class.
initialize() - Method in class org.slim3.container.plugin.DataSourcePlugin
 
initialize(String) - Method in class org.slim3.container.plugin.DataSourcePlugin
Initializes the configuration.
initialize() - Method in class org.slim3.container.plugin.TransactionPlugin
 
initialize() - Static method in class org.slim3.container.S3ContainerFactory
Initializes the instance.
initialize() - Method in class org.slim3.struts.config.S3ModuleConfig
Initializes this object.
initialize() - Method in class org.slim3.struts.util.S3PropertyMessageResources
Initializes this object.
initialize() - Method in class org.slim3.struts.validator.S3ValidatorResources
Initializes this class.
initialized - Variable in class org.slim3.struts.config.S3ModuleConfig
Whether this object is initialized.
initialized - Variable in class org.slim3.struts.util.S3PropertyMessageResources
Whether this object is initialized.
initialized - Variable in class org.slim3.struts.validator.S3ValidatorResources
Whether this class is initialized.
initializeForGeronimo() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for Geronimo.
initializeForGlassfish() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for Glassfish.
initializeForJBoss() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for JBoss.
initializeForJndi(String, String) - Method in class org.slim3.container.plugin.DataSourcePlugin
Initializes the JNDI configuration.
initializeForSlim3(String) - Method in class org.slim3.container.plugin.DataSourcePlugin
Initializes the Slim3 configuration.
initializeForSlim3() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for Slim3.
initializeForWebLogic() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for WebLogic.
initializeForWebShere() - Method in class org.slim3.container.plugin.TransactionPlugin
Initializes the configuration for WebSphere.
initParameterMap - Variable in class org.slim3.struts.test.MockServletConfig
The map table for initial parameters.
initParameterMap - Variable in class org.slim3.struts.test.MockServletContext
The map for the initial parameters.
initResources() - Method in class org.slim3.struts.validator.S3ValidatorPlugIn
 
input - Variable in class org.slim3.struts.config.S3ExecuteConfig
The path to transit when a validation error is encountered.
inputStream - Variable in class org.slim3.struts.test.MockHttpServletRequest
The input stream.
inspectBean(BeanMeta) - Method in class org.slim3.container.BeanMetaFactory
Inspects the bean.
inspectClassInterceptors(Class<?>) - Method in class org.slim3.container.BeanMetaFactory
Inspects class interceptors.
inspectConfigurationInterceptors(String) - Method in class org.slim3.container.BeanMetaFactory
Inspects interceptors from configuration.
inspectDefaultInterceptors(Class<?>) - Method in class org.slim3.container.BeanMetaFactory
Inspects default interceptors.
inspectField(BeanMeta, BeanDesc, Field) - Method in class org.slim3.container.BeanMetaFactory
Inspects the field.
inspectMethod(Class<?>, Method, Interceptor[], Interceptor[], Map<Method, Interceptor[]>) - Method in class org.slim3.container.BeanMetaFactory
Inspects the method.
instance - Static variable in class org.slim3.commons.convention.BeanConvention
The instance.
instance - Static variable in class org.slim3.container.BeanMetaFactory
The instance.
instance - Static variable in class org.slim3.container.InterceptorFactory
The instance.
instance - Static variable in class org.slim3.container.S3ContainerFactory
The instance.
InstantiationRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a InstantiationException is encountered.
InstantiationRuntimeException(Class<?>, InstantiationException) - Constructor for exception org.slim3.commons.exception.InstantiationRuntimeException
Constructor.
IntegerType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is an integer.
IntegerUtil - Class in org.slim3.commons.util
A utility class for Integer.
Interceptor - Class in org.slim3.container
This class intercepts a method.
Interceptor(Object, Method) - Constructor for class org.slim3.container.Interceptor
Constructor.
INTERCEPTOR_FACTORY_KEY - Static variable in class org.slim3.container.InterceptorFactory
The key for interceptor factory class.
interceptorCache - Variable in class org.slim3.container.InterceptorFactory
The cache for interceptor.
interceptorClass - Variable in exception org.slim3.container.exception.AroundInvokeMethodNotFoundRuntimeException
The interceptor class.
interceptorClass - Variable in exception org.slim3.container.exception.DuplicateAroundInvokeRuntimeException
The interceptor class.
interceptorClass - Variable in exception org.slim3.container.exception.ResourceInterceptorRuntimeException
The interceptor class.
InterceptorFactory - Class in org.slim3.container
A factory class for interceptor.
InterceptorFactory() - Constructor for class org.slim3.container.InterceptorFactory
Constructor.
interceptorIndex - Variable in class org.slim3.container.InvocationContextImpl
The index for interceptor.
interceptorMap - Variable in class org.slim3.container.MethodHandlerImpl
The map for interceptors.
interceptors - Variable in class org.slim3.container.InvocationContextImpl
The interceptors.
INTERCEPTORS_PREFIX - Static variable in class org.slim3.container.BeanMetaFactory
The prefix for interceptors.
InterceptorsAnnotationRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when Interceptors annotation is wrong.
InterceptorsAnnotationRuntimeException(Class<?>, Throwable) - Constructor for exception org.slim3.container.exception.InterceptorsAnnotationRuntimeException
Constructor.
InterceptorsConfigurationRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when interceptors configuration is wrong.
InterceptorsConfigurationRuntimeException(String, Throwable) - Constructor for exception org.slim3.container.exception.InterceptorsConfigurationRuntimeException
Constructor.
interceptorsMap - Variable in class org.slim3.container.BeanMeta
The map for interceptors.
InterceptorTransactionAction - Class in org.slim3.container.interceptor
An implementation class for TransactionAction.
InterceptorTransactionAction(InvocationContext) - Constructor for class org.slim3.container.interceptor.InterceptorTransactionAction
Constructor.
interposedSynchronizations - Variable in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
The list for synchronization.
IntRange - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the int value is in a range.
invalidate() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
invalidate() - Method in class org.slim3.struts.test.MockHttpSession
 
invocationContext - Variable in class org.slim3.container.interceptor.InterceptorTransactionAction
The invocation context.
InvocationContextImpl - Class in org.slim3.container
An implementation class for InvocationContext.
InvocationContextImpl(Interceptor[], Object, Method, Method, Object[]) - Constructor for class org.slim3.container.InvocationContextImpl
Constructor.
invoke(Method, Object, String...) - Static method in class org.slim3.commons.util.MethodUtil
Invokes the method.
invoke(InvocationContext) - Method in class org.slim3.container.Interceptor
Invokes the method.
invoke(InvocationContext) - Method in class org.slim3.container.interceptor.MandatoryInterceptor
Intercepts a method.
invoke(InvocationContext) - Method in class org.slim3.container.interceptor.NeverInterceptor
Intercepts a method.
invoke(InvocationContext) - Method in class org.slim3.container.interceptor.NotSupportedInterceptor
Intercepts a method.
invoke(InvocationContext) - Method in class org.slim3.container.interceptor.RequiredInterceptor
Intercepts a method.
invoke(InvocationContext) - Method in class org.slim3.container.interceptor.RequiresNewInterceptor
Intercepts a method.
invoke(Object, Method, Method, Object[]) - Method in class org.slim3.container.MethodHandlerImpl
 
invoke(Object, Method, Object[]) - Method in class org.slim3.datasource.ConnectionInvocationHandler
 
isClosed() - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if this connection is closed.
isClosed() - Method in class org.slim3.datasource.XAConnectionImpl
Determines if this connection is closed.
isCloseMethod(Method) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if the method is "close" method.
isCommitted() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
isCoolDeployment() - Static method in class org.slim3.commons.config.Configuration
Determines if the deployment is "cool".
isEmpty() - Method in class org.slim3.commons.util.ArrayMap
 
isEmpty(String) - Static method in class org.slim3.commons.util.StringUtil
Determines if the text is empty.
isEqualsMethod(Method) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if the method is "getPhysicalConnection" method.
isGetPhysicalConnectionMethod(Method) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if the method is "getPhysicalConnection" method.
isHandled(Method) - Method in class org.slim3.container.MethodHandlerImpl
 
isHotDeployment() - Static method in class org.slim3.commons.config.Configuration
Determines if the deployment is "hot".
isIndexed() - Method in class org.slim3.struts.form.S3DynaProperty
 
isIsClosedMethod(Method) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if the method is "isClosed" method.
isJsValidate() - Method in class org.slim3.struts.taglib.S3SubmitTag
Determines if this class writes javascript for validation.
isMapped() - Method in class org.slim3.struts.form.S3DynaProperty
 
isModified() - Method in class org.slim3.commons.message.MessageResourceBundleCache
Determines if the bundle is modified.
isNew() - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
isNew() - Method in class org.slim3.struts.test.MockHttpSession
 
isParameterized() - Method in class org.slim3.commons.beanutil.ParameterizedClassDesc
Determines if the property is parameterized.
isPresent(String) - Static method in class org.slim3.commons.util.ClassUtil
Determines if the class is present.
isReadable() - Method in class org.slim3.commons.beanutil.PropertyDesc
Determines if this property is readable.
isRemoveActionForm() - Method in class org.slim3.struts.config.S3ExecuteConfig
Determines if the action form is removed from session or request.
isRequestedSessionIdFromCookie() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isSameProxy(Object) - Method in class org.slim3.datasource.ConnectionInvocationHandler
Determines if an object is same proxy.
isSameRM(XAResource) - Method in class org.slim3.datasource.XAResourceImpl
 
isSecure() - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isTarget(Class<?>) - Method in interface org.slim3.commons.beanutil.Converter
Determines if the class is target.
isTarget(Class<?>) - Method in class org.slim3.commons.beanutil.DateConverter
 
isTarget(Class<?>) - Method in class org.slim3.commons.beanutil.NumberConverter
 
isTarget(Class<?>) - Method in class org.slim3.commons.beanutil.SqlDateConverter
 
isTarget(Class<?>) - Method in class org.slim3.commons.beanutil.TimeConverter
 
isTarget(Class<?>) - Method in class org.slim3.commons.beanutil.TimestampConverter
 
isTarget(HttpServletRequest) - Method in class org.slim3.struts.config.S3ExecuteConfig
Determines if this execute method is target.
isTargetClass(String) - Method in class org.slim3.commons.web.HotdeployClassLoader
Determines if the class is target of HOT deployment.
isTargetProperty(String) - Method in class org.slim3.commons.beanutil.AbstractCopy
Determines if the property is target.
isTargetValue(Object) - Method in class org.slim3.commons.beanutil.AbstractCopy
Determines if the value is target.
isTokenValid(boolean) - Static method in class org.slim3.struts.util.TokenUtil
Determines if there is a transaction token in session.
isTransactional() - Method in class org.slim3.datasource.XAConnectionImpl
Determines if this connection is transactional.
isUserInRole(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
isValid() - Method in class org.slim3.struts.test.MockHttpSession
Determines if this session is valid.
isValidate() - Method in class org.slim3.struts.config.S3ExecuteConfig
Determines if this execute method is validated.
isValidationTarget(String, String[]) - Method in class org.slim3.struts.config.S3ModuleConfig
Determines if the method is a validation target.
isWritable() - Method in class org.slim3.commons.beanutil.PropertyDesc
Determines if this property is writable.
isXhtml() - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Returns true if this is an xhtml page.
iterator - Variable in class org.slim3.struts.test.IteratorEnumeration
The original iterator.
IteratorEnumeration<T> - Class in org.slim3.struts.test
A class to use Iterator as Enumeration.
IteratorEnumeration(Iterator<T>) - Constructor for class org.slim3.struts.test.IteratorEnumeration
Constructor.

J

jbossPresent - Static variable in class org.slim3.container.plugin.TransactionPlugin
Whether JBoss is present.
Jndi - Class in org.slim3.commons.jndi
A class to access naming context conveniently.
JNDI_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The JNDI suffix.
jsValidate - Variable in class org.slim3.struts.taglib.S3SubmitTag
Whether this class writes javascript for validation.
JtaTransactionController - Class in org.slim3.transaction.jta
An implementation class for TransactionController using JTA.
JtaTransactionController(UserTransaction, TransactionManager) - Constructor for class org.slim3.transaction.jta.JtaTransactionController
Constructor.

K

key - Variable in exception org.slim3.container.exception.InterceptorsConfigurationRuntimeException
The key of configuration.

L

lastAccessedTime - Variable in class org.slim3.struts.test.MockHttpSession
The last accessed time.
lastModified - Variable in class org.slim3.commons.message.MessageResourceBundleCache
The last modified time.
list(Name) - Method in class org.slim3.container.S3ContainerContext
 
list(String) - Method in class org.slim3.container.S3ContainerContext
 
listBindings(Name) - Method in class org.slim3.container.S3ContainerContext
 
listBindings(String) - Method in class org.slim3.container.S3ContainerContext
 
listeners - Variable in class org.slim3.datasource.XAConnectionImpl
The list for ConnectionEventListener.
listTable - Variable in class org.slim3.commons.util.ArrayMap
The list table.
LOAD_FACTOR - Static variable in class org.slim3.commons.util.ArrayMap
The default load factor.
loadClass(String, boolean) - Method in class org.slim3.commons.web.HotdeployClassLoader
 
localAddr - Variable in class org.slim3.struts.test.MockHttpServletRequest
The local address.
locale - Variable in class org.slim3.struts.test.MockHttpServletResponse
The locale.
localeList - Variable in class org.slim3.struts.test.MockHttpServletRequest
The list for the locales.
localName - Variable in class org.slim3.struts.test.MockHttpServletRequest
The local name.
localPort - Variable in class org.slim3.struts.test.MockHttpServletRequest
The local port.
log - Static variable in class org.slim3.commons.plugin.PluginManager
The log.
log - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The log.
log - Static variable in class org.slim3.container.plugin.TransactionPlugin
The log.
log - Static variable in class org.slim3.datasource.ConnectionInvocationHandler
The log.
log - Static variable in class org.slim3.datasource.DataSourceImpl
The log.
log - Static variable in class org.slim3.datasource.XAConnectionImpl
The log.
log(String) - Method in class org.slim3.struts.test.MockServletContext
 
log(Exception, String) - Method in class org.slim3.struts.test.MockServletContext
 
log(String, Throwable) - Method in class org.slim3.struts.test.MockServletContext
 
log - Static variable in class org.slim3.struts.validator.S3ValidatorPlugIn
The log.
log - Static variable in class org.slim3.transaction.jta.TransactionImpl
The log.
log - Variable in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
The log.
LogicalConnection - Interface in org.slim3.datasource
A wrapper interface for Connection.
LOGIN_TIMEOUT_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The driver class suffix.
loginTimeout - Variable in class org.slim3.datasource.DataSourceImpl
The login timeout.
LongRange - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the long value is in a range.
LongType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a long.
LongUtil - Class in org.slim3.commons.util
A utility class for Long.
lookup(String) - Static method in class org.slim3.commons.jndi.Jndi
Looks up a object by the name.
lookup(Context, String) - Static method in class org.slim3.commons.util.ContextUtil
Looks up a object by the name.
lookup(String) - Method in class org.slim3.container.S3Container
Looks up an object.
lookup(Name) - Method in class org.slim3.container.S3ContainerContext
 
lookup(String) - Method in class org.slim3.container.S3ContainerContext
 
lookup() - Method in class org.slim3.struts.taglib.S3FormTag
 
lookupLink(Name) - Method in class org.slim3.container.S3ContainerContext
 
lookupLink(String) - Method in class org.slim3.container.S3ContainerContext
 
lookupWithoutNameNotFoundException(String) - Static method in class org.slim3.commons.jndi.Jndi
Looks up a object by the name.

M

MAJOR_VERSION - Static variable in class org.slim3.struts.test.MockServletContext
Major Version
mandatory(TransactionAction) - Method in class org.slim3.transaction.controller.AbstractTransactionController
 
mandatory(TransactionAction) - Method in interface org.slim3.transaction.controller.TransactionController
Executes the action within a transaction.
MandatoryInterceptor - Class in org.slim3.container.interceptor
The interceptor for MANDATORY transaction attribute.
MandatoryInterceptor() - Constructor for class org.slim3.container.interceptor.MandatoryInterceptor
 
mapTable - Variable in class org.slim3.commons.util.ArrayMap
The map table.
Mask - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the regular expression matches the value.
MAX_ACTIVE_SIZE_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The driver class suffix.
maxActiveSize - Variable in class org.slim3.datasource.DataSourceImpl
The max number of active connections.
Maxbytelength - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the byte length of the string value is less than or equal to the maximum length.
maxByteLength(String, int, String) - Static method in class org.slim3.struts.validator.S3GenericValidator
Checks if the byte length is less than or equal to the maximum length.
maxInactiveInterval - Variable in class org.slim3.struts.test.MockHttpSession
The max inactive internal.
Maxlength - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the length of the string value is less than or equal to the maximum length.
message - Variable in class org.slim3.struts.test.MockHttpServletResponse
The message.
MessageBuilder - Class in org.slim3.commons.message
A class to build a message.
MessageResourceBundle - Class in org.slim3.commons.message
This class represents the message bundle.
MessageResourceBundle(Properties) - Constructor for class org.slim3.commons.message.MessageResourceBundle
Constructor.
MessageResourceBundle(Properties, MessageResourceBundle) - Constructor for class org.slim3.commons.message.MessageResourceBundle
Constructor.
MessageResourceBundleCache - Class in org.slim3.commons.message
A class to cache MessageResourceBundle.
MessageResourceBundleCache(MessageResourceBundle, File) - Constructor for class org.slim3.commons.message.MessageResourceBundleCache
Constructor.
MessageResourceBundleFactory - Class in org.slim3.commons.message
A factory class for MessageResourceBundle.
MessageResourcesUtil - Class in org.slim3.struts.util
A utility for MessageResources.
method - Variable in exception org.slim3.container.exception.CanNotInvokeAbstractMethodRuntimeException
The method.
method - Variable in class org.slim3.container.Interceptor
The around invoke method.
method - Variable in class org.slim3.container.InvocationContextImpl
The overridden method declared in the super class or interface.
method - Variable in class org.slim3.struts.config.S3ExecuteConfig
The method of the action class.
method - Variable in class org.slim3.struts.test.MockHttpServletRequest
The method.
MethodHandlerImpl - Class in org.slim3.container
An implementation class for MethodHandler.
MethodHandlerImpl(Map<Method, Interceptor[]>) - Constructor for class org.slim3.container.MethodHandlerImpl
Constructor.
MethodUtil - Class in org.slim3.commons.util
A utility class for Method.
Minbytelength - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the byte length of the string value is greater than or equal to the minimum byte length.
minByteLength(String, int, String) - Static method in class org.slim3.struts.validator.S3GenericValidator
Checks if the byte length is greater than or equal to the minimum length.
Minlength - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the length of the string value is greater than or equal to the minimum length.
MINOR_VERSION - Static variable in class org.slim3.struts.test.MockServletContext
Minor Version
MockHttpServletRequest - Class in org.slim3.struts.test
A mock implementation for HttpServletRequest.
MockHttpServletRequest(ServletContext, String) - Constructor for class org.slim3.struts.test.MockHttpServletRequest
Constructor.
MockHttpServletResponse - Class in org.slim3.struts.test
A mock implementation for MockHttpServletResponse.
MockHttpServletResponse() - Constructor for class org.slim3.struts.test.MockHttpServletResponse
Constructor.
MockHttpSession - Class in org.slim3.struts.test
A mock implementation for HttpSession.
MockHttpSession(ServletContext) - Constructor for class org.slim3.struts.test.MockHttpSession
Constructor.
MockRequestDispatcher - Class in org.slim3.struts.test
A mock implementation for RequestDispatcher.
MockRequestDispatcher(String) - Constructor for class org.slim3.struts.test.MockRequestDispatcher
Constructor.
MockServletConfig - Class in org.slim3.struts.test
A mock implementation for ServletConfig.
MockServletConfig(ServletContext) - Constructor for class org.slim3.struts.test.MockServletConfig
Constructor.
MockServletContext - Class in org.slim3.struts.test
A mock implementation for ServletContext.
MockServletContext() - Constructor for class org.slim3.struts.test.MockServletContext
Constructor.
MockServletOutputStream - Class in org.slim3.struts.test
An implementation for ServletOutputStream.
MockServletOutputStream(OutputStream) - Constructor for class org.slim3.struts.test.MockServletOutputStream
Constructor.
moduleConfig - Variable in class org.slim3.struts.validator.S3ValidatorPlugIn
The module configuration.
Msg - Annotation Type in org.slim3.struts.annotation
An annotation to specify a validation message.

N

name - Variable in exception org.slim3.commons.exception.NameAlreadyBoundRuntimeException
The name.
name - Variable in exception org.slim3.commons.exception.NameNotFoundRuntimeException
The name.
name - Variable in class org.slim3.container.BeanMeta
The bean name.
name - Variable in class org.slim3.container.Binding
The name.
name - Variable in class org.slim3.struts.action.S3RequestProcessor.IndexParsedResult
The name except index part.
name - Variable in class org.slim3.struts.form.ActionFormWrapperClass
The name
NameAlreadyBoundRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when the name is already bound to an another object.
NameAlreadyBoundRuntimeException(String) - Constructor for exception org.slim3.commons.exception.NameAlreadyBoundRuntimeException
Constructor.
NameNotFoundRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when the name is not bound to any objects.
NameNotFoundRuntimeException(String) - Constructor for exception org.slim3.commons.exception.NameNotFoundRuntimeException
Constructor.
NamingRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a NamingException is encountered.
NamingRuntimeException(NamingException) - Constructor for exception org.slim3.commons.exception.NamingRuntimeException
Constructor.
NamingRuntimeException(String, Object...) - Constructor for exception org.slim3.commons.exception.NamingRuntimeException
Constructor.
NamingRuntimeException(Throwable, String, Object...) - Constructor for exception org.slim3.commons.exception.NamingRuntimeException
Constructor.
nbsp(String) - Static method in class org.slim3.struts.taglib.S3Functions
Converts space that could be interpreted as HTML.
never(TransactionAction) - Method in class org.slim3.transaction.controller.AbstractTransactionController
 
never(TransactionAction) - Method in interface org.slim3.transaction.controller.TransactionController
If the client is associated with a transaction, the controller throws a RemoteException.
NeverInterceptor - Class in org.slim3.container.interceptor
The interceptor for NEVER transaction attribute.
NeverInterceptor() - Constructor for class org.slim3.container.interceptor.NeverInterceptor
 
newFlag - Variable in class org.slim3.struts.test.MockHttpSession
Whether this session is created by the current request.
newInstance(Class<?>) - Static method in class org.slim3.commons.util.ClassUtil
Creates a new instance.
newInstance(String) - Static method in class org.slim3.commons.util.ClassUtil
Creates a new instance.
newInstance(Constructor<T>, Object...) - Static method in class org.slim3.commons.util.ConstructorUtil
Returns a new instance.
newInstance() - Method in class org.slim3.struts.form.ActionFormWrapperClass
 
nextElement() - Method in class org.slim3.struts.test.EmptyEnumeration
 
nextElement() - Method in class org.slim3.struts.test.IteratorEnumeration
 
NoSuchMethodRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a IllegalAccessException is encountered.
NoSuchMethodRuntimeException(Class<?>, NoSuchMethodException) - Constructor for exception org.slim3.commons.exception.NoSuchMethodRuntimeException
Constructor.
notifyConnectionClosed() - Method in class org.slim3.datasource.XAConnectionImpl
Notifies listeners that the logical connection is closed.
notifyConnectionErrorOccurred(SQLException) - Method in class org.slim3.datasource.XAConnectionImpl
Notifies listeners that a error has occurred.
notSupported(TransactionAction) - Method in interface org.slim3.transaction.controller.TransactionController
Executes the action within a transaction.
notSupported(TransactionAction) - Method in class org.slim3.transaction.jta.JtaTransactionController
 
notSupported(TransactionAction) - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
 
NotSupportedInterceptor - Class in org.slim3.container.interceptor
The interceptor for NOT_SUPPORTED transaction attribute.
NotSupportedInterceptor() - Constructor for class org.slim3.container.interceptor.NotSupportedInterceptor
 
number(String, String) - Static method in class org.slim3.struts.taglib.S3Functions
Converts string that could be interpreted as Number.
numberConverter(String, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the number converter.
NumberConverter - Class in org.slim3.commons.beanutil
A converter for number.
NumberConverter(String) - Constructor for class org.slim3.commons.beanutil.NumberConverter
Constructor.
NumberUtil - Class in org.slim3.commons.util
A utility class for Number.

O

onkeydown - Variable in class org.slim3.struts.taglib.S3FormTag
The onkeydown event.
onkeypress - Variable in class org.slim3.struts.taglib.S3FormTag
The onkeypress event.
onkeyup - Variable in class org.slim3.struts.taglib.S3FormTag
The onkeyup event.
org.slim3.commons.beanutil - package org.slim3.commons.beanutil
This package provides the utility for Java Bean.
org.slim3.commons.config - package org.slim3.commons.config
The feature to access the configuration information.
org.slim3.commons.convention - package org.slim3.commons.convention
This package represents conventions.
org.slim3.commons.exception - package org.slim3.commons.exception
This package provides Slim3 commons exceptions.
org.slim3.commons.jndi - package org.slim3.commons.jndi
The feature to access naming context.
org.slim3.commons.message - package org.slim3.commons.message
This package provides the message resource bundle.
org.slim3.commons.plugin - package org.slim3.commons.plugin
This package provides plugin features.
org.slim3.commons.util - package org.slim3.commons.util
Utilities.
org.slim3.commons.web - package org.slim3.commons.web
 
org.slim3.container - package org.slim3.container
This package provides Slim3 container.
org.slim3.container.exception - package org.slim3.container.exception
This package provides Slim3 container exceptions.
org.slim3.container.interceptor - package org.slim3.container.interceptor
 
org.slim3.container.plugin - package org.slim3.container.plugin
This package provides plugin features.
org.slim3.datasource - package org.slim3.datasource
 
org.slim3.struts - package org.slim3.struts
Slim3 Struts root package.
org.slim3.struts.action - package org.slim3.struts.action
This package provides action features.
org.slim3.struts.annotation - package org.slim3.struts.annotation
This package provides Slim3 annotations.
org.slim3.struts.config - package org.slim3.struts.config
This package provides Slim3 configurations.
org.slim3.struts.filter - package org.slim3.struts.filter
This package provides routing filter.
org.slim3.struts.form - package org.slim3.struts.form
This package provides form features.
org.slim3.struts.taglib - package org.slim3.struts.taglib
This package provides taglib features.
org.slim3.struts.test - package org.slim3.struts.test
This package provides test features.
org.slim3.struts.upload - package org.slim3.struts.upload
 
org.slim3.struts.util - package org.slim3.struts.util
 
org.slim3.struts.validator - package org.slim3.struts.validator
This package provides validation features.
org.slim3.transaction.controller - package org.slim3.transaction.controller
 
org.slim3.transaction.jta - package org.slim3.transaction.jta
 
org.slim3.transaction.websphere - package org.slim3.transaction.websphere
 
originalClass - Variable in exception org.slim3.commons.exception.ClassCanNotAssignedRuntimeException
The original class.
originalRequest - Variable in class org.slim3.commons.web.S3HttpServletRequestWrapper
The original request.
originalSession - Variable in class org.slim3.commons.web.S3HttpSessionWrapper
The original session.
outputStream - Variable in class org.slim3.struts.test.MockHttpServletResponse
The output stream.
outputStream - Variable in class org.slim3.struts.test.MockServletOutputStream
The original output stream.

P

ParameterizedClassDesc - Class in org.slim3.commons.beanutil
This class describes a parameterized class.
parameterMap - Variable in class org.slim3.struts.test.MockHttpServletRequest
The map for the parameters.
parameters - Variable in class org.slim3.container.InvocationContextImpl
The parameters.
parent - Variable in class org.slim3.commons.message.MessageResourceBundle
The parent.
parseIndex(String) - Method in class org.slim3.struts.action.S3RequestProcessor
Parses the indexed property name.
ParseRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a ParseException is encountered.
ParseRuntimeException(String, ParseException) - Constructor for exception org.slim3.commons.exception.ParseRuntimeException
Constructor.
password - Variable in class org.slim3.datasource.DataSourceImpl
The password.
PASSWORD_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The password suffix.
path - Variable in class org.slim3.struts.test.MockRequestDispatcher
The path.
pathInfo - Variable in class org.slim3.struts.test.MockHttpServletRequest
The path information.
pathTranslated - Variable in class org.slim3.struts.test.MockHttpServletRequest
The translated path.
pattern - Variable in class org.slim3.commons.beanutil.DateConverter
The pattern for DecimalFormat.
pattern - Variable in class org.slim3.commons.beanutil.NumberConverter
The pattern for DecimalFormat.
pattern - Variable in class org.slim3.commons.beanutil.SqlDateConverter
the pattern for SimpleDateFormat.
pattern - Variable in class org.slim3.commons.beanutil.TimeConverter
the pattern for SimpleDateFormat.
pattern - Variable in class org.slim3.commons.beanutil.TimestampConverter
the pattern for SimpleDateFormat.
physicalConnection - Variable in class org.slim3.datasource.ConnectionInvocationHandler
The original connection.
physicalConnection - Variable in class org.slim3.datasource.XAConnectionImpl
The physical connection.
Plugin - Interface in org.slim3.commons.plugin
This interface represents a configuration for a service that needs to be notified about application startup and application shutdown.
PluginManager - Class in org.slim3.commons.plugin
The manager class for Plugin.
plugins - Static variable in class org.slim3.commons.plugin.PluginManager
The list for Plugin.
PLUGINS_KEY - Static variable in class org.slim3.commons.plugin.PluginManager
The key for bean meta data factory class.
pooledConnection - Variable in class org.slim3.datasource.ConnectionInvocationHandler
The pooled connection.
pooledConnection - Variable in class org.slim3.datasource.DataSourceImpl.PoolTask
The pooled connection.
pooledConnection - Variable in class org.slim3.datasource.XAResourceImpl
The pooled connection.
prepare(Xid) - Method in class org.slim3.datasource.XAResourceImpl
 
prepareBackContext() - Method in class org.slim3.container.S3Container
Prepares back naming context.
prepareBeanMeta() - Method in class org.slim3.container.PrototypeBeanFactory
Prepares the bean meta data.
proceed() - Method in class org.slim3.container.InvocationContextImpl
 
proceedMethod - Variable in class org.slim3.container.InvocationContextImpl
The forwarder method for invoking the overridden method.
process(HttpServletRequest, HttpServletResponse) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processExecuteConfig(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.slim3.struts.action.S3RequestProcessor
Sets execute configuration.
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.slim3.struts.action.S3RequestProcessor
Forward or redirect to the specified destination.
processMapping(HttpServletRequest, HttpServletResponse, String) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processMultipart(HttpServletRequest) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class org.slim3.struts.action.S3RequestProcessor
 
processValidatorAnnotation(String, Annotation, Map<String, Form>) - Method in class org.slim3.struts.config.S3ModuleConfig
Processes the validator annotation.
PRODUCTION - Static variable in class org.slim3.commons.config.Configuration
production value.
properties - Variable in class org.slim3.commons.message.MessageResourceBundle
The properties.
PropertyCanNotReadRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when an exception is encountered while trying to read the property.
PropertyCanNotReadRuntimeException(Class<?>, String, Throwable) - Constructor for exception org.slim3.commons.exception.PropertyCanNotReadRuntimeException
Constructor.
PropertyCanNotWriteRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when an exception is encountered while trying to write value to the property.
PropertyCanNotWriteRuntimeException(Class<?>, String, Object, Throwable) - Constructor for exception org.slim3.commons.exception.PropertyCanNotWriteRuntimeException
Constructor.
PropertyDesc - Class in org.slim3.commons.beanutil
This class describes a property.
propertyDesc - Variable in class org.slim3.struts.form.S3DynaProperty
The property descriptor.
propertyMap - Variable in class org.slim3.struts.form.ActionFormWrapperClass
The map for dynamic properties.
propertyName - Variable in exception org.slim3.commons.exception.NameNotFoundRuntimeException
The property name.
propertyName - Variable in exception org.slim3.container.exception.BindingFailureRuntimeException
The property name.
propertyName - Variable in exception org.slim3.container.exception.BindingNotFoundRuntimeException
The property name.
PropertyNotFoundRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a property is not found.
PropertyNotFoundRuntimeException(Class<?>, String) - Constructor for exception org.slim3.commons.exception.PropertyNotFoundRuntimeException
Constructor.
PropertyNotReadableRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a property is not readable.
PropertyNotReadableRuntimeException(Class<?>, String) - Constructor for exception org.slim3.commons.exception.PropertyNotReadableRuntimeException
Constructor.
PropertyNotWritableRuntimeException - Exception in org.slim3.commons.exception
This exception is thrown when a property is not writable.
PropertyNotWritableRuntimeException(Class<?>, String) - Constructor for exception org.slim3.commons.exception.PropertyNotWritableRuntimeException
Constructor.
protocol - Variable in class org.slim3.struts.test.MockHttpServletRequest
The protocol.
PrototypeBeanFactory - Class in org.slim3.container
Prototype implementation for BeanFactory.
PrototypeBeanFactory(BeanMeta, S3Container) - Constructor for class org.slim3.container.PrototypeBeanFactory
Constructor.
put(K, V) - Method in class org.slim3.commons.util.ArrayMap
 
put(String, V) - Method in class org.slim3.commons.util.CaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.slim3.commons.util.ArrayMap
 
putAll(Map) - Method in class org.slim3.commons.util.CaseInsensitiveMap
 
putResource(Object, Object) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
putResource(Object, Object) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
Puts the resource.
putResource(Object, Object) - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
putValue(String, Object) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
putValue(String, Object) - Method in class org.slim3.struts.test.MockHttpSession
 

Q

queryString - Variable in class org.slim3.struts.test.MockHttpServletRequest
The query string.

R

READ_ONLY_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The read only suffix.
reader - Variable in class org.slim3.struts.test.MockHttpServletRequest
The buffered reader.
readExternal(ObjectInput) - Method in class org.slim3.commons.util.ArrayMap
 
readOnly - Variable in class org.slim3.datasource.DataSourceImpl
Whether connection is read only.
realPathMap - Variable in class org.slim3.struts.test.MockServletContext
The map for initial parameters.
rebind(String, Object) - Method in class org.slim3.container.S3Container
Binds the name to the object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.slim3.container.S3ContainerContext
 
rebind(String, Object) - Method in class org.slim3.container.S3ContainerContext
 
rebuild(Object) - Method in interface org.slim3.commons.web.Rebuilder.Internal
Rebuilds the value loaded by HotdeployClassLoader.
rebuild(Object) - Method in class org.slim3.commons.web.Rebuilder.InternalImpl
 
rebuild(Object) - Static method in class org.slim3.commons.web.Rebuilder
Rebuilds the value loaded by HotdeployClassLoader.
Rebuilder - Class in org.slim3.commons.web
A class to rebuild the value loaded by HotdeployClassLoader.
Rebuilder() - Constructor for class org.slim3.commons.web.Rebuilder
 
Rebuilder.Internal - Interface in org.slim3.commons.web
The internal interface.
Rebuilder.InternalImpl - Class in org.slim3.commons.web
The internal implementation.
Rebuilder.InternalImpl() - Constructor for class org.slim3.commons.web.Rebuilder.InternalImpl
 
recover(int) - Method in class org.slim3.datasource.XAResourceImpl
 
registerBeanFactory(String) - Method in class org.slim3.container.S3Container
Registers a bean factory.
registerDisposable() - Method in class org.slim3.container.BeanMetaFactory
Registers disposable.
registerDisposable() - Method in class org.slim3.container.InterceptorFactory
Registers disposable.
registerInterposedSynchronization(Synchronization) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
registerInterposedSynchronization(Synchronization) - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
Registers the synchronization.
registerInterposedSynchronization(Synchronization) - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
registerSynchronization(Synchronization) - Method in class org.slim3.transaction.jta.TransactionImpl
 
registerValidatorField(String, String, Map<String, Object>, Map<String, Form>) - Method in class org.slim3.struts.config.S3ModuleConfig
Registers a validator field.
REGISTRATIONS - Static variable in class org.slim3.struts.validator.S3ValidatorResources
The place where DTD is registered.
release() - Method in class org.slim3.struts.taglib.S3FormTag
 
release() - Method in class org.slim3.struts.taglib.S3SubmitTag
 
remoteAddr - Variable in class org.slim3.struts.test.MockHttpServletRequest
The remote address.
remoteHost - Variable in class org.slim3.struts.test.MockHttpServletRequest
The remote host.
remotePort - Variable in class org.slim3.struts.test.MockHttpServletRequest
The remote port.
remove(Object) - Method in class org.slim3.commons.util.ArrayMap
 
remove(int) - Method in class org.slim3.commons.util.ArrayMap
Removes the entry for the index.
remove(Object) - Method in class org.slim3.commons.util.CaseInsensitiveMap
 
remove(Disposable) - Static method in class org.slim3.commons.util.DisposableUtil
Removes the disposable resource.
remove(String, String) - Method in class org.slim3.struts.form.ActionFormWrapper
 
removeActionConfig(ActionConfig) - Method in class org.slim3.struts.config.S3ModuleConfig
 
removeActionForm - Variable in class org.slim3.struts.config.S3ExecuteConfig
Whether the action form is removed from session or request.
removeAttribute(String) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
removeAttribute(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
removeAttribute(String) - Method in class org.slim3.struts.test.MockHttpSession
 
removeAttribute(String) - Method in class org.slim3.struts.test.MockServletContext
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.slim3.datasource.XAConnectionImpl
 
removeFormBeanConfig(FormBeanConfig) - Method in class org.slim3.struts.config.S3ModuleConfig
 
removeFromEnvironment(String) - Method in class org.slim3.container.S3ContainerContext
 
removeInitParameter(String) - Method in class org.slim3.struts.test.MockServletConfig
Removes the initial parameter.
removeInitParameter(String) - Method in class org.slim3.struts.test.MockServletContext
Removes the initial parameter.
removeParameter(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Removes the request parameter.
removeValue(String) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
removeValue(String) - Method in class org.slim3.struts.test.MockHttpSession
 
rename(Name, Name) - Method in class org.slim3.container.S3ContainerContext
 
rename(String, String) - Method in class org.slim3.container.S3ContainerContext
 
renderAction(StringBuffer) - Method in class org.slim3.struts.taglib.S3FormTag
 
renderJavascript() - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
 
renderOtherAttributes(StringBuffer) - Method in class org.slim3.struts.taglib.S3FormTag
 
repository - Variable in class org.slim3.container.S3Container
The repository.
request - Variable in class org.slim3.struts.test.MockRequestDispatcher
The request.
requestedSessionId - Variable in class org.slim3.struts.test.MockHttpServletRequest
The requested session identifier.
requestedSessionIdFromCookie - Variable in class org.slim3.struts.test.MockHttpServletRequest
Whether the requested session identifier comes from cookie.
RequestUtil - Class in org.slim3.struts.util
A utility for HttpServletRequest.
Required - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is input.
required(TransactionAction) - Method in interface org.slim3.transaction.controller.TransactionController
Executes the action within a transaction.
required(TransactionAction) - Method in class org.slim3.transaction.jta.JtaTransactionController
 
required(TransactionAction) - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
 
RequiredInterceptor - Class in org.slim3.container.interceptor
The interceptor for REQUIRED transaction attribute.
RequiredInterceptor() - Constructor for class org.slim3.container.interceptor.RequiredInterceptor
 
requiresNew(TransactionAction) - Method in interface org.slim3.transaction.controller.TransactionController
Executes the action within a transaction.
requiresNew(TransactionAction) - Method in class org.slim3.transaction.jta.JtaTransactionController
 
requiresNew(TransactionAction) - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
 
RequiresNewInterceptor - Class in org.slim3.container.interceptor
The interceptor for REQUIRES_NEW transaction attribute.
RequiresNewInterceptor() - Constructor for class org.slim3.container.interceptor.RequiresNewInterceptor
 
reset(ActionMapping, HttpServletRequest) - Method in class org.slim3.struts.form.ActionFormWrapper
 
reset() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
resetBuffer() - Method in class org.slim3.struts.test.MockHttpServletResponse
 
resetMethod - Variable in class org.slim3.struts.config.S3ExecuteConfig
The reset method.
resolveKey(String, boolean, Map<String, Object>) - Method in class org.slim3.struts.config.S3ModuleConfig
Resolves the key.
resource - Variable in class org.slim3.transaction.jta.XAResourceContext
The resource.
RESOURCE_DELIM - Static variable in class org.slim3.struts.validator.S3ValidatorPlugIn
The resource delimiter.
resourceContexts - Variable in class org.slim3.transaction.jta.TransactionImpl
The list for XAResource.
ResourceInterceptorRuntimeException - Exception in org.slim3.container.exception
This exception is thrown when Resource annotation is defined to interceptor.
ResourceInterceptorRuntimeException(Class<?>) - Constructor for exception org.slim3.container.exception.ResourceInterceptorRuntimeException
Constructor.
resourceMap - Variable in class org.slim3.struts.test.MockServletContext
The map for resource.
resourceMap - Variable in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
The map for resource.
resourcePathsMap - Variable in class org.slim3.struts.test.MockServletContext
The map for resource paths.
response - Variable in class org.slim3.struts.test.MockRequestDispatcher
The response
ResponseUtil - Class in org.slim3.struts.util
A utility for HttpServletResponse.
result - Variable in class org.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
The result which action returns.
resume(Xid) - Method in class org.slim3.datasource.XAResourceImpl
Resumes transaction.
resume(Transaction) - Method in class org.slim3.transaction.jta.JtaTransactionController
Resumes the transaction.
resume() - Method in class org.slim3.transaction.jta.TransactionImpl
Resumes transaction.
resume(Transaction) - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
roles - Variable in class org.slim3.struts.config.S3ExecuteConfig
The roles.
rollback(Xid) - Method in class org.slim3.datasource.XAResourceImpl
 
rollback() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler
 
rollback() - Method in class org.slim3.transaction.jta.TransactionImpl
 
rollback() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
rollback() - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
rollback() - Method in class org.slim3.transaction.jta.XAResourceContext
Rolls back transaction.
rollbackResources() - Method in class org.slim3.transaction.jta.TransactionImpl
 
ROOT_PACKAGES_KEY - Static variable in class org.slim3.commons.config.Configuration
The key for root packages.
RoutingFilter - Class in org.slim3.struts.filter
A filter for routing.
RoutingFilter() - Constructor for class org.slim3.struts.filter.RoutingFilter
 
run() - Method in class org.slim3.datasource.DataSourceImpl.PoolTask
 
run() - Method in class org.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
 
runUnderUOW(int, boolean, TransactionAction) - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
Runs the action under UOWManager.

S

S3ActionMapping - Class in org.slim3.struts.config
ActionMapping for Slim3.
S3ActionMapping() - Constructor for class org.slim3.struts.config.S3ActionMapping
Constructor.
S3ActionMappingUtil - Class in org.slim3.struts.util
A utility of ActionMapping.
S3Container - Class in org.slim3.container
Slim3 container.
S3Container() - Constructor for class org.slim3.container.S3Container
Constructor.
S3ContainerContext - Class in org.slim3.container
Naming context for S3Container.
S3ContainerContext(S3Container) - Constructor for class org.slim3.container.S3ContainerContext
Constructor.
S3ContainerContextFactory - Class in org.slim3.container
A factory class for S3ContainerContextFactory.
S3ContainerContextFactory() - Constructor for class org.slim3.container.S3ContainerContextFactory
 
S3ContainerFactory - Class in org.slim3.container
A factory class for container.
S3ContainerFactory() - Constructor for class org.slim3.container.S3ContainerFactory
Constructor.
S3DynaProperty - Class in org.slim3.struts.form
DynaProperty for Slim3.
S3DynaProperty(PropertyDesc) - Constructor for class org.slim3.struts.form.S3DynaProperty
Constructor.
S3ExecuteConfig - Class in org.slim3.struts.config
The configuration for execute method.
S3ExecuteConfig(Method) - Constructor for class org.slim3.struts.config.S3ExecuteConfig
Constructor.
S3ExecuteConfigUtil - Class in org.slim3.struts.util
A utility for S3ExecuteConfig.
S3FieldChecks - Class in org.slim3.struts.validator
This class contains the added validations.
S3FieldChecks() - Constructor for class org.slim3.struts.validator.S3FieldChecks
 
S3Filter - Class in org.slim3.commons.web
Filter for Slim3.
S3Filter() - Constructor for class org.slim3.commons.web.S3Filter
Constructor.
S3FormBeanConfig - Class in org.slim3.struts.config
FormBeanConfig for Slim3.
S3FormBeanConfig() - Constructor for class org.slim3.struts.config.S3FormBeanConfig
 
S3FormTag - Class in org.slim3.struts.taglib
FormTag of Slim3.
S3FormTag() - Constructor for class org.slim3.struts.taglib.S3FormTag
 
S3Functions - Class in org.slim3.struts.taglib
JSP functions of Slim3.
S3Functions() - Constructor for class org.slim3.struts.taglib.S3Functions
 
S3GenericValidator - Class in org.slim3.struts.validator
The generic validator for Slim3.
S3HttpServletRequestWrapper - Class in org.slim3.commons.web
HttpServletRequestWrapper for Slim3.
S3HttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.slim3.commons.web.S3HttpServletRequestWrapper
Constructor.
S3HttpSessionWrapper - Class in org.slim3.commons.web
The wrapper class for HttpSession.
S3HttpSessionWrapper(HttpSession) - Constructor for class org.slim3.commons.web.S3HttpSessionWrapper
Constructor.
S3JavascriptValidatorTag - Class in org.slim3.struts.taglib
JavascriptValidatorTag of Slim3.
S3JavascriptValidatorTag() - Constructor for class org.slim3.struts.taglib.S3JavascriptValidatorTag
 
S3LinkTag - Class in org.slim3.struts.taglib
LinkTag of Slim3.
S3LinkTag() - Constructor for class org.slim3.struts.taglib.S3LinkTag
 
S3ModuleConfig - Class in org.slim3.struts.config
ModuleConfig for Slim3.
S3ModuleConfig(String) - Constructor for class org.slim3.struts.config.S3ModuleConfig
Constructor.
S3ModuleConfigFactory - Class in org.slim3.struts.config
ModuleConfigFactory for Slim3.
S3ModuleConfigFactory() - Constructor for class org.slim3.struts.config.S3ModuleConfigFactory
 
S3ModuleConfigUtil - Class in org.slim3.struts.util
A utility for ModuleConfig.
S3MultipartRequestHandler - Class in org.slim3.struts.upload
MultipartRequestHandler of Slim3.
S3MultipartRequestHandler() - Constructor for class org.slim3.struts.upload.S3MultipartRequestHandler
 
S3MultipartRequestHandler.S2FormFile - Class in org.slim3.struts.upload
FormFile of Slim3.
S3MultipartRequestHandler.S2FormFile(FileItem) - Constructor for class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
Constructor
S3PropertyMessageResources - Class in org.slim3.struts.util
MessageResources for Slim3.
S3PropertyMessageResources(MessageResourcesFactory, String) - Constructor for class org.slim3.struts.util.S3PropertyMessageResources
Constructor.
S3PropertyMessageResourcesFactory - Class in org.slim3.struts.util
MessageResourcesFactory for Slim3.
S3PropertyMessageResourcesFactory() - Constructor for class org.slim3.struts.util.S3PropertyMessageResourcesFactory
 
S3RequestProcessor - Class in org.slim3.struts.action
RequestProcessor for Slim3.
S3RequestProcessor() - Constructor for class org.slim3.struts.action.S3RequestProcessor
 
S3RequestProcessor.IndexParsedResult - Class in org.slim3.struts.action
 
S3RequestProcessor.IndexParsedResult() - Constructor for class org.slim3.struts.action.S3RequestProcessor.IndexParsedResult
 
S3Servlet - Class in org.slim3.commons.web
HttpServlet for Slim3.
S3Servlet() - Constructor for class org.slim3.commons.web.S3Servlet
 
S3ServletContextListener - Class in org.slim3.commons.web
ServletContextListener for Slim3.
S3ServletContextListener() - Constructor for class org.slim3.commons.web.S3ServletContextListener
 
S3StrutsGlobals - Interface in org.slim3.struts
An interface to define global constants.
S3SubmitTag - Class in org.slim3.struts.taglib
SubmitTag of Slim3.
S3SubmitTag() - Constructor for class org.slim3.struts.taglib.S3SubmitTag
 
S3ValidatorPlugIn - Class in org.slim3.struts.validator
ValidatorPlugIn for Slim3.
S3ValidatorPlugIn() - Constructor for class org.slim3.struts.validator.S3ValidatorPlugIn
 
S3ValidatorResources - Class in org.slim3.struts.validator
ValidatorResources for Slim3.
S3ValidatorResources() - Constructor for class org.slim3.struts.validator.S3ValidatorResources
Constructor.
S3ValidatorResources(InputStream[]) - Constructor for class org.slim3.struts.validator.S3ValidatorResources
Constructor.
saveErrorsIntoRequest(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Saves the error messages into request.
saveErrorsIntoSession(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Saves the error messages in session.
saveMessagesIntoRequest(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Saves the messages into request.
saveMessagesIntoSession(ActionMessages) - Static method in class org.slim3.struts.util.ActionMessagesUtil
Saves the messages into session.
saveToken() - Static method in class org.slim3.struts.util.TokenUtil
Saves a transaction token into session.
scheme - Variable in class org.slim3.struts.test.MockHttpServletRequest
The request scheme.
secure - Variable in class org.slim3.struts.test.MockHttpServletRequest
The secure flag.
sendError(int, String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
sendError(int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
SERVER_INFO - Static variable in class org.slim3.struts.test.MockServletContext
Server Info
serverName - Variable in class org.slim3.struts.test.MockHttpServletRequest
The server name.
serverPort - Variable in class org.slim3.struts.test.MockHttpServletRequest
The server port.
servletContext - Variable in class org.slim3.struts.test.MockHttpServletRequest
The servlet context.
servletContext - Variable in class org.slim3.struts.test.MockHttpSession
The servlet context.
servletContext - Variable in class org.slim3.struts.test.MockServletConfig
The servlet context.
servletContextName - Variable in class org.slim3.struts.test.MockServletContext
The servlet context name.
servletName - Variable in class org.slim3.struts.test.MockServletConfig
The servlet name.
servletPath - Variable in class org.slim3.struts.test.MockHttpServletRequest
The servlet path.
session - Variable in class org.slim3.commons.web.S3HttpServletRequestWrapper
The http session.
session - Variable in class org.slim3.struts.test.MockHttpServletRequest
The session.
SessionScope - Annotation Type in org.slim3.struts.annotation
An annotation to store value in session.
set(int, V) - Method in class org.slim3.commons.util.ArrayMap
Sets the value for the index.
set(String, Object) - Method in class org.slim3.struts.form.ActionFormWrapper
 
set(String, int, Object) - Method in class org.slim3.struts.form.ActionFormWrapper
 
set(String, String, Object) - Method in class org.slim3.struts.form.ActionFormWrapper
 
setAction(Object) - Static method in class org.slim3.struts.util.ActionUtil
Sets the action to request.
setActionClass(Class<?>) - Method in class org.slim3.struts.config.S3ActionMapping
Sets the action class.
setArrayValue(Object, int[], Object) - Method in class org.slim3.struts.action.S3RequestProcessor
Sets the value of the array.
setAttribute(String, Object) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
setAttribute(String, Object) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.slim3.struts.test.MockHttpSession
 
setAttribute(String, Object) - Method in class org.slim3.struts.test.MockServletContext
 
setAuthType(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the authority type.
setBufferSize(int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setBundle(MessageResourceBundle) - Method in class org.slim3.commons.message.MessageResourceBundleCache
Sets the message bundle.
setCharacterEncoding(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setContentLength(int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the content length.
setContentLength(int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setContentType(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the content type.
setContentType(String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setContentType(String) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
setContextPath(String) - Method in class org.slim3.struts.test.MockServletContext
Sets the context path.
setDateHeader(String, long) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the date header.
setDateHeader(String, long) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setDriverClassName(String) - Method in class org.slim3.datasource.DataSourceImpl
Sets the driver class name.
setDynaClass(DynaClass) - Method in class org.slim3.struts.config.S3FormBeanConfig
Sets the dynamic class
setExecuteConfig(S3ExecuteConfig) - Static method in class org.slim3.struts.util.S3ExecuteConfigUtil
Sets the execute configuration.
setFileName(String) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
setFileSize(int) - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
setFreePoolTimeout(long) - Method in class org.slim3.datasource.DataSourceImpl
Sets the free pool timeout(milliseconds)
setHeader(String, String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the header.
setHeader(String, String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setId(String) - Method in class org.slim3.struts.test.MockHttpSession
Sets the identifier.
setIndexedProperty(Object, String, int[], Object) - Method in class org.slim3.struts.action.S3RequestProcessor
Sets indexed property.
setInitParameter(String, String) - Method in class org.slim3.struts.test.MockServletConfig
Sets the initial parameter
setInitParameter(String, String) - Method in class org.slim3.struts.test.MockServletContext
Sets the initial parameter.
setInput(String) - Method in class org.slim3.struts.config.S3ExecuteConfig
Sets the path to transit when a validation error is encountered.
setInputStream(ServletInputStream) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the input stream.
setInterceptorsMap(Map<Method, Interceptor[]>) - Method in class org.slim3.container.BeanMeta
Sets the map for interceptors.
setIntHeader(String, int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the int header.
setIntHeader(String, int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setJsValidate(boolean) - Method in class org.slim3.struts.taglib.S3SubmitTag
Sets javascript validation flag.
setLocalAddr(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the local address.
setLocale(Locale) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setLocalName(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the local name.
setLocalPort(int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the local port.
setLoginTimeout(int) - Method in class org.slim3.datasource.DataSourceImpl
 
setLogWriter(PrintWriter) - Method in class org.slim3.datasource.DataSourceImpl
 
setMaxActiveSize(int) - Method in class org.slim3.datasource.DataSourceImpl
Sets the max number of active connections.
setMaxInactiveInterval(int) - Method in class org.slim3.commons.web.S3HttpSessionWrapper
 
setMaxInactiveInterval(int) - Method in class org.slim3.struts.test.MockHttpSession
 
setMethod(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the method.
setNew(boolean) - Method in class org.slim3.struts.test.MockHttpSession
Sets the new flag.
setOnkeydown(String) - Method in class org.slim3.struts.taglib.S3FormTag
Sets the onkeydown event.
setOnkeypress(String) - Method in class org.slim3.struts.taglib.S3FormTag
Sets the onkeypress event.
setOnkeyup(String) - Method in class org.slim3.struts.taglib.S3FormTag
Sets the onkeyup event
setParameter(String, String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the request parameter.
setParameter(String, String[]) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the request parameter.
setParameters(Object[]) - Method in class org.slim3.container.InvocationContextImpl
 
setParent(MessageResourceBundle) - Method in class org.slim3.commons.message.MessageResourceBundle
Sets the parent.
setPassword(String) - Method in class org.slim3.datasource.DataSourceImpl
Sets the password.
setPathInfo(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the path information.
setPathTranslated(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the translated path.
setProperty(Object, String, Object) - Method in class org.slim3.struts.action.S3RequestProcessor
Sets request parameter to the property of the action.
setProtocol(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the protocol.
setQueryString(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the query string.
setReader(BufferedReader) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the buffered reader.
setReadOnly(boolean) - Method in class org.slim3.datasource.DataSourceImpl
Sets the read only flag.
setRemoteAddr(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the remote address.
setRemoteHost(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the remote host.
setRemotePort(int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the remote port.
setRemoveActionForm(boolean) - Method in class org.slim3.struts.config.S3ExecuteConfig
Sets the removeActionForm flag.
setRequest(HttpServletRequest) - Static method in class org.slim3.commons.web.WebLocator
Sets the current request.
setRequestedSessionId(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the requested session identifier.
setResetMethod(Method) - Method in class org.slim3.struts.config.S3ExecuteConfig
Sets the reset method.
setResponse(HttpServletResponse) - Static method in class org.slim3.commons.web.WebLocator
Sets the current response.
setRoles(String[]) - Method in class org.slim3.struts.config.S3ExecuteConfig
Set the roles.
setRollbackOnly() - Method in interface org.slim3.transaction.controller.TransactionController
Modify the transaction such that the transaction is rolled back.
setRollbackOnly() - Method in class org.slim3.transaction.jta.JtaTransactionController
 
setRollbackOnly() - Method in class org.slim3.transaction.jta.TransactionImpl
 
setRollbackOnly() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
setRollbackOnly() - Method in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
 
setRollbackOnly() - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
setRollbackOnly() - Method in class org.slim3.transaction.websphere.WebSphereTransactionController
 
setRollbackOnly() - Method in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
 
setScheme(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the scheme.
setSecure(boolean) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the secure flag.
setServerName(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the server name.
setServerPort(int) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the server port.
setServletContext(ServletContext) - Static method in class org.slim3.commons.web.WebLocator
Sets the servlet context.
setServletContextName(String) - Method in class org.slim3.struts.test.MockServletContext
Sets the servlet context name.
setServletName(String) - Method in class org.slim3.struts.test.MockServletConfig
Sets the servlet name.
setServletPath(String) - Method in class org.slim3.struts.test.MockHttpServletRequest
Sets the servlet path.
setSimpleProperty(Object, String, Object) - Method in class org.slim3.struts.action.S3RequestProcessor
Sets simple property.
setStatus(int, String) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setStatus(int) - Method in class org.slim3.struts.test.MockHttpServletResponse
 
setTransactional(boolean) - Method in class org.slim3.datasource.XAConnectionImpl
Sets the transactional flag.
setTransactionIsolationLevel(int) - Method in class org.slim3.datasource.DataSourceImpl
Sets transaction isolation level.
setTransactionManager(TransactionManager) - Method in class org.slim3.datasource.DataSourceImpl
Sets the transaction manager.
setTransactionTimeout(int) - Method in class org.slim3.datasource.XAResourceImpl
 
setTransactionTimeout(int) - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
setTransactionTimeout(int) - Method in class org.slim3.transaction.jta.UserTransactionImpl
 
setupExecuteMethod(S3ActionMapping, Class<?>) - Method in class org.slim3.struts.config.S3ModuleConfig
Sets up execute methods.
setupValidator(S3ActionMapping) - Method in class org.slim3.struts.config.S3ModuleConfig
Sets up the validators.
setUrl(String) - Method in class org.slim3.datasource.DataSourceImpl
Sets the JDBC driver url.
setUser(String) - Method in class org.slim3.datasource.DataSourceImpl
Sets the user.
setValidate(boolean) - Method in class org.slim3.struts.config.S3ExecuteConfig
Sets the validate flag.
setValidationQuery(String) - Method in class org.slim3.datasource.DataSourceImpl
Sets the query for connection validation.
setValue(Object, Object) - Method in class org.slim3.commons.beanutil.PropertyDesc
Sets the property value to the bean.
ShortType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a short.
ShortUtil - Class in org.slim3.commons.util
A utility class for Short.
size - Variable in class org.slim3.commons.util.ArrayMap
The number of entries.
size() - Method in class org.slim3.commons.util.ArrayMap
 
SIZE_EXCEPTION_KEY - Static variable in interface org.slim3.struts.S3StrutsGlobals
The size exception key.
slim3DataSource - Variable in class org.slim3.container.plugin.DataSourcePlugin
The data source for Slim3.
sourceOutput - Variable in class org.slim3.struts.test.MockHttpServletResponse
The source output.
split(String, String) - Static method in class org.slim3.commons.util.StringUtil
Splits the text by the delimiter.
sqlDateConverter(String, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the converter for Date.
SqlDateConverter - Class in org.slim3.commons.beanutil
The converter for Date.
SqlDateConverter(String) - Constructor for class org.slim3.commons.beanutil.SqlDateConverter
Constructor.
SqlDateUtil - Class in org.slim3.commons.util
A utility class for Date.
src - Variable in class org.slim3.commons.beanutil.Copy
The source.
src - Variable in class org.slim3.commons.beanutil.CreateAndCopy
The source.
SRuntimeException - Exception in org.slim3.commons.exception
A base runtime exception.
SRuntimeException(String, Object...) - Constructor for exception org.slim3.commons.exception.SRuntimeException
Constructor.
SRuntimeException(Throwable, String, Object...) - Constructor for exception org.slim3.commons.exception.SRuntimeException
Constructor.
STAGE_KEY - Static variable in class org.slim3.commons.config.Configuration
The stage key.
start(Xid, int) - Method in class org.slim3.datasource.XAResourceImpl
 
status - Variable in class org.slim3.struts.test.MockHttpServletResponse
The status.
status - Variable in class org.slim3.transaction.jta.TransactionImpl
The transaction status.
stopOnError(ModuleConfig) - Method in class org.slim3.struts.taglib.S3JavascriptValidatorTag
Determines if validations should stop on an error.
StringUtil - Class in org.slim3.commons.util
A utility class for String.
suspend() - Method in class org.slim3.transaction.jta.JtaTransactionController
Suspends the current transaction.
suspend() - Method in class org.slim3.transaction.jta.TransactionImpl
Suspends transaction
suspend() - Method in class org.slim3.transaction.jta.TransactionManagerImpl
 
synchronizations - Variable in class org.slim3.transaction.jta.TransactionImpl
The list for Synchronization.

T

target - Variable in class org.slim3.container.Interceptor
The target.
target - Variable in class org.slim3.container.InvocationContextImpl
The target.
threadAttachedTx - Variable in class org.slim3.transaction.jta.TransactionManagerImpl
The transaction attached to thread.
threshold - Variable in class org.slim3.commons.util.ArrayMap
The threshold to extend the capacity.
timeConverter(String, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the converter for Time.
TimeConverter - Class in org.slim3.commons.beanutil
The converter for Time.
TimeConverter(String) - Constructor for class org.slim3.commons.beanutil.TimeConverter
Constructor.
timer - Static variable in class org.slim3.datasource.DataSourceImpl
The timer.
timestampConverter(String, CharSequence...) - Method in class org.slim3.commons.beanutil.AbstractCopy
Specifies the converter for Timestamp.
TimestampConverter - Class in org.slim3.commons.beanutil
The converter for Timestamp.
TimestampConverter(String) - Constructor for class org.slim3.commons.beanutil.TimestampConverter
Constructor.
TimestampUtil - Class in org.slim3.commons.util
A utility class for Timestamp.
TimeUtil - Class in org.slim3.commons.util
A utility class for Time.
tm - Variable in class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
The transaction manager.
tm - Variable in class org.slim3.transaction.jta.UserTransactionImpl
The transaction manager.
toActionName(String) - Method in class org.slim3.struts.config.S3ModuleConfig
Converts the path to bean name.
toArray() - Method in class org.slim3.commons.util.ArrayMap
Converts this object to an array.
toArray(Object[]) - Method in class org.slim3.commons.util.ArrayMap
Converts this object to an array.
toBeanClass(String) - Method in class org.slim3.commons.convention.BeanConvention
Converts the bean name into a bean class.
toBeanName(Class<?>) - Method in class org.slim3.commons.convention.BeanConvention
Converts the class into a bean name.
toBigDecimal(Object) - Static method in class org.slim3.commons.util.BigDecimalUtil
Converts the object to BigDecimal.
toBigInteger(Object) - Static method in class org.slim3.commons.util.BigIntegerUtil
Converts the object to BigInteger.
toBoolean(Object) - Static method in class org.slim3.commons.util.BooleanUtil
Converts the object to Boolean.
toByte(Object) - Static method in class org.slim3.commons.util.ByteUtil
Converts the object to Byte.
toCalendar(Object) - Static method in class org.slim3.commons.util.CalendarUtil
Converts the object to Calendar.
toDate(Object) - Static method in class org.slim3.commons.util.DateUtil
Converts the object to Date.
toDate(String, String) - Static method in class org.slim3.commons.util.DateUtil
Converts the text to Date.
toDate(String, Locale) - Static method in class org.slim3.commons.util.DateUtil
Converts the text to Date.
toDate(Object) - Static method in class org.slim3.commons.util.SqlDateUtil
Converts the object to Date.
toDate(String, String) - Static method in class org.slim3.commons.util.SqlDateUtil
Converts the text to Date.
toDouble(Object) - Static method in class org.slim3.commons.util.DoubleUtil
Converts the object to Double.
toFloat(Object) - Static method in class org.slim3.commons.util.FloatUtil
Converts the object to Float.
toInteger(Object) - Static method in class org.slim3.commons.util.IntegerUtil
Converts the object to Integer.
TokenUtil - Class in org.slim3.struts.util
A utility for transaction token.
toLong(Object) - Static method in class org.slim3.commons.util.LongUtil
Converts the object to Long.
toLongKey(String) - Static method in class org.slim3.commons.config.Configuration
Converts the short key to a long key.
toNumber(String, String) - Static method in class org.slim3.commons.util.NumberUtil
Converts text to Number.
toPrimitiveBoolean(Object) - Static method in class org.slim3.commons.util.BooleanUtil
Converts the object to primitive boolean.
toPrimitiveByte(Object) - Static method in class org.slim3.commons.util.ByteUtil
Converts the object to primitive byte.
toPrimitiveDouble(Object) - Static method in class org.slim3.commons.util.DoubleUtil
Converts the object to primitive double.
toPrimitiveFloat(Object) - Static method in class org.slim3.commons.util.FloatUtil
Converts the object to primitive float.
toPrimitiveInt(Object) - Static method in class org.slim3.commons.util.IntegerUtil
Converts the object to primitive integer.
toPrimitiveLong(Object) - Static method in class org.slim3.commons.util.LongUtil
Converts the object to primitive long.
toPrimitiveShort(Object) - Static method in class org.slim3.commons.util.ShortUtil
Converts the object to primitive short.
toShort(Object) - Static method in class org.slim3.commons.util.ShortUtil
Converts the object to Short.
toString(Date, String) - Static method in class org.slim3.commons.util.DateUtil
Converts the Date value to text.
toString(Number, String) - Static method in class org.slim3.commons.util.NumberUtil
Converts the Number value to text.
toString(Date, String) - Static method in class org.slim3.commons.util.SqlDateUtil
Converts the Date value to text.
toString(Timestamp, String) - Static method in class org.slim3.commons.util.TimestampUtil
Converts the Timestamp value to text.
toString(Time, String) - Static method in class org.slim3.commons.util.TimeUtil
Converts the Time value to text.
toString() - Method in class org.slim3.struts.upload.S3MultipartRequestHandler.S2FormFile
 
toString() - Method in class org.slim3.transaction.jta.TransactionImpl
 
toString() - Method in class org.slim3.transaction.jta.XidImpl
 
toTime(Object) - Static method in class org.slim3.commons.util.TimeUtil
Converts the object to Time.
toTime(String, String) - Static method in class org.slim3.commons.util.TimeUtil
Converts the text to Time.
toTimestamp(Object) - Static method in class org.slim3.commons.util.TimestampUtil
Converts the object to Timestamp.
toTimestamp(String, String) - Static method in class org.slim3.commons.util.TimestampUtil
Converts the text to Timestamp.
TRANSACTION_ISOLATION_LEVEL_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The transaction isolation level suffix.
TransactionAction - Interface in org.slim3.transaction.controller
An action interface executed within a transaction.
transactional - Variable in class org.slim3.datasource.XAConnectionImpl
Whether this connection is transactional.
transactionController - Variable in class org.slim3.container.interceptor.AbstractTransactionInterceptor
The transaction controller.
TransactionController - Interface in org.slim3.transaction.controller
An interface to control transaction.
TransactionImpl - Class in org.slim3.transaction.jta
An implementation class for Transaction.
TransactionImpl() - Constructor for class org.slim3.transaction.jta.TransactionImpl
Constructor.
transactionIsolationLevel - Variable in class org.slim3.datasource.DataSourceImpl
The transaction isolation level.
transactionManager - Variable in class org.slim3.datasource.DataSourceImpl
The transaction manager.
transactionManager - Variable in class org.slim3.transaction.jta.JtaTransactionController
The transaction manager.
TransactionManagerImpl - Class in org.slim3.transaction.jta
An implementation class for TransactionManager.
TransactionManagerImpl() - Constructor for class org.slim3.transaction.jta.TransactionManagerImpl
Constructor.
TransactionPlugin - Class in org.slim3.container.plugin
A plugin implementation class for transaction.
TransactionPlugin() - Constructor for class org.slim3.container.plugin.TransactionPlugin
 
TransactionSynchronizationRegistryImpl - Class in org.slim3.transaction.jta
An implementation class for TransactionSynchronizationRegistry.
TransactionSynchronizationRegistryImpl(TransactionManager) - Constructor for class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl
Constructor.
TransactionSynchronizationRegistryImpl.SynchronizationContext - Class in org.slim3.transaction.jta
The synchronization context attached to transaction.
TransactionSynchronizationRegistryImpl.SynchronizationContext() - Constructor for class org.slim3.transaction.jta.TransactionSynchronizationRegistryImpl.SynchronizationContext
 
txInterceptorClassMap - Static variable in class org.slim3.container.BeanMetaFactory
The map for interceptor class.

U

u(String) - Static method in class org.slim3.struts.taglib.S3Functions
Encodes string that could be interpreted as URL.
unbind(String) - Method in class org.slim3.container.S3Container
Unbinds the named object.
unbind(Name) - Method in class org.slim3.container.S3ContainerContext
 
unbind(String) - Method in class org.slim3.container.S3ContainerContext
 
uowManager - Variable in class org.slim3.transaction.websphere.WebSphereTransactionController
The UOWManager.
uowManager - Variable in class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
The UOWManager.
updateLastAccessedTime() - Method in class org.slim3.struts.test.MockHttpSession
Reuses this session.
UploadUtil - Class in org.slim3.struts.util
A utility for file upload.
url - Variable in class org.slim3.datasource.DataSourceImpl
JDBC driver url.
url(String) - Static method in class org.slim3.struts.taglib.S3Functions
Returns context-relative URL.
URL_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The url suffix.
UrlType - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the value is a url.
user - Variable in class org.slim3.datasource.DataSourceImpl
The user.
USER_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The user suffix.
USER_TRANSACTION_NAME - Static variable in class org.slim3.container.plugin.TransactionPlugin
The JNDI name for UserTransaction.
userTransaction - Variable in class org.slim3.transaction.jta.JtaTransactionController
The user transaction.
UserTransactionImpl - Class in org.slim3.transaction.jta
An implementation class for UserTransaction.
UserTransactionImpl(TransactionManager) - Constructor for class org.slim3.transaction.jta.UserTransactionImpl
Constructor.

V

valid - Variable in class org.slim3.struts.test.MockHttpSession
Whether this session is valid.
validate - Variable in class org.slim3.struts.config.S3ExecuteConfig
Whether this execute method is validated.
validate(ActionMapping, HttpServletRequest) - Method in class org.slim3.struts.form.ActionFormWrapper
 
validateConnection(Connection) - Method in class org.slim3.datasource.DataSourceImpl
Validates the connection.
validateLongRange(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class org.slim3.struts.validator.S3FieldChecks
Validates if a fields value is within a range.
validateMaxByteLength(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class org.slim3.struts.validator.S3FieldChecks
Validates if the byte length is less than or equal to the maximum length.
validateMinByteLength(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class org.slim3.struts.validator.S3FieldChecks
Validates if the byte length is greater than or equal to the minimum length.
VALIDATION_QUERY_SUFFIX - Static variable in class org.slim3.container.plugin.DataSourcePlugin
The validation query suffix.
validationQuery - Variable in class org.slim3.datasource.DataSourceImpl
The query for connection validation.
Validator - Annotation Type in org.slim3.struts.annotation
A meta annotation for validation.
ValidatorResourcesUtil - Class in org.slim3.struts.util
A utility for ValidatorResources.
Validwhen - Annotation Type in org.slim3.struts.annotation
An annotation to validate if the condition matches the value.
VIEW_PREFIX_KEY - Static variable in interface org.slim3.struts.S3StrutsGlobals
The view prefix key.

W

WebLocator - Class in org.slim3.commons.web
The locator for web.
webLogicPresent - Static variable in class org.slim3.container.plugin.TransactionPlugin
Whether WebLogic is present.
webSpherePresent - Static variable in class org.slim3.container.plugin.TransactionPlugin
Whether WebSphere is present.
WebSphereTransactionController - Class in org.slim3.transaction.websphere
An implementation class for TransactionController using WebSphere UOWManager.
WebSphereTransactionController(UOWManager) - Constructor for class org.slim3.transaction.websphere.WebSphereTransactionController
Constructor.
WebSphereTransactionController.UOWActionImpl - Class in org.slim3.transaction.websphere
An implementation class for UOWAction.
WebSphereTransactionController.UOWActionImpl(TransactionAction) - Constructor for class org.slim3.transaction.websphere.WebSphereTransactionController.UOWActionImpl
Constructor.
WebSphereTransactionSynchronizationRegistry - Class in org.slim3.transaction.websphere
An implementation class for TransactionSynchronizationRegistry using WebSphere UOWManager.
WebSphereTransactionSynchronizationRegistry(UOWManager) - Constructor for class org.slim3.transaction.websphere.WebSphereTransactionSynchronizationRegistry
Constructor.
write(int) - Method in class org.slim3.struts.test.MockServletOutputStream
 
write(String) - Static method in class org.slim3.struts.util.ResponseUtil
Writes the text to response.
write(String, String) - Static method in class org.slim3.struts.util.ResponseUtil
Writes the text to response.
write(String, String, String) - Static method in class org.slim3.struts.util.ResponseUtil
Writes the text to response.
write(String, FormFile) - Static method in class org.slim3.struts.util.UploadUtil
Writes uploaded data into the file specified by path.
writeExternal(ObjectOutput) - Method in class org.slim3.commons.util.ArrayMap
 
writeMethod - Variable in class org.slim3.container.Binding
The write method.
writer - Variable in class org.slim3.struts.test.MockHttpServletResponse
The writer.

X

XAConnectionImpl - Class in org.slim3.datasource
An implementation class for XAConnection.
XAConnectionImpl(Connection) - Constructor for class org.slim3.datasource.XAConnectionImpl
Constructor.
xaResource - Variable in class org.slim3.datasource.ConnectionInvocationHandler
The XA resource.
xaResource - Variable in class org.slim3.datasource.XAConnectionImpl
The XA resource.
XAResourceContext - Class in org.slim3.transaction.jta
A context class for XAResource.
XAResourceContext(XAResource, Xid) - Constructor for class org.slim3.transaction.jta.XAResourceContext
Constructor.
XAResourceImpl - Class in org.slim3.datasource
An implementation class for XAResource.
XAResourceImpl(XAConnectionImpl) - Constructor for class org.slim3.datasource.XAResourceImpl
Constructor.
xid - Variable in class org.slim3.datasource.ConnectionInvocationHandler
The transaction identifier.
xid - Variable in class org.slim3.transaction.jta.TransactionImpl
The transaction identifier.
xid - Variable in class org.slim3.transaction.jta.XAResourceContext
The transaction identifier.
XidImpl - Class in org.slim3.transaction.jta
An implementation class for Xid.
XidImpl(int) - Constructor for class org.slim3.transaction.jta.XidImpl
Constructor.
XidImpl(int, int) - Constructor for class org.slim3.transaction.jta.XidImpl
Constructor.

A B C D E F G H I J K L M N O P Q R S T U V W X

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