All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractActivity |
The Class AbstractActivity.
|
| AbstractActivityContextBuilder |
|
| AbstractActivityContextParser |
The Class AbstractActivityContextParser.
|
| AbstractApplicationAdapter |
The Class AbstractApplicationAdapter.
|
| AbstractComponent |
|
| AbstractCoreService |
The Class AbstractCoreService.
|
| AbstractDynamicProxyBean |
The Class AbstractDynamicBeanProxy.
|
| AbstractLifeCycle |
Basic implementation of the life cycle interface for components.
|
| AbstractLocaleResolver |
|
| AbstractMessageSource |
This class is a clone of org.springframework.context.support.AbstractMessageSource
|
| AbstractParameters |
|
| AbstractPointcut |
The Class AbstractPointcut.
|
| AbstractRequest |
The Class AbstractRequest.
|
| AbstractRequestAdapter |
The Class AbstractRequestAdapter.
|
| AbstractResponseAdapter |
The Class AbstractResponseAdapter.
|
| AbstractScope |
The Class AbstractScope.
|
| AbstractServiceController |
The Class AbstractServiceController.
|
| AbstractSessionAdapter |
The Abstract Class for session object adapter.
|
| AbstractSessionCache |
A base implementation of the SessionCache interface for managing a set of
Session objects pertaining to a context in memory.
|
| AbstractSessionHandler |
Abstract Implementation of SessionHandler.
|
| AbstractSessionStore |
Created: 2017.
|
| AbstractSessionStoreFactory |
Created: 2019/12/07
|
| AbstractTranslet |
|
| Action |
|
| ActionExecutionException |
Thrown when an error occurs while executing an action.
|
| ActionList |
The set of actions is called a Content or ActionList.
|
| ActionParameters |
|
| ActionResult |
Holds the result of an action's execution.
|
| ActionRuleApplicable |
The Interface ActionRuleApplicable.
|
| ActionType |
Supported Action types.
|
| Activity |
The Interface Activity.
|
| ActivityContext |
Central interface to provide configuration for performing various activities.
|
| ActivityContextAware |
Interface to be implemented by any object that wishes to be notified of the
ActivityContext.
|
| ActivityContextBuilder |
Strategy interface for building ActivityContext.
|
| ActivityContextBuilderException |
This exception is thrown when ActivityContext building fails.
|
| ActivityContextParser |
The Interface ActivityContextParser.
|
| ActivityContextParserException |
This exception is thrown when ActivityContext parsing fails.
|
| ActivityContextReloadingTimer |
Provides timer control to reload the ActivityContext.
|
| ActivityContextReloadingTimerTask |
|
| ActivityDataMap |
A map of data for saving activity results.
|
| ActivityException |
Exception thrown when an activity fails.
|
| ActivityLauncherJob |
The Class ActivityLauncherJob.
|
| ActivityPerformException |
Exception thrown when an attempt to perform an activity fails.
|
| ActivityPrepareException |
Exception thrown when an attempt to prepare an activity fails.
|
| ActivityTerminatedException |
Exception thrown when an activity is terminated during preparation or execution.
|
| AdapterException |
The Class AdapterException.
|
| AdviceAction |
AdviceAction that invokes a method for Aspect Advice.
|
| AdviceActionParameters |
|
| AdviceActivity |
Activity related to advice.
|
| AdviceConstraintViolationException |
Exception thrown when an Advice Constraint Violation occurs.
|
| AdviceParameters |
|
| After |
|
| AnnotatedAction |
AnnotatedMethodAction that invokes a method of the bean instance
specified by the annotation.
|
| AnnotatedActionRule |
The Class AnnotatedMethodActionRule.
|
| AnnotatedConfigParser |
The Class AnnotatedConfigParser.
|
| AponFormat |
|
| AponParseException |
Base for Exceptions thrown during parsing of a APON-formatted document.
|
| AponReader |
Converts a string in APON format to a Parameters object.
|
| AponTransformResponse |
Response to transform into APON.
|
| AponWriter |
Writes an APON object to an output source.
|
| AppendedFileFormatType |
The enum AppendedFileFormatType.
|
| AppenderType |
Supported Appender types.
|
| AppendParameters |
|
| AppendRule |
Define rule for importing other rules.
|
| ApplicationAdapter |
The Interface ApplicationAdapter.
|
| ApplicationAdapterAware |
Interface to be implemented by any object that wishes to be notified of the
ApplicationAdapter.
|
| Around |
|
| ArrayParameters |
A Root Parameters to Represent an Array of Nameless Parameters.
|
| ArrayStack<E> |
This class is a clone of org.apache.commons.collections4.ArrayStack
|
| Aspect |
|
| AspectAdviceException |
Thrown when an error occurs while running advice.
|
| AspectAdviceResult |
Represents the result data for the Aspect Advices.
|
| AspectAdviceRule |
Advices are actions taken for a particular join point.
|
| AspectAdviceRulePostRegister |
The Class AspectAdviceRulePostRegister.
|
| AspectAdviceRulePreRegister |
The Class AspectAdviceRulePreRegister.
|
| AspectAdviceRuleRegistry |
The Class AspectAdviceRuleRegistry.
|
| AspectAdviceType |
Types of advice include "around," "before" and "after" advice.
|
| AspectException |
This class is the basic exception that gets thrown from the aspect package.
|
| AspectParameters |
|
| Aspectran |
|
| AspectranActivityContext |
The Class AspectranActivityContext.
|
| AspectranClassLoader |
Specialized aspectran class loader.
|
| AspectranConfig |
|
| AspectranCoreService |
The Class AspectranCoreService.
|
| AspectranDtdResolver |
Offline entity resolver for the Aspectran DTDs.
|
| AspectranNodeParser |
The Class AspectranNodeParser.
|
| AspectranParameters |
|
| AspectranServiceException |
The Class AspectranServiceException.
|
| AspectRule |
An aspect is a class that implements enterprise application concerns that
cut across multiple classes, such as transaction management.
|
| AspectRuleRegistry |
The Class AspectRuleRegistry.
|
| Assert |
This class is a clone of org.springframework.util.Assert
|
| AssistantLocal |
The Class AssistantLocal.
|
| Attribute |
|
| AutoReloadType |
Supported Auto reload types.
|
| Autowired |
Marks a constructor, field, setter method as to be autowired by
Aspectran's dependency injection facilities.
|
| AutowireRule |
The Class AutowireRule.
|
| AutowireTargetType |
Supported Autowire target types.
|
| AvoidAdvice |
|
| Aware |
Marker superinterface indicating that a bean is eligible to be notified.
|
| BasePathFactoryBean |
BasePathFactoryBean that returns the base path where the root application is running.
|
| Bean |
|
| BeanClassScanFailedException |
The Class BeanClassScanFailedException.
|
| BeanClassScanFilter |
The Interface BeanClassScanFilter.
|
| BeanClassScanner |
The Class BeanClassScanner.
|
| BeanCreationException |
The Class BeanCreationException.
|
| BeanDescriptor |
This class represents a cached set of bean property information that
allows for easy mapping between property names and getter/setter methods.
|
| BeanException |
This class is the basic exception that gets thrown from the bean package.
|
| BeanInstance |
Contains an object of the instantiated bean.
|
| BeanInstantiationException |
Exception thrown when instantiation of a bean failed.
|
| BeanParameters |
|
| BeanProxifierType |
Supported Bean proxifier types.
|
| BeanReferenceable |
The Interface BeanReferenceable.
|
| BeanReferenceException |
This exception will be thrown when cannot resolve reference to bean.
|
| BeanReferenceInspector |
The Class BeanReferenceInspector.
|
| BeanRefererType |
Supported Bean referer types.
|
| BeanRegistry |
The Interface BeanRegistry.
|
| BeanRule |
The Class BeanRule.
|
| BeanRuleAnalyzer |
The Class BeanRuleAnalyzer.
|
| BeanRuleException |
The Class BeanRuleException.
|
| BeanRuleRegistry |
The Class BeanRuleRegistry.
|
| BeanUtils |
BeanUtils provides methods that allow simple, reflective access to
JavaBeans style properties.
|
| Before |
|
| BooleanExpression |
It supports expressions in the CHOOSE-WHEN statement,
and evaluates the expression as a boolean result.
|
| BooleanUtils |
Miscellaneous Boolean utility methods.
|
| CglibDynamicProxyBean |
Create an instance of the dynamic proxy bean using CGLIB.
|
| ChooseAction |
Created: 2019-07-13
|
| ChooseRule |
Created: 2019-01-06
|
| ChooseWhenParameters |
|
| ChooseWhenRule |
Created: 2019-01-06
|
| ClassLoaderAware |
The ClassLoaderAware interface provides the ability to configure a ClassLoader
to be used by the implementing object when loading classes or resources.
|
| ClassScanner |
The Class ClassScanner.
|
| ClassScanner.SaveHandler |
|
| ClassUtils |
Miscellaneous class utility methods.
|
| Component |
Indicates this is class is an auto scan component.
|
| Component |
The interface for the lifecycle of the component.
|
| ConcurrentReferenceHashMap<K,V> |
This class is a clone of org.springframework.util.ConcurrentReferenceHashMap
|
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| ConcurrentReferenceHashMap.Reference<K,V> |
|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
| ContentList |
The set of Content is called Contents or ContentList.
|
| ContentParameters |
|
| ContentResult |
The Class ContentResult.
|
| ContentsInputSource |
The Class ContentsInputSource.
|
| ContentsJsonWriter |
Converts a ProcessResult object to a JSON formatted string.
|
| ContentsParameters |
|
| ContentsToAponConverter |
Converts a ProcessResult object to an APON object.
|
| ContentsXMLReader |
Converts a ProcessResult object to a XML string.
|
| ContentType |
Supported Content types.
|
| ContextAutoReloadConfig |
|
| ContextConfig |
|
| ContextEnvironment |
The Environment for ActivityContext.
|
| ContextProfilesConfig |
|
| ContextRuleAssistant |
The Class ContextRuleAssistant.
|
| ContextualBeanRegistry |
The Class ContextualBeanRegistry.
|
| ContextualTemplateRenderer |
The Class ContextualTemplateRenderer.
|
| CoreActivity |
Core activity that handles all external requests.
|
| CoreService |
The Interface CoreService.
|
| CoreTranslet |
The Class CoreTranslet.
|
| CounterStatistic |
Statistics on a counter value.
|
| CurrentActivityAware |
Interface to be implemented by any object that wishes to be notified of the
current Activity that it runs in.
|
| CurrentActivityDataFactoryBean |
|
| CurrentTransletFactoryBean |
|
| CustomObjectInputStream |
For re-inflating serialized objects, this class uses the thread context classloader
rather than the JVM's default classloader selection.
|
| CustomTransformer |
The Interface CustomTransformer.
|
| CustomTransformResponse |
|
| CustomTransformResponseException |
The Class CustomTransformResponseException.
|
| CustomTransformRule |
The Class CustomTransformRule.
|
| CyclicTimeout |
An abstract implementation of a timeout.
|
| DaemonConfig |
|
| DaemonPollerConfig |
Created: 2017.
|
| DefaultActivity |
Default activity to handle all internal requests.
|
| DefaultApplicationAdapter |
The Class DefaultApplicationAdapter.
|
| DefaultRequestAdapter |
The Class DefaultRequestAdapter.
|
| DefaultResponseAdapter |
The Class DefaultResponseAdapter.
|
| DefaultSession |
|
| DefaultSessionAdapter |
|
| DefaultSessionCache |
Implementation of SessionCache.
|
| DefaultSessionManager |
Implementation of SessionManager.
|
| DefaultSettings |
The Class DefaultSettings
|
| DefaultSettingType |
Supported Default setting types.
|
| DelegatingMessageSource |
Empty MessageSource that delegates all calls to the parent MessageSource.
|
| Description |
|
| Destroy |
|
| Dispatch |
|
| DispatchParameters |
|
| DispatchResponse |
JSP or other web resource integration.
|
| DispatchResponseException |
The Class DispatchResponseException.
|
| DispatchRule |
The Class DispatchRule.
|
| DisposableBean |
The Interface DisposableBean.
|
| EchoAction |
EchoAction to produce attributes.
|
| EchoActionRule |
The Class EchoActionRule.
|
| EmbedConfig |
|
| EntryParameters |
|
| Environment |
Interface representing the environment in which the current application is running.
|
| EnvironmentAware |
Interface to be implemented by any object that wishes to be notified of the
Environment.
|
| EnvironmentParameters |
|
| EnvironmentRule |
The Class EnvironmentRule.
|
| ExceptionParameters |
|
| ExceptionRule |
The Class ExceptionRule.
|
| ExceptionThrown |
|
| ExceptionThrownParameters |
|
| ExceptionThrownRule |
The Class ExceptionThrownRule.
|
| ExceptionUtils |
Provides utilities for manipulating and examining Throwable objects.
|
| Executable |
The Interface Executable.
|
| ExpiredPBTokenException |
The Class ExpiredPBTokenException.
|
| ExposalsConfig |
|
| FactoryBean<T> |
The Interface FactoryBean.
|
| FactoryBeanNotInitializedException |
Exception to be thrown from a FactoryBean's getObject() method
if the bean is not fully initialized yet,
for example because it is involved in a circular reference.
|
| FileAppendRule |
Defines a rule to append a file with defined rules.
|
| FileCopyUtils |
Simple utility methods for file and directory copying.
|
| FileLocker |
Used to obtain a lock that can be used to prevent other Aspectran services
that use the same persistent store.
|
| FilenameUtils |
Utility methods for General filename and filepath manipulation.
|
| FileParameter |
The Class FileParameter.
|
| FileParameterMap |
The Class FileParameterMap.
|
| FileRuleAppender |
The Class FileRuleAppender.
|
| FileScanner |
A utility class that finds files corresponding to a given pattern.
|
| FileScanner.SaveHandler |
|
| FileSessionStore |
A file-based store of session data.
|
| FileSessionStoreFactory |
|
| FilterParameters |
|
| Finally |
|
| FixedLocaleResolver |
LocaleResolver implementation
that always returns a fixed default locale and optionally time zone.
|
| Format |
|
| FormattingContext |
Created: 2019-07-06
|
| Forward |
|
| ForwardParameters |
|
| ForwardResponse |
The Class ForwardResponse.
|
| ForwardRule |
The Class ForwardRule.
|
| HeaderAction |
HeaderAction to set response headers.
|
| HeaderActionRule |
The Class HeaderActionRule.
|
| HierarchicalMessageSource |
Sub-interface of MessageSource to be implemented by objects that
can resolve messages hierarchically.
|
| HouseKeeper |
The housekeeper for session scavenging.
|
| HybridActivityContextBuilder |
|
| HybridActivityContextParser |
The Class HybridActivityContextParser.
|
| HybridRuleAppendHandler |
The Class HybridRuleAppendHandler.
|
| IdleTimeout |
An Abstract implementation of an Idle Timeout.
|
| IdleTimeout |
An Abstract implementation of an Idle Timeout.
|
| IllegalRuleException |
This exception will be thrown if an illegal rule is found.
|
| IncludeAction |
IncludeAction to get the execution result of another translet.
|
| IncludeActionRule |
The Class IncludeActionRule.
|
| IncompatibleValueTypeException |
The Class IncompatibleValueTypeException.
|
| InitializableBean |
The Interface InitializableBean.
|
| InitializableTransletBean |
The Interface InitializableTransletBean.
|
| Initialize |
|
| InstantActivity |
An activity that handles the temporary request.
|
| InstantActivityException |
Thrown when an error occurs while performing an instant activity.
|
| InsufficientEnvironmentException |
An exception is thrown when Aspectran fails to run properly due to
insufficient environment settings.
|
| InvalidParameterValueException |
Exception thrown when an invalid parameter value is encountered.
|
| InvalidPBTokenException |
The Class InvalidPBTokenException.
|
| InvalidPointcutPatternException |
The Class InvalidPointcutPatternException.
|
| InvalidResourceException |
This exception is thrown when a resource load fails.
|
| InvalidTokenException |
The Class InvalidTokenException.
|
| InvokeAction |
InvokeAction that invokes a method of the bean instance.
|
| InvokeActionRule |
The Class InvokeActionRule.
|
| ItemEvaluationException |
The Class ItemEvaluationException.
|
| ItemEvaluator |
Evaluates expressions of tokens that determine the value of an item.
|
| ItemExpression |
The Class ItemExpression.
|
| ItemHolderParameters |
|
| ItemParameters |
|
| ItemRule |
The Class ItemRule.
|
| ItemRuleList |
The Class ItemRuleList.
|
| ItemRuleMap |
The Class ItemRuleMap.
|
| ItemRuleUtils |
|
| ItemType |
Supported Item types.
|
| ItemValueType |
Supported Item value types.
|
| JakartaCommonsLoggingImpl |
|
| JavassistDynamicProxyBean |
The Class JavassistDynamicBeanProxy.
|
| Jdk14LoggingImpl |
|
| JdkDynamicProxyBean |
Create an instance of the dynamic proxy bean using JDK.
|
| JobActivity |
The Class JobActivity.
|
| JobActivityReport |
The Class JobActivityReport.
|
| Joinpoint |
|
| JoinpointParameters |
|
| JoinpointRule |
A join point is the specific point in the application such as method execution,
exception handling, injecting settings values etc.
|
| JoinpointTargetType |
Supported Joinpoint target types.
|
| JsonReader |
This class is a clone of com.google.gson.stream.JsonReader
|
| JsonToApon |
Converts JSON to APON.
|
| JsonToken |
This class is a clone of com.google.gson.stream.JsonToken
|
| JsonTransformResponse |
Response to transform into JSON.
|
| JsonWriter |
Converts an object to a JSON formatted string.
|
| LifeCycle |
The lifecycle interface for generic components.
|
| LifeCycle.Listener |
A listener for Lifecycle events.
|
| LinkedCaseInsensitiveMap<V> |
This class is a clone of org.springframework.util.LinkedCaseInsensitiveMap
|
| LinkedCaseInsensitiveMultiValueMap<V> |
This class is a clone of org.springframework.util.LinkedCaseInsensitiveMultiValueMap
|
| LinkedMultiValueMap<K,V> |
This class is a clone of org.springframework.util.LinkedMultiValueMap
|
| LocaleChangeInterceptor |
Interceptor that allows for changing the current locale on every request,
via a configurable request parameter (default parameter name: "locale").
|
| LocaleResolver |
Interface for locale and timezone resolution strategies
|
| LocalResourceManager |
The Class LocalResourceManager.
|
| Locker |
Convenience Lock Wrapper.
|
| Log |
This class provides a static logging interface.
|
| Log4j2AbstractLoggerImpl |
|
| Log4j2Impl |
|
| Log4j2LoggerImpl |
|
| Log4jImpl |
Deprecated.
|
| LogException |
|
| LogFactory |
|
| MalformedAponException |
This exception is raised when attempting to read (or write) a malformed APON element.
|
| MalformedJsonException |
This class is a clone of com.google.gson.stream.MalformedJsonException
|
| MessageSource |
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
| MessageSourceResourceBundle |
This class is a clone of org.springframework.context.support.MessageSourceResourceBundle
|
| MessageSourceSupport |
Base class for message source implementations, providing support infrastructure
such as MessageFormat handling but not implementing concrete
methods defined in the MessageSource.
|
| MethodArgumentTypeMismatchException |
This exception will be thrown when failing to bind the request parameter
to the action method parameter.
|
| MethodType |
Supported Method types.
|
| MethodUtils |
Utility reflection methods.
|
| MissingClosingBracketException |
This exception will be thrown when missing closing brackets.
|
| MissingMandatoryAttributesException |
An exception to indicate mandatory attributes missing from the request.
|
| MissingMandatoryParametersException |
An exception to indicate mandatory parameters missing from the request.
|
| MultiException |
Wraps multiple exceptions.
|
| MultiValueMap<K,V> |
Extension of the Map interface that stores multiple values.
|
| NodeEndlet |
A nodelet is a sort of callback or event handler that can be registered
to handle an XPath event registered with the NodeParser.
|
| Nodelet |
A nodelet is a sort of callback or event handler that can be registered
to handle an XPath event registered with the NodeParser.
|
| NodeletAdder |
|
| NodeletException |
|
| NodeletParser |
The NodeletParser is a callback based parser similar to SAX.
|
| NodeTracker |
Inner helper class for tracking the line number and column number of
the element's start tag while reading an XML document.
|
| NoLoggingImpl |
|
| NoneTransformResponse |
The Class NoneTransformResponse.
|
| NonNull |
This class is a clone of org.springframework.lang.NonNull
|
| NonNullApi |
This class is a clone of org.springframework.lang.NonNullApi
|
| NonNullFields |
This class is a clone of org.springframework.lang.NonNullFields
|
| NonPersistent |
Implement the NoPersistent interface for non-persistent
objects in session data.
|
| NonSerializable |
The NonSerializable attribute marks a variable to not be serialized.
|
| NoSuchBeanException |
The Class NoSuchBeanException.
|
| NoSuchMessageException |
Exception thrown when a message can't be resolved.
|
| NoUniqueBeanException |
The Class NoUniqueBeanException.
|
| Nullable |
This class is a clone of org.springframework.lang.Nullable
|
| ObjectToAponConverter |
Converts Object to APON.
|
| ObjectUtils |
This class is a clone of org.springframework.util.ObjectUtils
|
| OgnlMemberAccess |
|
| OgnlSupport |
Support for expressions using OGNL.
|
| OutputStringWriter |
A character stream that collects its output in a string builder,
which can then be used to construct a string.
|
| Parameter |
|
| Parameter |
|
| ParameterBindingException |
This exception will be thrown when failing to bind the request parameter
to the action method parameter.
|
| ParameterBindingRule |
The Class ParameterBindingRule.
|
| ParameterKey |
A class for defining parameter attributes.
|
| ParameterMap |
The Class ParameterMap.
|
| Parameters |
The Interface Parameters.
|
| ParametersRuleAppender |
The Class ParametersRuleAppender.
|
| ParametersToRules |
Converts Parameters objects to rules for context configuration.
|
| ParameterValue |
|
| PathVariableMap |
The Class PathVariableMap.
|
| PBEncryptionUtils |
This class provides basic encryption/decryption capabilities to implement PBE.
|
| PBTokenIssuer |
Password based token issuer.
|
| PluralWildcardPattern |
Class for Wildcard Matching with multiple Include and Exclude patterns.
|
| Pointcut |
The Interface Pointcut.
|
| PointcutFactory |
A factory for creating Pointcut objects.
|
| PointcutParameters |
|
| PointcutPatternRule |
The pattern rule for identifying pointcut targets
|
| PointcutQualifierParameters |
|
| PointcutRule |
Pointcut are expressions that is matched with join points to determine whether
advice needs to be executed or not.
|
| PointcutType |
Supported Pointcut types.
|
| PrefixSuffixPattern |
|
| ProcessException |
This exception will be thrown if the translet processing fails.
|
| ProcessLogger |
Created: 2019/11/17
|
| ProcessResult |
The Class ProcessResult.
|
| ProcessRunner |
The ProcessRunner class helps running external processes.
|
| Profile |
|
| PropertiesLoaderUtils |
Convenient utility methods for loading of java.util.Properties,
performing standard handling of input streams.
|
| ProxyBeanInstantiationException |
Exception thrown when instantiation of a proxy bean failed.
|
| Qualifier |
|
| QuartzJobListener |
The Class QuartzJobListener.
|
| QuartzJobRequestAdapter |
|
| QuartzJobResponseAdapter |
|
| QuartzSchedulerFactoryBean |
FactoryBean implementation that builds a QuartzScheduler.
|
| QuartzSchedulerService |
The Class QuartzSchedulerService.
|
| Redirect |
|
| RedirectParameters |
|
| RedirectResponse |
The Class RedirectResponse.
|
| RedirectRule |
The Class RedirectRule.
|
| ReflectionUtils |
Simple utility class for working with the reflection API.
|
| RegexpPointcut |
Pointcut using Regular Expression Matching to identify joinpoints.
|
| RelevantAspectRuleHolder |
The Class RelevantAspectRuleHolder.
|
| Replicable<T> |
The Interface Replicable.
|
| Request |
|
| RequestAdapter |
The Interface RequestAdapter.
|
| RequestBodyParser |
Provides convenient methods to parse the request body.
|
| RequestException |
This exception will be thrown when a translet request is failed.
|
| RequestMethodNotAllowedException |
Exception thrown when a request handler does not allow a specific request method.
|
| RequestParameters |
|
| RequestParseException |
Exception thrown when request could not be parsed.
|
| RequestRule |
The Class RequestRule.
|
| RequestScope |
The Class RequestScope.
|
| RequestToDelete |
|
| RequestToGet |
|
| RequestToPatch |
|
| RequestToPost |
|
| RequestToPut |
|
| Required |
Marks a method (typically a JavaBean setter method) as being 'required': that is,
the setter method must be configured to be dependency-injected with a value.
|
| ResourceAppendRule |
Defines a rule to append a resource with defined rules.
|
| ResourceBundleMessageSource |
This class is a clone of org.springframework.context.support.ResourceBundleMessageSource
|
| ResourceEntries |
The Class ResourceEntries.
|
| ResourceManager |
The Class ResourceManager.
|
| ResourceRuleAppender |
The Class ResourceRuleAppender.
|
| ResourceUtils |
A class to simplify access to ResourceUtils through the classloader.
|
| Response |
The Interface Response.
|
| ResponseAdapter |
The Interface ResponseAdapter.
|
| ResponseException |
The Class ResponseException.
|
| ResponseMap |
The Class ResponseMap.
|
| ResponseParameters |
|
| ResponseRule |
The Class ResponseRule.
|
| ResponseRuleApplicable |
The Interface ResponseRuleApplicable.
|
| ResponseType |
Supported Response types.
|
| ResultValueMap |
|
| RootParameters |
|
| RuleAppender |
The Interface RuleAppender.
|
| RuleAppendHandler |
The Interface RuleAppendHandler.
|
| RulesToParameters |
Converts rules for context configuration into Parameters objects.
|
| SampleStatistic |
Statistics on a sampled value.
|
| ScheduledExecutorScheduler |
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor.
|
| ScheduledJobParameters |
|
| ScheduledJobRule |
The Class ScheduledJobRule.
|
| ScheduleParameters |
|
| Scheduler |
|
| Scheduler.Task |
|
| SchedulerConfig |
|
| SchedulerParameters |
|
| SchedulerService |
The Interface SchedulerService.
|
| SchedulerServiceException |
The Class SchedulerServiceException.
|
| ScheduleRule |
The Class ScheduleRule.
|
| ScheduleRuleRegistry |
The Class ScheduleRuleRegistry.
|
| Scope |
|
| Scope |
The Interface Scope.
|
| ScopeType |
Supported Scope types.
|
| SerializationUtils |
This class is a clone of org.springframework.util.SerializationUtils.java
|
| ServiceController |
The Interface ServiceController.
|
| ServiceStateListener |
The listener interface for receiving service state change events.
|
| Session |
The Interface Session.
|
| Session.DestroyedReason |
|
| SessionAdapter |
The Interface SessionAdapter.
|
| SessionAgent |
Session processing delegate by request.
|
| SessionBindingListener |
Causes an object to be notified when it is bound to or unbound from a session.
|
| SessionCache |
An interface for managing a set of Session objects pertaining to a context in memory.
|
| SessionData |
The data associated with a session.
|
| SessionFileStoreConfig |
|
| SessionHandler |
The session handler is responsible for session start, session exists, session write,
time to live and session destroy.
|
| SessionIdGenerator |
The Session ID Generator.
|
| SessionListener |
Interface for receiving notification events about DefaultSession
lifecycle changes.
|
| SessionLocaleResolver |
LocaleResolver implementation that
uses a locale attribute in the user's session in case of a custom setting,
with a fallback to the specified default locale or the request's
accept-header locale.
|
| SessionManager |
The session manager initializes and destroys the session
handler and session cache.
|
| SessionManagerConfig |
|
| SessionScope |
The Class SessionScope.
|
| SessionStore |
A SessionStore is a mechanism for (persistently) storing data associated with sessions.
|
| SessionStoreFactory |
Created: 2019/12/06
|
| SettingParameters |
|
| Settings |
|
| SettingsAdviceRule |
The Class SettingsAdviceRule.
|
| SettingsParameters |
|
| ShallowContextRuleAssistant |
The Class ShallowContextRuleAssistant.
|
| ShallowRuleAppendHandler |
The Class ShallowRuleAppendHandler.
|
| ShellConfig |
|
| ShutdownHooks |
Manages the shutdown-hook thread and tasks to execute on shutdown.
|
| ShutdownHooks.Task |
Essentially a Runnable which allows running to throw an exception.
|
| SingletonScope |
The Class SingletonScope.
|
| SizeLimitExceededException |
Thrown to indicate that the request size exceeds the configured maximum.
|
| Slf4jImpl |
|
| StdOutImpl |
|
| StopLifeCycle |
A LifeCycle that when started will stop another LifeCycle.
|
| StringUtils |
Static utility methods pertaining to String or CharSequence instances.
|
| SystemUtils |
Helpers for java.lang.System.
|
| TemplateDataMap |
The Class TemplateDataMap.
|
| TemplateEngine |
The Interface TemplateEngine.
|
| TemplateEngineProcessException |
The Class TemplateEngineProcessException.
|
| TemplateException |
This class is the basic exception that gets thrown from the template package.
|
| TemplateNotFoundException |
The Class TemplateNotFoundException.
|
| TemplateParameters |
|
| TemplateRenderer |
The Interface TemplateRenderer.
|
| TemplateRenderingException |
Thrown when an error occurs during template rendering.
|
| TemplateRule |
The Class TemplateRule.
|
| TemplateRuleRegistry |
The Class TemplateRuleRegistry.
|
| TextStyler |
Contains methods to transform a given text to a specific style.
|
| TextStyleType |
Enumeration for styles of the text.
|
| TextTransformResponse |
Response to transform to plain text.
|
| TimeLimitedPBTokenIssuer |
Time-limited, password based token issuer.
|
| Token |
A token has a string value of its own or contains information
for fetching a specific value from another provider.
|
| TokenDirectiveType |
Supported Token directive types.
|
| TokenEvaluationException |
The Class TokenEvaluationException.
|
| TokenEvaluator |
Evaluates token expressions.
|
| TokenExpression |
The Class TokenExpression.
|
| Tokenizer |
The Class Tokenizer.
|
| TokenParser |
The Class TokenParser.
|
| TokenType |
Supported Token types.
|
| ToStringBuilder |
This class enables a good and consistent toString() to be built for any class or object.
|
| Transform |
|
| TransformParameters |
|
| TransformResponse |
The Class TransformResponse.
|
| TransformResponseException |
Thrown if an error occurs while transforming the data needed for a response.
|
| TransformResponseFactory |
A factory for creating TransformResponse objects.
|
| TransformRule |
The Class TransformRule.
|
| TransformType |
Supported Transform types.
|
| Translet |
The Interface Translet.
|
| TransletException |
The Class TransletException.
|
| TransletNotFoundException |
This exception will be thrown when a translet not found.
|
| TransletParameters |
|
| TransletRule |
The Class TransletRule.
|
| TransletRuleRegistry |
The Class TransletRuleRegistry.
|
| TransletScanFailedException |
The Class TransletScanFailedException.
|
| TransletScanFilter |
The Interface TransletScanFilter.
|
| TransletScanner |
The Class TransletScanner.
|
| TriggerExpressionParameters |
|
| TriggerParameters |
|
| TriggerType |
Supported Trigger types.
|
| TypeAliasesParameters |
|
| TypeAliasParameters |
|
| TypeUtils |
Utility methods focusing on type inspection, particularly with regard to generics.
|
| UnknownParameterException |
The Class UnknownParameterException.
|
| UnreadableSessionDataException |
Exception raised when session data can not be read.
|
| UnsupportedBeanScopeException |
The Class UnsupportedBeanScopeException.
|
| UnwritableSessionDataException |
Exception raised when session data can not be written.
|
| UrlAppendRule |
Defines a rule to append a URL with defined rules.
|
| UrlRuleAppender |
The Class UrlRuleAppender.
|
| Value |
|
| ValueType |
Defines the type of the parameter value.
|
| ValueTypeMismatchException |
This exception will be thrown when the value type of the parameter does not match.
|
| VariableParameters |
Parameters that determine the name and value type of each parameter in real time.
|
| ViewDispatcher |
The Interface ViewDispatcher.
|
| ViewDispatcherException |
Base class for exceptions thrown during view dispatching.
|
| WebConfig |
|
| WildcardMasker |
Erase the characters that does not corresponds to the wildcard, and
returns collect only the remaining characters.
|
| WildcardMatcher |
Checks whether a string matches a given wildcard pattern.
|
| WildcardPattern |
The Class WildcardPattern.
|
| WildcardPointcut |
Pointcut using Wildcard Matching to identify joinpoints.
|
| XmlToApon |
Converts XML to APON.
|
| XmlTransformResponse |
Response to transform into XML.
|
| XslTransformResponse |
Response to transform into XSL.
|