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

A

AbstractActivity - Class in com.aspectran.core.activity
The Class AbstractActivity.
AbstractActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.AbstractActivity
Instantiates a new abstract activity.
AbstractActivityContextBuilder - Class in com.aspectran.core.context.builder
 
AbstractActivityContextBuilder() - Constructor for class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
AbstractActivityContextParser - Class in com.aspectran.core.context.rule.parser
The Class AbstractActivityContextParser.
AbstractActivityContextParser(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
AbstractApplicationAdapter - Class in com.aspectran.core.adapter
The Class AbstractApplicationAdapter.
AbstractApplicationAdapter(String, ClassLoader) - Constructor for class com.aspectran.core.adapter.AbstractApplicationAdapter
Instantiates a new AbstractApplicationAdapter.
AbstractComponent - Class in com.aspectran.core.component
Abstract Implementation of Component.
AbstractComponent() - Constructor for class com.aspectran.core.component.AbstractComponent
 
AbstractCoreService - Class in com.aspectran.core.service
The Class AbstractCoreService.
AbstractCoreService() - Constructor for class com.aspectran.core.service.AbstractCoreService
 
AbstractCoreService(CoreService) - Constructor for class com.aspectran.core.service.AbstractCoreService
 
AbstractDynamicProxyBean - Class in com.aspectran.core.component.bean.proxy
The Class AbstractDynamicBeanProxy.
AbstractDynamicProxyBean(AspectRuleRegistry) - Constructor for class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
AbstractLifeCycle - Class in com.aspectran.core.util.lifecycle
Basic implementation of the life cycle interface for components.
AbstractLifeCycle() - Constructor for class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
AbstractLocaleResolver - Class in com.aspectran.core.support.i18n.locale
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - Constructor for class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
 
AbstractMessageSource - Class in com.aspectran.core.support.i18n.message
This class is a clone of org.springframework.context.support.AbstractMessageSource
AbstractMessageSource() - Constructor for class com.aspectran.core.support.i18n.message.AbstractMessageSource
 
AbstractParameters - Class in com.aspectran.core.util.apon
 
AbstractParameters(ParameterKey[]) - Constructor for class com.aspectran.core.util.apon.AbstractParameters
 
AbstractPointcut - Class in com.aspectran.core.component.aspect.pointcut
The Class AbstractPointcut.
AbstractPointcut(List<PointcutPatternRule>) - Constructor for class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
AbstractRequest - Class in com.aspectran.core.activity.request
The Class AbstractRequest.
AbstractRequest(MethodType) - Constructor for class com.aspectran.core.activity.request.AbstractRequest
 
AbstractRequestAdapter - Class in com.aspectran.core.adapter
The Class AbstractRequestAdapter.
AbstractRequestAdapter(MethodType, Object) - Constructor for class com.aspectran.core.adapter.AbstractRequestAdapter
Instantiates a new AbstractRequestAdapter.
AbstractResponseAdapter - Class in com.aspectran.core.adapter
The Class AbstractResponseAdapter.
AbstractResponseAdapter(Object) - Constructor for class com.aspectran.core.adapter.AbstractResponseAdapter
Instantiates a new AbstractResponseAdapter.
AbstractScope - Class in com.aspectran.core.component.bean.scope
The Class AbstractScope.
AbstractScope() - Constructor for class com.aspectran.core.component.bean.scope.AbstractScope
 
AbstractServiceController - Class in com.aspectran.core.service
The Class AbstractServiceController.
AbstractServiceController(boolean) - Constructor for class com.aspectran.core.service.AbstractServiceController
 
AbstractSessionAdapter - Class in com.aspectran.core.adapter
The Abstract Class for session object adapter.
AbstractSessionAdapter(Object) - Constructor for class com.aspectran.core.adapter.AbstractSessionAdapter
Instantiates a new AbstractSessionAdapter.
AbstractSessionCache - Class in com.aspectran.core.component.session
A base implementation of the SessionCache interface for managing a set of Session objects pertaining to a context in memory.
AbstractSessionCache(SessionHandler, SessionStore, boolean) - Constructor for class com.aspectran.core.component.session.AbstractSessionCache
 
AbstractSessionHandler - Class in com.aspectran.core.component.session
Abstract Implementation of SessionHandler.
AbstractSessionHandler() - Constructor for class com.aspectran.core.component.session.AbstractSessionHandler
 
AbstractSessionStore - Class in com.aspectran.core.component.session
Created: 2017.
AbstractSessionStore() - Constructor for class com.aspectran.core.component.session.AbstractSessionStore
 
AbstractSessionStoreFactory - Class in com.aspectran.core.component.session
Created: 2019/12/07
AbstractSessionStoreFactory() - Constructor for class com.aspectran.core.component.session.AbstractSessionStoreFactory
 
AbstractTranslet - Class in com.aspectran.core.activity
 
AbstractTranslet(TransletRule) - Constructor for class com.aspectran.core.activity.AbstractTranslet
 
acceptsProfiles(String...) - Method in class com.aspectran.core.activity.CoreTranslet
 
acceptsProfiles(String...) - Method in interface com.aspectran.core.activity.Translet
Return whether the given profile is active.
acceptsProfiles(String...) - Method in class com.aspectran.core.context.env.ContextEnvironment
 
acceptsProfiles(String...) - Method in interface com.aspectran.core.context.env.Environment
Return whether one or more of the given profiles is active or, in the case of no explicit active profiles, whether one or more of the given profiles is included in the set of default profiles.
access() - Method in class com.aspectran.core.component.session.DefaultSession
 
access() - Method in interface com.aspectran.core.component.session.Session
Called when a session is first accessed by a request.
access() - Method in class com.aspectran.core.component.session.SessionAgent
Called when a session is first accessed by an Activity.
action - Static variable in class com.aspectran.core.context.rule.params.AdviceActionParameters
 
action - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
action - Static variable in class com.aspectran.core.context.rule.params.ContentParameters
 
action - Static variable in class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
action - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
action - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
Action - Annotation Type in com.aspectran.core.component.bean.annotation
 
ACTION - com.aspectran.core.context.rule.type.ActionType
 
ACTION_ANNOTATED - com.aspectran.core.context.rule.type.ActionType
 
ActionExecutionException - Exception in com.aspectran.core.activity.process.action
Thrown when an error occurs while executing an action.
ActionExecutionException(Executable, Throwable) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
 
ActionExecutionException(String) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
Constructor to create exception with a message.
ActionExecutionException(String, Throwable) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
Constructor to create exception to wrap another exception and pass a message.
ActionList - Class in com.aspectran.core.activity.process
The set of actions is called a Content or ActionList.
ActionList(boolean) - Constructor for class com.aspectran.core.activity.process.ActionList
 
ActionParameters - Class in com.aspectran.core.context.rule.params
 
ActionParameters() - Constructor for class com.aspectran.core.context.rule.params.ActionParameters
 
ActionResult - Class in com.aspectran.core.activity.process.result
Holds the result of an action's execution.
ActionResult() - Constructor for class com.aspectran.core.activity.process.result.ActionResult
 
ActionRuleApplicable - Interface in com.aspectran.core.context.rule.ability
The Interface ActionRuleApplicable.
ActionType - Enum in com.aspectran.core.context.rule.type
Supported Action types.
ACTIVE_PROFILES_PROPERTY_NAME - Static variable in interface com.aspectran.core.context.env.Environment
Name of property to set to specify active profiles: "aspectran.profiles.active".
activity - Variable in class com.aspectran.core.context.expr.BooleanExpression
 
activity - Variable in class com.aspectran.core.context.expr.TokenExpression
 
Activity - Interface in com.aspectran.core.activity
The Interface Activity.
ACTIVITY - com.aspectran.core.context.rule.type.JoinpointTargetType
 
ActivityContext - Interface in com.aspectran.core.context
Central interface to provide configuration for performing various activities.
ActivityContextAware - Interface in com.aspectran.core.component.bean.aware
Interface to be implemented by any object that wishes to be notified of the ActivityContext.
ActivityContextBuilder - Interface in com.aspectran.core.context.builder
Strategy interface for building ActivityContext.
ActivityContextBuilderException - Exception in com.aspectran.core.context.builder
This exception is thrown when ActivityContext building fails.
ActivityContextBuilderException() - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
Simple constructor.
ActivityContextBuilderException(String) - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
Constructor to create exception with a message.
ActivityContextBuilderException(String, Throwable) - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
Constructor to create exception to wrap another exception and pass a message.
ActivityContextBuilderException(Throwable) - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
Constructor to create exception to wrap another exception.
ActivityContextParser - Interface in com.aspectran.core.context.rule.parser
The Interface ActivityContextParser.
ActivityContextParserException - Exception in com.aspectran.core.context.rule.parser
This exception is thrown when ActivityContext parsing fails.
ActivityContextParserException() - Constructor for exception com.aspectran.core.context.rule.parser.ActivityContextParserException
Simple constructor.
ActivityContextParserException(String) - Constructor for exception com.aspectran.core.context.rule.parser.ActivityContextParserException
Constructor to create exception with a message.
ActivityContextParserException(String, Throwable) - Constructor for exception com.aspectran.core.context.rule.parser.ActivityContextParserException
Constructor to create exception to wrap another exception and pass a message.
ActivityContextParserException(Throwable) - Constructor for exception com.aspectran.core.context.rule.parser.ActivityContextParserException
Constructor to create exception to wrap another exception.
ActivityContextReloadingTimer - Class in com.aspectran.core.context.builder.reload
Provides timer control to reload the ActivityContext.
ActivityContextReloadingTimer(ServiceController) - Constructor for class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimer
 
ActivityContextReloadingTimerTask - Class in com.aspectran.core.context.builder.reload
 
ActivityContextReloadingTimerTask(ServiceController) - Constructor for class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimerTask
 
ActivityDataMap - Class in com.aspectran.core.activity
A map of data for saving activity results.
ActivityDataMap(Activity) - Constructor for class com.aspectran.core.activity.ActivityDataMap
Instantiates a new ActivityDataMap.
ActivityException - Exception in com.aspectran.core.activity
Exception thrown when an activity fails.
ActivityException() - Constructor for exception com.aspectran.core.activity.ActivityException
Instantiates a new ActivityException.
ActivityException(String) - Constructor for exception com.aspectran.core.activity.ActivityException
Instantiates a new ActivityException.
ActivityException(String, Throwable) - Constructor for exception com.aspectran.core.activity.ActivityException
Instantiates a new ActivityException.
ActivityException(Throwable) - Constructor for exception com.aspectran.core.activity.ActivityException
Instantiates a new ActivityException.
ActivityLauncherJob - Class in com.aspectran.scheduler.service
The Class ActivityLauncherJob.
ActivityLauncherJob() - Constructor for class com.aspectran.scheduler.service.ActivityLauncherJob
 
ActivityPerformException - Exception in com.aspectran.core.activity
Exception thrown when an attempt to perform an activity fails.
ActivityPerformException() - Constructor for exception com.aspectran.core.activity.ActivityPerformException
Instantiates a new ActivityPerformException.
ActivityPerformException(String) - Constructor for exception com.aspectran.core.activity.ActivityPerformException
Instantiates a new ActivityPerformException.
ActivityPerformException(String, Throwable) - Constructor for exception com.aspectran.core.activity.ActivityPerformException
Instantiates a new ActivityPerformException.
ActivityPerformException(Throwable) - Constructor for exception com.aspectran.core.activity.ActivityPerformException
Instantiates a new ActivityPerformException.
ActivityPrepareException - Exception in com.aspectran.core.activity
Exception thrown when an attempt to prepare an activity fails.
ActivityPrepareException(String, Throwable) - Constructor for exception com.aspectran.core.activity.ActivityPrepareException
Instantiates a new ActivityPrepareException.
ActivityTerminatedException - Exception in com.aspectran.core.activity
Exception thrown when an activity is terminated during preparation or execution.
ActivityTerminatedException() - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
Simple constructor.
ActivityTerminatedException(String) - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
Constructor to create exception with a message.
ActivityTerminatedException(String, Throwable) - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
Constructor to create exception to wrap another exception and pass a message.
ActivityTerminatedException(Throwable) - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
Constructor to create exception to wrap another exception.
adapt() - Method in class com.aspectran.core.activity.CoreActivity
 
adapt() - Method in class com.aspectran.core.activity.InstantActivity
 
adapt() - Method in class com.aspectran.scheduler.activity.JobActivity
 
adaptee - Variable in class com.aspectran.core.adapter.AbstractRequestAdapter
 
AdapterException - Exception in com.aspectran.core.activity
The Class AdapterException.
AdapterException() - Constructor for exception com.aspectran.core.activity.AdapterException
Simple constructor.
AdapterException(String) - Constructor for exception com.aspectran.core.activity.AdapterException
Constructor to create exception with a message.
AdapterException(String, Throwable) - Constructor for exception com.aspectran.core.activity.AdapterException
Constructor to create exception to wrap another exception and pass a message.
AdapterException(Throwable) - Constructor for exception com.aspectran.core.activity.AdapterException
Constructor to create exception to wrap another exception.
add(long) - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
add(String, long, long) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
add(String, long, long) - Method in interface com.aspectran.core.component.session.SessionCache
Add an entirely new session to the cache.
add(String, NodeletParser) - Method in interface com.aspectran.core.util.nodelet.NodeletAdder
 
add(String, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
add(Throwable) - Method in exception com.aspectran.core.util.MultiException
 
add(K, V) - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
add(K, V) - Method in interface com.aspectran.core.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(T) - Static method in class com.aspectran.core.util.thread.ShutdownHooks
 
addActionList(ActionList) - Method in class com.aspectran.core.activity.process.ContentList
 
addActionResult(Executable, ProcessResult) - Method in class com.aspectran.core.activity.process.result.ContentResult
 
addActionResult(Executable, Object) - Method in class com.aspectran.core.activity.process.result.ContentResult
 
addActionResult(ActionResult) - Method in class com.aspectran.core.activity.process.result.ContentResult
Adds the action result.
addActiveProfile(String) - Method in class com.aspectran.core.context.config.ContextProfilesConfig
 
addArgumentItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Adds the argument item rule.
addAspectAdviceRule(AspectAdviceRule) - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
addAspectAdviceRule(SettingsAdviceRule) - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
addAspectRule(AspectRule) - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
addAspectRule(AspectRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Adds the aspect rule.
addAspectRule(AspectRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addAttributeItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.ForwardRule
Adds the attribute item rule.
addAttributeItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Adds the attribute item rule.
addAttributeItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.RequestRule
Adds the attribute item rule.
addAutowireRule(AutowireRule) - Method in class com.aspectran.core.context.rule.BeanRule
 
addBasePackage(String) - Method in class com.aspectran.core.context.config.ContextConfig
 
addBeanRule(BeanRule) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
Adds a bean rule.
addBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Adds the bean rule.
addBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.ItemRule
 
addCandidate(ItemRuleMap) - Method in class com.aspectran.core.context.rule.ItemRuleMap
 
addCommand(String) - Method in class com.aspectran.core.context.config.DaemonConfig
 
addCommand(String) - Method in class com.aspectran.core.context.config.ShellConfig
 
addConstructorArgumentItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.BeanRule
Adds the constructor argument item rule.
addContentResult(ContentResult) - Method in class com.aspectran.core.activity.process.result.ProcessResult
Adds the content result.
addDefaultProfile(String) - Method in class com.aspectran.core.context.config.ContextProfilesConfig
 
addEchoItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.EchoActionRule
Adds the echo item rule.
addEnvironmentRule(EnvironmentRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Adds the environment rule.
addExcludePattern(String) - Method in class com.aspectran.core.context.config.ExposalsConfig
 
addExcludePattern(String) - Method in class com.aspectran.core.context.rule.params.FilterParameters
 
addExcludePattern(String) - Method in class com.aspectran.core.context.rule.params.PointcutParameters
 
addGeneration(ClassLoader) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
addHeader(String, String) - Method in class com.aspectran.core.activity.request.AbstractRequest
Add the given single header value to the current list of values for the given header.
addHeader(String, String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Add the given single header value to the current list of values for the given header.
addHeader(String, String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Add the given single header value to the current list of values for the given header.
addHeader(String, String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Add the given single header value to the current list of values for the given header.
addHeaderItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.HeaderActionRule
Adds the header item rule.
addIncludePattern(String) - Method in class com.aspectran.core.context.config.ExposalsConfig
 
addIncludePattern(String) - Method in class com.aspectran.core.context.rule.params.PointcutParameters
 
addInnerBeanRule(BeanRule) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
addInnerBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
addInnerBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addItemParameters(ItemParameters) - Method in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
addLifeCycleListener(LifeCycle.Listener) - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
addNodeEndlet(NodeEndlet) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Registers the nodelet to process the end elements of the specified XPath and the text and CDATA data collected.
addNodelet(Nodelet) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Registers a nodelet to process attributes for the specified XPath.
addNodelet(NodeletAdder) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Adds the nodelet.
addNodelet(String, NodeletAdder) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Adds the nodelet.
addNonPersistentAttributes(String) - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
addParameterItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Adds the parameter item rule.
addParameterItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.RedirectRule
Adds the parameter item rule.
addParameterItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.RequestRule
Adds the parameter item rule.
addParameters(Parameters) - Method in class com.aspectran.core.util.apon.ArrayParameters
 
addPointcutPatternRule(PointcutPatternRule) - Method in class com.aspectran.core.context.rule.PointcutRule
 
addPropertyItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.BeanRule
Adds the property item rule.
addPropertyItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Adds the property item rule.
addPropertyItemRule(ItemRuleMap) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
addPropertyItemRule(ItemRuleMap) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
addPropertyItemRule(ItemRuleMap) - Method in class com.aspectran.core.context.env.ContextEnvironment
 
addPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
addResourceLocation(String) - Method in class com.aspectran.core.context.config.ContextConfig
 
addResponseRule(ResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
addRule(AppendRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(AspectRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(BeanRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(EnvironmentRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(ScheduleRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(TemplateRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addRule(TransletRule) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addScheduledJobRule(ScheduledJobRule) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Adds the schedule rule.
addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addSessionListener(SessionListener) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
addSessionListener(SessionListener) - Method in interface com.aspectran.core.component.session.SessionHandler
Adds an event listener for session-related events.
addTemplateRule(TemplateRule) - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
addTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Add the template rule.
addTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addTransletRule(TransletRule) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
addTransletRule(TransletRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Add the translet rule.
addTransletRule(TransletRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
addTypeAlias(String, String) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Adds a type alias to use for simplifying complex type signatures.
addTypeAlias(String, String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
addValue(Token[]) - Method in class com.aspectran.core.context.rule.ItemRule
Adds the specified value to this List type item.
addValue(String) - Method in class com.aspectran.core.context.rule.ItemRule
Adds the specified value to this List type item.
addViolation(AspectRule, String) - Method in exception com.aspectran.core.activity.aspect.AdviceConstraintViolationException
 
advice - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
AdviceAction - Class in com.aspectran.core.activity.process.action
AdviceAction that invokes a method for Aspect Advice.
AdviceAction(InvokeActionRule, AspectAdviceRule) - Constructor for class com.aspectran.core.activity.process.action.AdviceAction
Instantiates a new AdviceAction.
AdviceActionParameters - Class in com.aspectran.core.context.rule.params
 
AdviceActionParameters() - Constructor for class com.aspectran.core.context.rule.params.AdviceActionParameters
 
AdviceActivity - Class in com.aspectran.core.activity
Activity related to advice.
AdviceActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.AdviceActivity
Instantiates a new AdviceActivity.
AdviceConstraintViolationException - Exception in com.aspectran.core.activity.aspect
Exception thrown when an Advice Constraint Violation occurs.
AdviceConstraintViolationException() - Constructor for exception com.aspectran.core.activity.aspect.AdviceConstraintViolationException
 
AdviceParameters - Class in com.aspectran.core.context.rule.params
 
AdviceParameters() - Constructor for class com.aspectran.core.context.rule.params.AdviceParameters
 
After - Annotation Type in com.aspectran.core.component.bean.annotation
 
AFTER - com.aspectran.core.context.rule.type.AspectAdviceType
 
afterAdvice - Static variable in class com.aspectran.core.context.rule.params.AdviceParameters
 
afterAdvice(List<AspectAdviceRule>, BeanRule, Activity) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
afterContextLoaded() - Method in class com.aspectran.core.service.AspectranCoreService
This method is executed immediately after the ActivityContext is loaded.
alias - Static variable in class com.aspectran.core.context.rule.params.TypeAliasParameters
 
AnnotatedAction - Class in com.aspectran.core.activity.process.action
AnnotatedMethodAction that invokes a method of the bean instance specified by the annotation.
AnnotatedAction(AnnotatedActionRule) - Constructor for class com.aspectran.core.activity.process.action.AnnotatedAction
Instantiates a new AnnotatedMethodAction.
AnnotatedActionRule - Class in com.aspectran.core.context.rule
The Class AnnotatedMethodActionRule.
AnnotatedActionRule() - Constructor for class com.aspectran.core.context.rule.AnnotatedActionRule
 
AnnotatedConfigParser - Class in com.aspectran.core.component.bean
The Class AnnotatedConfigParser.
AnnotatedConfigParser(ContextRuleAssistant, AnnotatedConfigRelater) - Constructor for class com.aspectran.core.component.bean.AnnotatedConfigParser
 
APON - com.aspectran.core.context.rule.type.AppendedFileFormatType
 
APON - com.aspectran.core.context.rule.type.TextStyleType
 
APON - com.aspectran.core.context.rule.type.TransformType
 
AponFormat - Class in com.aspectran.core.util.apon
 
AponFormat() - Constructor for class com.aspectran.core.util.apon.AponFormat
 
AponParseException - Exception in com.aspectran.core.util.apon
Base for Exceptions thrown during parsing of a APON-formatted document.
AponParseException() - Constructor for exception com.aspectran.core.util.apon.AponParseException
Simple constructor.
AponParseException(String) - Constructor for exception com.aspectran.core.util.apon.AponParseException
Constructor to create exception with a message.
AponParseException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.AponParseException
Constructor to create exception to wrap another exception and pass a message.
AponParseException(Throwable) - Constructor for exception com.aspectran.core.util.apon.AponParseException
Constructor to create exception to wrap another exception.
AponReader - Class in com.aspectran.core.util.apon
Converts a string in APON format to a Parameters object.
AponReader(Reader) - Constructor for class com.aspectran.core.util.apon.AponReader
Instantiates a new AponReader.
AponReader(String) - Constructor for class com.aspectran.core.util.apon.AponReader
Instantiates a new AponReader.
AponTransformResponse - Class in com.aspectran.core.activity.response.transform
Response to transform into APON.
AponTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.AponTransformResponse
Instantiates a new AponTransformResponse.
AponWriter - Class in com.aspectran.core.util.apon
Writes an APON object to an output source.
AponWriter() - Constructor for class com.aspectran.core.util.apon.AponWriter
Instantiates a new AponWriter.
AponWriter(File) - Constructor for class com.aspectran.core.util.apon.AponWriter
Instantiates a new AponWriter.
AponWriter(Writer) - Constructor for class com.aspectran.core.util.apon.AponWriter
Instantiates a new AponWriter.
append - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
append(char) - Method in class com.aspectran.core.util.OutputStringWriter
 
append(AspectranParameters) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
append(AspectranParameters, String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
append(CharSequence) - Method in class com.aspectran.core.util.OutputStringWriter
 
append(CharSequence, int, int) - Method in class com.aspectran.core.util.OutputStringWriter
 
append(String, boolean) - Method in class com.aspectran.core.util.ToStringBuilder
 
append(String, Class<?>) - Method in class com.aspectran.core.util.ToStringBuilder
 
append(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
 
AppendedFileFormatType - Enum in com.aspectran.core.context.rule.type
The enum AppendedFileFormatType.
appendEqual(String, Object, Object) - Method in class com.aspectran.core.util.ToStringBuilder
 
AppenderType - Enum in com.aspectran.core.context.rule.type
Supported Appender types.
appendForce(String, boolean) - Method in class com.aspectran.core.util.ToStringBuilder
 
appendForce(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
 
appendNotEqual(String, Object, Object) - Method in class com.aspectran.core.util.ToStringBuilder
 
AppendParameters - Class in com.aspectran.core.context.rule.params
 
AppendParameters() - Constructor for class com.aspectran.core.context.rule.params.AppendParameters
 
AppendRule - Class in com.aspectran.core.context.rule
Define rule for importing other rules.
AppendRule() - Constructor for class com.aspectran.core.context.rule.AppendRule
 
appendSize(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
 
APPLICATION_APON - com.aspectran.core.context.rule.type.ContentType
 
APPLICATION_JSON - com.aspectran.core.context.rule.type.ContentType
 
APPLICATION_XML - com.aspectran.core.context.rule.type.ContentType
 
ApplicationAdapter - Interface in com.aspectran.core.adapter
The Interface ApplicationAdapter.
ApplicationAdapterAware - Interface in com.aspectran.core.component.bean.aware
Interface to be implemented by any object that wishes to be notified of the ApplicationAdapter.
apply(Map<DefaultSettingType, String>) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
applyActionRule(Executable) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(Executable) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds an executable action instance.
applyActionRule(Executable) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(Executable) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(Executable) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(Executable) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(Executable) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(AnnotatedActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds the annotated method action rule.
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(AnnotatedActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(ChooseRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(ChooseRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds a list of action instances that can be executed.
applyActionRule(ChooseRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(ChooseRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(ChooseRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(ChooseRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(ChooseRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(EchoActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds the echo action rule.
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(HeaderActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds the header action rule.
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(HeaderActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(IncludeActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds the include action rule.
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.activity.process.ActionList
 
applyActionRule(InvokeActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
Adds the invoke action rule.
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyActionRule(InvokeActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyResponseRule(DispatchRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
Apply the dispatch rule to the response rule.
applyResponseRule(DispatchRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyResponseRule(DispatchRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyResponseRule(DispatchRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyResponseRule(DispatchRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyResponseRule(ForwardRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
Apply the forward rule to the response rule.
applyResponseRule(ForwardRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyResponseRule(ForwardRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyResponseRule(ForwardRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyResponseRule(ForwardRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyResponseRule(RedirectRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
Apply the redirect rule to the response rule.
applyResponseRule(RedirectRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyResponseRule(RedirectRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyResponseRule(RedirectRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyResponseRule(RedirectRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applyResponseRule(TransformRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
Apply the transform rule to the response rule.
applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.ResponseRule
 
applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
applySettings() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Apply settings.
applyTo(Translet) - Method in class com.aspectran.core.activity.request.PathVariableMap
 
applyTransletNamePattern(String) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
Returns the translet name of the prefix and suffix are combined.
applyTransletNamePattern(String) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the translet name of the prefix and suffix are combined.
applyTransletNamePattern(String) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
applyTransletNamePattern(String, boolean) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
Returns the translet name of the prefix and suffix are combined.
arguments - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
arguments - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
Around - Annotation Type in com.aspectran.core.component.bean.annotation
 
AROUND - com.aspectran.core.context.rule.type.AspectAdviceType
 
aroundAdvice - Static variable in class com.aspectran.core.context.rule.params.AdviceParameters
 
ARRAY - com.aspectran.core.context.rule.type.ItemType
 
arraylize() - Method in interface com.aspectran.core.util.apon.Parameter
Change parameter type to array type.
arraylize() - Method in class com.aspectran.core.util.apon.ParameterValue
 
ArrayParameters - Class in com.aspectran.core.util.apon
A Root Parameters to Represent an Array of Nameless Parameters.
ArrayParameters() - Constructor for class com.aspectran.core.util.apon.ArrayParameters
 
ArrayParameters(Class<? extends AbstractParameters>) - Constructor for class com.aspectran.core.util.apon.ArrayParameters
 
ArrayParameters(Class<? extends AbstractParameters>, String) - Constructor for class com.aspectran.core.util.apon.ArrayParameters
 
ArrayParameters(String) - Constructor for class com.aspectran.core.util.apon.ArrayParameters
 
ArrayStack<E> - Class in com.aspectran.core.util
This class is a clone of org.apache.commons.collections4.ArrayStack
ArrayStack() - Constructor for class com.aspectran.core.util.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class com.aspectran.core.util.ArrayStack
Constructs a new empty ArrayStack with an initial size.
aspect - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
Aspect - Annotation Type in com.aspectran.core.component.bean.annotation
 
ASPECT_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
AspectAdviceException - Exception in com.aspectran.core.activity.aspect
Thrown when an error occurs while running advice.
AspectAdviceException(String, AspectAdviceRule, Throwable) - Constructor for exception com.aspectran.core.activity.aspect.AspectAdviceException
Constructor to create exception to wrap another exception and pass a message.
AspectAdviceResult - Class in com.aspectran.core.activity.aspect
Represents the result data for the Aspect Advices.
AspectAdviceResult() - Constructor for class com.aspectran.core.activity.aspect.AspectAdviceResult
 
AspectAdviceRule - Class in com.aspectran.core.context.rule
Advices are actions taken for a particular join point.
AspectAdviceRule(AspectRule, AspectAdviceType) - Constructor for class com.aspectran.core.context.rule.AspectAdviceRule
 
AspectAdviceRulePostRegister - Class in com.aspectran.core.component.aspect
The Class AspectAdviceRulePostRegister.
AspectAdviceRulePostRegister() - Constructor for class com.aspectran.core.component.aspect.AspectAdviceRulePostRegister
 
AspectAdviceRulePreRegister - Class in com.aspectran.core.component.aspect
The Class AspectAdviceRulePreRegister.
AspectAdviceRulePreRegister(AspectRuleRegistry) - Constructor for class com.aspectran.core.component.aspect.AspectAdviceRulePreRegister
 
AspectAdviceRuleRegistry - Class in com.aspectran.core.component.aspect
The Class AspectAdviceRuleRegistry.
AspectAdviceRuleRegistry() - Constructor for class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
AspectAdviceType - Enum in com.aspectran.core.context.rule.type
Types of advice include "around," "before" and "after" advice.
AspectException - Exception in com.aspectran.core.component.aspect
This class is the basic exception that gets thrown from the aspect package.
AspectException() - Constructor for exception com.aspectran.core.component.aspect.AspectException
Creates a new AspectException without detail message.
AspectException(String) - Constructor for exception com.aspectran.core.component.aspect.AspectException
Constructs a AspectException with the specified detail message.
AspectException(String, Throwable) - Constructor for exception com.aspectran.core.component.aspect.AspectException
Constructs a AspectException with the specified error message and also the specified root cause exception.
AspectException(Throwable) - Constructor for exception com.aspectran.core.component.aspect.AspectException
Constructor to create exception to wrap another exception.
AspectParameters - Class in com.aspectran.core.context.rule.params
 
AspectParameters() - Constructor for class com.aspectran.core.context.rule.params.AspectParameters
 
aspectran - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
aspectran - Static variable in class com.aspectran.core.context.rule.params.RootParameters
 
Aspectran - Class in com.aspectran.core.util
 
AspectranActivityContext - Class in com.aspectran.core.context
The Class AspectranActivityContext.
AspectranActivityContext(ApplicationAdapter, ContextEnvironment) - Constructor for class com.aspectran.core.context.AspectranActivityContext
Instantiates a new AspectranActivityContext.
AspectranClassLoader - Class in com.aspectran.core.context.resource
Specialized aspectran class loader.
AspectranClassLoader() - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(ClassLoader) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(String) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(String[]) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(String[], ClassLoader) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(String, AspectranClassLoader) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranClassLoader(String, ClassLoader) - Constructor for class com.aspectran.core.context.resource.AspectranClassLoader
 
AspectranConfig - Class in com.aspectran.core.context.config
 
AspectranConfig() - Constructor for class com.aspectran.core.context.config.AspectranConfig
 
AspectranConfig(VariableParameters) - Constructor for class com.aspectran.core.context.config.AspectranConfig
 
AspectranConfig(File) - Constructor for class com.aspectran.core.context.config.AspectranConfig
 
AspectranConfig(Reader) - Constructor for class com.aspectran.core.context.config.AspectranConfig
 
AspectranConfig(String) - Constructor for class com.aspectran.core.context.config.AspectranConfig
 
AspectranCoreService - Class in com.aspectran.core.service
The Class AspectranCoreService.
AspectranCoreService() - Constructor for class com.aspectran.core.service.AspectranCoreService
Instantiates a new AspectranCoreService.
AspectranCoreService(CoreService) - Constructor for class com.aspectran.core.service.AspectranCoreService
 
AspectranDtdResolver - Class in com.aspectran.core.context.rule.parser.xml
Offline entity resolver for the Aspectran DTDs.
AspectranDtdResolver() - Constructor for class com.aspectran.core.context.rule.parser.xml.AspectranDtdResolver
 
AspectranDtdResolver(boolean) - Constructor for class com.aspectran.core.context.rule.parser.xml.AspectranDtdResolver
 
AspectranNodeParser - Class in com.aspectran.core.context.rule.parser.xml
The Class AspectranNodeParser.
AspectranNodeParser(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.parser.xml.AspectranNodeParser
Instantiates a new AspectranNodeParser.
AspectranNodeParser(ContextRuleAssistant, boolean, boolean) - Constructor for class com.aspectran.core.context.rule.parser.xml.AspectranNodeParser
Instantiates a new AspectranNodeParser.
AspectranParameters - Class in com.aspectran.core.context.rule.params
 
AspectranParameters() - Constructor for class com.aspectran.core.context.rule.params.AspectranParameters
 
AspectranServiceException - Exception in com.aspectran.core.service
The Class AspectranServiceException.
AspectranServiceException() - Constructor for exception com.aspectran.core.service.AspectranServiceException
Simple constructor
AspectranServiceException(String) - Constructor for exception com.aspectran.core.service.AspectranServiceException
Constructor to create exception with a message.
AspectranServiceException(String, Throwable) - Constructor for exception com.aspectran.core.service.AspectranServiceException
Constructor to create exception to wrap another exception and pass a message.
AspectranServiceException(Throwable) - Constructor for exception com.aspectran.core.service.AspectranServiceException
Constructor to create exception to wrap another exception.
AspectRule - Class in com.aspectran.core.context.rule
An aspect is a class that implements enterprise application concerns that cut across multiple classes, such as transaction management.
AspectRule() - Constructor for class com.aspectran.core.context.rule.AspectRule
 
AspectRuleRegistry - Class in com.aspectran.core.component.aspect
The Class AspectRuleRegistry.
AspectRuleRegistry() - Constructor for class com.aspectran.core.component.aspect.AspectRuleRegistry
 
asRules(AspectranParameters) - Method in class com.aspectran.core.context.rule.converter.ParametersToRules
 
asRules(RootParameters) - Method in class com.aspectran.core.context.rule.converter.ParametersToRules
 
Assert - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.Assert
Assert() - Constructor for class com.aspectran.core.util.Assert
 
AssistantLocal - Class in com.aspectran.core.context.rule.assistant
The Class AssistantLocal.
AssistantLocal(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.assistant.AssistantLocal
 
Attribute - Annotation Type in com.aspectran.core.component.bean.annotation
 
ATTRIBUTE - com.aspectran.core.context.rule.type.TokenType
 
ATTRIBUTE_SYMBOL - Static variable in class com.aspectran.core.context.expr.token.Token
 
attributeAdded(Session, String, Object) - Method in interface com.aspectran.core.component.session.SessionListener
Receives notification that an attribute has been added to a session.
attributeRemoved(Session, String, Object) - Method in interface com.aspectran.core.component.session.SessionListener
Receives notification that an attribute has been removed from a session.
attributes - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
attributes - Static variable in class com.aspectran.core.context.rule.params.ForwardParameters
 
attributes - Static variable in class com.aspectran.core.context.rule.params.RequestParameters
 
attributes - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.Forward
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.Request
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToDelete
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToGet
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPatch
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPost
 
attributes() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPut
 
attributeUpdated(Session, String, Object, Object) - Method in interface com.aspectran.core.component.session.SessionListener
Receives notification that an attribute has been replaced in a session.
AutoReloadType - Enum in com.aspectran.core.context.rule.type
Supported Auto reload types.
AUTOWIRE_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
Autowired - Annotation Type in com.aspectran.core.component.bean.annotation
Marks a constructor, field, setter method as to be autowired by Aspectran's dependency injection facilities.
AutowireRule - Class in com.aspectran.core.context.rule
The Class AutowireRule.
AutowireRule() - Constructor for class com.aspectran.core.context.rule.AutowireRule
 
AutowireTargetType - Enum in com.aspectran.core.context.rule.type
Supported Autowire target types.
AvoidAdvice - Annotation Type in com.aspectran.core.component.bean.annotation
 
Aware - Interface in com.aspectran.core.component.bean.aware
Marker superinterface indicating that a bean is eligible to be notified.

B

backupAssistantLocal() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Backup the assistant local.
BASE_PATH_PROPERTY_NAME - Static variable in class com.aspectran.core.context.config.AspectranConfig
 
BasePathFactoryBean - Class in com.aspectran.core.support
BasePathFactoryBean that returns the base path where the root application is running.
BasePathFactoryBean() - Constructor for class com.aspectran.core.support.BasePathFactoryBean
 
bean - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.AdviceParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.EntryParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.PointcutQualifierParameters
 
bean - Static variable in class com.aspectran.core.context.rule.params.SchedulerParameters
 
Bean - Annotation Type in com.aspectran.core.component.bean.annotation
 
BEAN - com.aspectran.core.context.rule.type.ItemValueType
 
BEAN - com.aspectran.core.context.rule.type.TokenType
 
BEAN_METHOD_ACTION_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
BEAN_PROXIFIER - com.aspectran.core.context.rule.type.DefaultSettingType
 
BEAN_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
BEAN_SYMBOL - Static variable in class com.aspectran.core.context.expr.token.Token
 
BeanClassScanFailedException - Exception in com.aspectran.core.component.bean.scan
The Class BeanClassScanFailedException.
BeanClassScanFailedException() - Constructor for exception com.aspectran.core.component.bean.scan.BeanClassScanFailedException
Simple constructor.
BeanClassScanFailedException(String) - Constructor for exception com.aspectran.core.component.bean.scan.BeanClassScanFailedException
Constructor to create exception with a message.
BeanClassScanFailedException(String, Throwable) - Constructor for exception com.aspectran.core.component.bean.scan.BeanClassScanFailedException
Constructor to create exception to wrap another exception and pass a message.
BeanClassScanFailedException(Throwable) - Constructor for exception com.aspectran.core.component.bean.scan.BeanClassScanFailedException
Constructor to create exception to wrap another exception.
BeanClassScanFilter - Interface in com.aspectran.core.component.bean.scan
The Interface BeanClassScanFilter.
BeanClassScanner - Class in com.aspectran.core.component.bean.scan
The Class BeanClassScanner.
BeanClassScanner(ClassLoader) - Constructor for class com.aspectran.core.component.bean.scan.BeanClassScanner
 
BeanCreationException - Exception in com.aspectran.core.component.bean
The Class BeanCreationException.
BeanCreationException(BeanRule) - Constructor for exception com.aspectran.core.component.bean.BeanCreationException
Instantiates a new BeanCreationException.
BeanCreationException(BeanRule, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanCreationException
Instantiates a new BeanCreationException.
BeanCreationException(String, BeanRule) - Constructor for exception com.aspectran.core.component.bean.BeanCreationException
Instantiates a new BeanCreationException.
BeanCreationException(String, BeanRule, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanCreationException
Instantiates a new BeanCreationException.
BeanDescriptor - Class in com.aspectran.core.util
This class represents a cached set of bean property information that allows for easy mapping between property names and getter/setter methods.
BeanException - Exception in com.aspectran.core.component.bean
This class is the basic exception that gets thrown from the bean package.
BeanException() - Constructor for exception com.aspectran.core.component.bean.BeanException
Creates a new BeanException without detail message.
BeanException(String) - Constructor for exception com.aspectran.core.component.bean.BeanException
Constructs a BeanException with the specified detail message.
BeanException(String, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanException
Constructs a BeanException with the specified error message and also the specified root cause exception.
BeanException(Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanException
Constructor to create exception to wrap another exception.
BeanInstance - Class in com.aspectran.core.component.bean
Contains an object of the instantiated bean.
BeanInstance(Object) - Constructor for class com.aspectran.core.component.bean.BeanInstance
 
BeanInstantiationException - Exception in com.aspectran.core.component.bean
Exception thrown when instantiation of a bean failed.
BeanInstantiationException(Class<?>, String) - Constructor for exception com.aspectran.core.component.bean.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class<?>, String, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanInstantiationException
Create a new BeanInstantiationException.
BeanInstantiationException(Class<?>, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanInstantiationException
Create a new BeanInstantiationException.
BeanParameters - Class in com.aspectran.core.context.rule.params
 
BeanParameters() - Constructor for class com.aspectran.core.context.rule.params.BeanParameters
 
BeanProxifierType - Enum in com.aspectran.core.context.rule.type
Supported Bean proxifier types.
BeanReferenceable - Interface in com.aspectran.core.context.rule.ability
The Interface BeanReferenceable.
BeanReferenceException - Exception in com.aspectran.core.context.rule.assistant
This exception will be thrown when cannot resolve reference to bean.
BeanReferenceException() - Constructor for exception com.aspectran.core.context.rule.assistant.BeanReferenceException
Simple constructor.
BeanReferenceException(Collection<Object>) - Constructor for exception com.aspectran.core.context.rule.assistant.BeanReferenceException
Constructor to create exception with a message.
BeanReferenceInspector - Class in com.aspectran.core.context.rule.assistant
The Class BeanReferenceInspector.
BeanReferenceInspector() - Constructor for class com.aspectran.core.context.rule.assistant.BeanReferenceInspector
 
BeanRefererType - Enum in com.aspectran.core.context.rule.type
Supported Bean referer types.
BeanRegistry - Interface in com.aspectran.core.component.bean
The Interface BeanRegistry.
BeanRule - Class in com.aspectran.core.context.rule
The Class BeanRule.
BeanRule() - Constructor for class com.aspectran.core.context.rule.BeanRule
 
BeanRuleAnalyzer - Class in com.aspectran.core.component.bean
The Class BeanRuleAnalyzer.
BeanRuleAnalyzer() - Constructor for class com.aspectran.core.component.bean.BeanRuleAnalyzer
 
BeanRuleException - Exception in com.aspectran.core.component.bean
The Class BeanRuleException.
BeanRuleException(BeanRule) - Constructor for exception com.aspectran.core.component.bean.BeanRuleException
Instantiates a new BeanRuleException.
BeanRuleException(BeanRule, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanRuleException
Instantiates a new BeanRuleException.
BeanRuleException(String, BeanRule) - Constructor for exception com.aspectran.core.component.bean.BeanRuleException
Instantiates a new BeanRuleException.
BeanRuleException(String, BeanRule, Throwable) - Constructor for exception com.aspectran.core.component.bean.BeanRuleException
Instantiates a new BeanRuleException.
BeanRuleRegistry - Class in com.aspectran.core.component.bean
The Class BeanRuleRegistry.
BeanRuleRegistry(ClassLoader) - Constructor for class com.aspectran.core.component.bean.BeanRuleRegistry
 
BeanUtils - Class in com.aspectran.core.util
BeanUtils provides methods that allow simple, reflective access to JavaBeans style properties.
BeanUtils() - Constructor for class com.aspectran.core.util.BeanUtils
 
Before - Annotation Type in com.aspectran.core.component.bean.annotation
 
BEFORE - com.aspectran.core.context.rule.type.AspectAdviceType
 
beforeAdvice - Static variable in class com.aspectran.core.context.rule.params.AdviceParameters
 
beforeAdvice(List<AspectAdviceRule>, BeanRule, Activity) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
beforeContextDestroy() - Method in class com.aspectran.core.service.AspectranCoreService
This method executed just before the ActivityContext is destroyed.
BEGIN_ARRAY - com.aspectran.core.util.json.JsonToken
The opening of a JSON array.
BEGIN_OBJECT - com.aspectran.core.util.json.JsonToken
The opening of a JSON object.
beginArray() - Method in class com.aspectran.core.util.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in class com.aspectran.core.util.json.JsonWriter
Begins encoding a new array.
beginInvalidate() - Method in class com.aspectran.core.component.session.DefaultSession
 
beginObject() - Method in class com.aspectran.core.util.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in class com.aspectran.core.util.json.JsonWriter
Begins encoding a new object.
bindValue(String, Object) - Method in class com.aspectran.core.component.session.DefaultSession
BOOLEAN - com.aspectran.core.context.rule.type.ItemValueType
 
BOOLEAN - com.aspectran.core.util.apon.ValueType
 
BOOLEAN - com.aspectran.core.util.json.JsonToken
A JSON true or false.
BooleanExpression - Class in com.aspectran.core.context.expr
It supports expressions in the CHOOSE-WHEN statement, and evaluates the expression as a boolean result.
BooleanExpression(Activity) - Constructor for class com.aspectran.core.context.expr.BooleanExpression
 
BooleanUtils - Class in com.aspectran.core.util
Miscellaneous Boolean utility methods.
BooleanUtils() - Constructor for class com.aspectran.core.util.BooleanUtils
 
BRACKET_CLOSE - Static variable in class com.aspectran.core.context.expr.token.Token
 
BRACKET_OPEN - Static variable in class com.aspectran.core.context.expr.token.Token
 
build() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
build() - Method in class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
build(AspectranParameters) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
build(AspectranParameters) - Method in class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
build(String) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
build(String) - Method in class com.aspectran.core.context.builder.HybridActivityContextBuilder
 

C

calcAndSetExpiry() - Method in class com.aspectran.core.component.session.SessionData
 
calcAndSetExpiry(long) - Method in class com.aspectran.core.component.session.SessionData
 
calcExpiry() - Method in class com.aspectran.core.component.session.SessionData
 
calcExpiry(long) - Method in class com.aspectran.core.component.session.SessionData
 
calculateShift(int, int) - Static method in class com.aspectran.core.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
CALLBACK_PARAM_NAME - Static variable in class com.aspectran.core.activity.response.transform.JsonTransformResponse
 
cancel() - Method in class com.aspectran.core.component.session.DefaultSession.SessionInactivityTimer
 
cancel() - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimer
 
cancel() - Method in interface com.aspectran.core.util.thread.Scheduler.Task
 
cancel() - Method in class com.aspectran.core.util.timer.CyclicTimeout
Cancels this CyclicTimeout so that it won't expire.
CGLIB - com.aspectran.core.context.rule.type.BeanProxifierType
 
CglibDynamicProxyBean - Class in com.aspectran.core.component.bean.proxy
Create an instance of the dynamic proxy bean using CGLIB.
CHARACTER_ENCODING_SETTING_NAME - Static variable in class com.aspectran.core.context.rule.RequestRule
 
checkAlreadyInitialized() - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
checkExpiration(Set<String>) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
checkExpiration(Set<String>) - Method in interface com.aspectran.core.component.session.SessionCache
Check a list of session ids that belong to potentially expired sessions.
checkInactiveSession(DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Check a session for being inactive and thus being able to be evicted, if eviction is enabled.
checkInactiveSession(DefaultSession) - Method in interface com.aspectran.core.component.session.SessionCache
Check a Session to see if it might be appropriate to evict or expire.
checkLocked() - Method in class com.aspectran.core.component.session.DefaultSession
 
checkResourceLocations(String[], String) - Static method in class com.aspectran.core.context.resource.AspectranClassLoader
 
checkValidForRead() - Method in class com.aspectran.core.component.session.DefaultSession
Check that the session data can be read.
checkValidForWrite() - Method in class com.aspectran.core.component.session.DefaultSession
Check that the session can be modified.
CHOOSE - com.aspectran.core.context.rule.type.ActionType
 
ChooseAction - Class in com.aspectran.core.activity.process.action
Created: 2019-07-13
ChooseAction(ChooseRule) - Constructor for class com.aspectran.core.activity.process.action.ChooseAction
 
ChooseRule - Class in com.aspectran.core.context.rule
Created: 2019-01-06
ChooseRule() - Constructor for class com.aspectran.core.context.rule.ChooseRule
 
ChooseWhenParameters - Class in com.aspectran.core.context.rule.params
 
ChooseWhenParameters() - Constructor for class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
ChooseWhenRule - Class in com.aspectran.core.context.rule
Created: 2019-01-06
ChooseWhenRule() - Constructor for class com.aspectran.core.context.rule.ChooseWhenRule
 
CLASS - com.aspectran.core.context.rule.type.TokenDirectiveType
 
CLASS_DIRECTIVE_PREFIX - Static variable in class com.aspectran.core.context.rule.BeanRule
 
CLASS_FILE_SUFFIX - Static variable in class com.aspectran.core.util.ClassUtils
The ".class" file suffix
ClassLoaderAware - Interface in com.aspectran.core.component.bean.aware
The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.
className - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
classNameToResourceName(String) - Static method in class com.aspectran.core.context.resource.AspectranClassLoader
 
CLASSPATH - com.aspectran.core.context.rule.type.TokenDirectiveType
 
CLASSPATH_URL_PREFIX - Static variable in class com.aspectran.core.util.ResourceUtils
 
ClassScanner - Class in com.aspectran.core.util
The Class ClassScanner.
ClassScanner(ClassLoader) - Constructor for class com.aspectran.core.util.ClassScanner
 
ClassScanner.SaveHandler - Interface in com.aspectran.core.util
 
ClassUtils - Class in com.aspectran.core.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class com.aspectran.core.util.ClassUtils
 
clear() - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
clear() - Method in class com.aspectran.core.component.aspect.pointcut.RegexpPointcut
 
clear() - Method in class com.aspectran.core.component.aspect.pointcut.WildcardPointcut
 
clear() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
clear() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
clear() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
clearAllAttributes() - Method in class com.aspectran.core.component.session.SessionData
Removes all attributes.
clearCache() - Static method in class com.aspectran.core.util.BeanDescriptor
Clear the ClassDescriptor cache.
clearCache() - Static method in class com.aspectran.core.util.MethodUtils
Clear the method cache.
clearCurrentRuleAppender() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Removes the last rule appender after rule parsing is complete.
clearDerivedService() - Method in class com.aspectran.core.service.AbstractServiceController
 
clearObjectStack() - Method in class com.aspectran.core.util.nodelet.NodeletParser
Clear object stack.
clearRaisedException() - Method in class com.aspectran.core.activity.AbstractActivity
 
clearRaisedException() - Method in interface com.aspectran.core.activity.Activity
Clears the exception that occurred during activity processing.
clearSessionListeners() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
clearSessionListeners() - Method in interface com.aspectran.core.component.session.SessionHandler
Removes all event listeners for session-related events.
clearValue() - Method in interface com.aspectran.core.util.apon.Parameter
Clears the parameter value.
clearValue() - Method in class com.aspectran.core.util.apon.ParameterValue
 
clearValue(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
clearValue(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
 
clearValue(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
clearValue(String) - Method in interface com.aspectran.core.util.apon.Parameters
 
clone() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
clone() - Method in class com.aspectran.core.util.LinkedMultiValueMap
Create a regular copy of this Map.
clone() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
close() - Method in class com.aspectran.core.util.apon.AponReader
 
close() - Method in class com.aspectran.core.util.apon.AponWriter
 
close() - Method in class com.aspectran.core.util.json.JsonReader
Closes this JSON reader and the underlying Reader.
close() - Method in class com.aspectran.core.util.json.JsonWriter
 
close() - Method in class com.aspectran.core.util.OutputStringWriter
 
close() - Method in class com.aspectran.core.util.thread.Locker.Lock
 
com.aspectran - package com.aspectran
Provides core interfaces and classes for the Aspectran infrastructure.
com.aspectran.core - package com.aspectran.core
This package contains the Aspectran core implementation and is the basis for other sub-implementations.
com.aspectran.core.activity - package com.aspectran.core.activity
A package for handling an activity that perform requests, business logic, and responses.
com.aspectran.core.activity.aspect - package com.aspectran.core.activity.aspect
 
com.aspectran.core.activity.process - package com.aspectran.core.activity.process
 
com.aspectran.core.activity.process.action - package com.aspectran.core.activity.process.action
 
com.aspectran.core.activity.process.result - package com.aspectran.core.activity.process.result
 
com.aspectran.core.activity.request - package com.aspectran.core.activity.request
 
com.aspectran.core.activity.response - package com.aspectran.core.activity.response
 
com.aspectran.core.activity.response.dispatch - package com.aspectran.core.activity.response.dispatch
 
com.aspectran.core.activity.response.transform - package com.aspectran.core.activity.response.transform
 
com.aspectran.core.activity.response.transform.apon - package com.aspectran.core.activity.response.transform.apon
 
com.aspectran.core.activity.response.transform.json - package com.aspectran.core.activity.response.transform.json
 
com.aspectran.core.activity.response.transform.xml - package com.aspectran.core.activity.response.transform.xml
 
com.aspectran.core.adapter - package com.aspectran.core.adapter
A package for providing adapters for integration with a core activity.
com.aspectran.core.component - package com.aspectran.core.component
Contains the core components of Aspectran.
com.aspectran.core.component.aspect - package com.aspectran.core.component.aspect
 
com.aspectran.core.component.aspect.pointcut - package com.aspectran.core.component.aspect.pointcut
 
com.aspectran.core.component.bean - package com.aspectran.core.component.bean
 
com.aspectran.core.component.bean.ablility - package com.aspectran.core.component.bean.ablility
 
com.aspectran.core.component.bean.annotation - package com.aspectran.core.component.bean.annotation
 
com.aspectran.core.component.bean.aware - package com.aspectran.core.component.bean.aware
 
com.aspectran.core.component.bean.proxy - package com.aspectran.core.component.bean.proxy
 
com.aspectran.core.component.bean.scan - package com.aspectran.core.component.bean.scan
 
com.aspectran.core.component.bean.scope - package com.aspectran.core.component.bean.scope
 
com.aspectran.core.component.schedule - package com.aspectran.core.component.schedule
 
com.aspectran.core.component.session - package com.aspectran.core.component.session
Session Management Implementations
com.aspectran.core.component.template - package com.aspectran.core.component.template
 
com.aspectran.core.component.template.engine - package com.aspectran.core.component.template.engine
 
com.aspectran.core.component.translet - package com.aspectran.core.component.translet
 
com.aspectran.core.component.translet.scan - package com.aspectran.core.component.translet.scan
 
com.aspectran.core.context - package com.aspectran.core.context
A Package for providing core components and configuring an execution environment.
com.aspectran.core.context.builder - package com.aspectran.core.context.builder
 
com.aspectran.core.context.builder.reload - package com.aspectran.core.context.builder.reload
 
com.aspectran.core.context.config - package com.aspectran.core.context.config
 
com.aspectran.core.context.env - package com.aspectran.core.context.env
 
com.aspectran.core.context.expr - package com.aspectran.core.context.expr
 
com.aspectran.core.context.expr.ognl - package com.aspectran.core.context.expr.ognl
 
com.aspectran.core.context.expr.token - package com.aspectran.core.context.expr.token
 
com.aspectran.core.context.resource - package com.aspectran.core.context.resource
 
com.aspectran.core.context.rule - package com.aspectran.core.context.rule
 
com.aspectran.core.context.rule.ability - package com.aspectran.core.context.rule.ability
 
com.aspectran.core.context.rule.appender - package com.aspectran.core.context.rule.appender
 
com.aspectran.core.context.rule.assistant - package com.aspectran.core.context.rule.assistant
 
com.aspectran.core.context.rule.converter - package com.aspectran.core.context.rule.converter
 
com.aspectran.core.context.rule.params - package com.aspectran.core.context.rule.params
 
com.aspectran.core.context.rule.parser - package com.aspectran.core.context.rule.parser
 
com.aspectran.core.context.rule.parser.xml - package com.aspectran.core.context.rule.parser.xml
 
com.aspectran.core.context.rule.type - package com.aspectran.core.context.rule.type
 
com.aspectran.core.lang - package com.aspectran.core.lang
This class is a clone of org.springframework.lang.package-info
com.aspectran.core.service - package com.aspectran.core.service
A Package for providing core components and configuring an execution environment.
com.aspectran.core.support - package com.aspectran.core.support
 
com.aspectran.core.support.i18n.locale - package com.aspectran.core.support.i18n.locale
 
com.aspectran.core.support.i18n.message - package com.aspectran.core.support.i18n.message
 
com.aspectran.core.util - package com.aspectran.core.util
 
com.aspectran.core.util.apon - package com.aspectran.core.util.apon
 
com.aspectran.core.util.json - package com.aspectran.core.util.json
 
com.aspectran.core.util.lifecycle - package com.aspectran.core.util.lifecycle
 
com.aspectran.core.util.logging - package com.aspectran.core.util.logging
Base package for logging.
com.aspectran.core.util.logging.commons - package com.aspectran.core.util.logging.commons
Logger using Commons Logging feature.
com.aspectran.core.util.logging.jdk14 - package com.aspectran.core.util.logging.jdk14
Logger using JDK logging feature.
com.aspectran.core.util.logging.log4j - package com.aspectran.core.util.logging.log4j
Logger using Log4J feature.
com.aspectran.core.util.logging.log4j2 - package com.aspectran.core.util.logging.log4j2
Logger using Log4J 2 feature.
com.aspectran.core.util.logging.nologging - package com.aspectran.core.util.logging.nologging
Logger for no operation.
com.aspectran.core.util.logging.slf4j - package com.aspectran.core.util.logging.slf4j
Logger using standard out.
com.aspectran.core.util.logging.stdout - package com.aspectran.core.util.logging.stdout
Logger using SLF4J feature.
com.aspectran.core.util.nodelet - package com.aspectran.core.util.nodelet
 
com.aspectran.core.util.security - package com.aspectran.core.util.security
 
com.aspectran.core.util.statistic - package com.aspectran.core.util.statistic
 
com.aspectran.core.util.thread - package com.aspectran.core.util.thread
 
com.aspectran.core.util.timer - package com.aspectran.core.util.timer
 
com.aspectran.core.util.wildcard - package com.aspectran.core.util.wildcard
 
com.aspectran.scheduler - package com.aspectran.scheduler
Aspectran Scheduler provides low-level job scheduling capabilities.
com.aspectran.scheduler.activity - package com.aspectran.scheduler.activity
Contains a variant of the activity interface for Aspectran Scheduler.
com.aspectran.scheduler.adapter - package com.aspectran.scheduler.adapter
Contains a variant of the adapter interface for Aspectran Scheduler.
com.aspectran.scheduler.service - package com.aspectran.scheduler.service
Contains a variant of the service interface for Aspectran Scheduler.
com.aspectran.scheduler.support - package com.aspectran.scheduler.support
A package to support external modules for Aspectran Scheduler.
combinePattern(String, String, String, String) - Static method in class com.aspectran.core.context.rule.PointcutPatternRule
 
comment(String) - Method in class com.aspectran.core.util.apon.AponWriter
Writes a comment to the character-output stream.
COMMENT_LINE_START - Static variable in class com.aspectran.core.util.apon.AponFormat
 
commit(Activity) - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.ForwardResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.RedirectResponse
 
commit(Activity) - Method in interface com.aspectran.core.activity.response.Response
The result of the activity is processed into a specific response form and then sent to the client.
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.AponTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.CustomTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.JsonTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.NoneTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.TextTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.XmlTransformResponse
 
commit(Activity) - Method in class com.aspectran.core.activity.response.transform.XslTransformResponse
 
compact(String) - Static method in class com.aspectran.core.util.TextStyler
 
COMPACT - com.aspectran.core.context.rule.type.TextStyleType
 
compile(String) - Static method in class com.aspectran.core.util.wildcard.WildcardPattern
 
compile(String[]) - Static method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
compile(String[], char) - Static method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
compile(String, char) - Static method in class com.aspectran.core.util.wildcard.WildcardPattern
 
complete() - Method in class com.aspectran.core.component.session.DefaultSession
 
complete() - Method in interface com.aspectran.core.component.session.Session
Called when a session is last accessed by a request.
complete() - Method in class com.aspectran.core.component.session.SessionAgent
Called when a session is last accessed by an Activity.
Component - Interface in com.aspectran.core.component
The interface for the lifecycle of the component.
Component - Annotation Type in com.aspectran.core.component.bean.annotation
Indicates this is class is an auto scan component.
compress(String) - Static method in class com.aspectran.core.util.TextStyler
 
COMPRESSED - com.aspectran.core.context.rule.type.TextStyleType
 
ConcurrentReferenceHashMap<K,​V> - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.ConcurrentReferenceHashMap
ConcurrentReferenceHashMap() - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,​V> - Class in com.aspectran.core.util
A single map entry.
ConcurrentReferenceHashMap.Reference<K,​V> - Interface in com.aspectran.core.util
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - Class in com.aspectran.core.util
Strategy class used to manage References.
ConcurrentReferenceHashMap.ReferenceType - Enum in com.aspectran.core.util
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - Enum in com.aspectran.core.util
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - Class in com.aspectran.core.util
A single segment used to divide the map to allow better concurrent performance.
CONSTRUCTOR - com.aspectran.core.context.rule.type.AutowireTargetType
 
contains(String) - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
contains(String) - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
contains(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
contains(String) - Method in interface com.aspectran.core.component.session.SessionCache
Check to see if a Session is in the cache.
contains(String) - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
contains(String) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
contains(String, MethodType) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
containsBean(Class<?>) - Method in class com.aspectran.core.activity.AbstractActivity
 
containsBean(Class<?>) - Method in interface com.aspectran.core.activity.Activity
Returns whether a bean with the specified object type is present.
containsBean(Class<?>) - Method in class com.aspectran.core.activity.CoreTranslet
 
containsBean(Class<?>) - Method in interface com.aspectran.core.activity.Translet
Return whether a bean with the specified object type is present.
containsBean(Class<?>) - Method in interface com.aspectran.core.component.bean.BeanRegistry
Return whether a bean with the specified object type is present.
containsBean(Class<?>) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
containsBean(Class<?>, String) - Method in class com.aspectran.core.activity.AbstractActivity
 
containsBean(Class<?>, String) - Method in interface com.aspectran.core.activity.Activity
Returns whether the bean corresponding to the specified object type and ID exists.
containsBean(Class<?>, String) - Method in class com.aspectran.core.activity.CoreTranslet
 
containsBean(Class<?>, String) - Method in interface com.aspectran.core.activity.Translet
 
containsBean(Class<?>, String) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
containsBean(Class<?>, String) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
containsBean(String) - Method in class com.aspectran.core.activity.AbstractActivity
 
containsBean(String) - Method in interface com.aspectran.core.activity.Activity
Returns whether a bean with the specified id is present.
containsBean(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
containsBean(String) - Method in interface com.aspectran.core.activity.Translet
Return whether a bean with the specified id is present.
containsBean(String) - Method in interface com.aspectran.core.component.bean.BeanRegistry
Return whether a bean with the specified id is present.
containsBean(String) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
containsBeanRule(BeanRule) - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
containsBeanRule(BeanRule) - Method in interface com.aspectran.core.component.bean.scope.Scope
 
containsBeanRule(Class<?>) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
containsBeanRule(String) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
containsHeader(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns a boolean indicating whether the named response header has already been set.
containsKey(Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
containsKey(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
containsKey(String) - Method in class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly.
containsTo(MethodType[]) - Method in enum com.aspectran.core.context.rule.type.MethodType
 
containsToken(Token) - Method in class com.aspectran.core.context.rule.ItemRule
 
containsValue(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
containsValue(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
containsWhitespace(CharSequence) - Static method in class com.aspectran.core.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
Check whether the given String contains any whitespace characters.
content - Static variable in class com.aspectran.core.context.rule.params.ContentsParameters
 
content - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
content - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
ContentList - Class in com.aspectran.core.activity.process
The set of Content is called Contents or ContentList.
ContentList(boolean) - Constructor for class com.aspectran.core.activity.process.ContentList
 
ContentList(ContentList) - Constructor for class com.aspectran.core.activity.process.ContentList
 
ContentParameters - Class in com.aspectran.core.context.rule.params
 
ContentParameters() - Constructor for class com.aspectran.core.context.rule.params.ContentParameters
 
ContentResult - Class in com.aspectran.core.activity.process.result
The Class ContentResult.
ContentResult(ProcessResult) - Constructor for class com.aspectran.core.activity.process.result.ContentResult
 
ContentResult(ProcessResult, int) - Constructor for class com.aspectran.core.activity.process.result.ContentResult
 
contents - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
ContentsInputSource - Class in com.aspectran.core.activity.response.transform.xml
The Class ContentsInputSource.
ContentsInputSource(Object) - Constructor for class com.aspectran.core.activity.response.transform.xml.ContentsInputSource
Instantiates a new ContentsInputSource.
ContentsJsonWriter - Class in com.aspectran.core.activity.response.transform.json
Converts a ProcessResult object to a JSON formatted string.
ContentsJsonWriter(Writer) - Constructor for class com.aspectran.core.activity.response.transform.json.ContentsJsonWriter
Instantiates a new ContentsJsonWriter.
ContentsParameters - Class in com.aspectran.core.context.rule.params
 
ContentsParameters() - Constructor for class com.aspectran.core.context.rule.params.ContentsParameters
 
ContentsToAponConverter - Class in com.aspectran.core.activity.response.transform.apon
Converts a ProcessResult object to an APON object.
ContentsToAponConverter() - Constructor for class com.aspectran.core.activity.response.transform.apon.ContentsToAponConverter
 
ContentsXMLReader - Class in com.aspectran.core.activity.response.transform.xml
Converts a ProcessResult object to a XML string.
ContentsXMLReader() - Constructor for class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
Instantiates a new ContentsXMLReader.
contentType - Static variable in class com.aspectran.core.context.rule.params.DispatchParameters
 
contentType - Static variable in class com.aspectran.core.context.rule.params.ForwardParameters
 
contentType - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
contentType - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
contentType() - Method in annotation type com.aspectran.core.component.bean.annotation.Dispatch
 
contentType() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
ContentType - Enum in com.aspectran.core.context.rule.type
Supported Content types.
ContextAutoReloadConfig - Class in com.aspectran.core.context.config
 
ContextAutoReloadConfig() - Constructor for class com.aspectran.core.context.config.ContextAutoReloadConfig
 
ContextConfig - Class in com.aspectran.core.context.config
 
ContextConfig() - Constructor for class com.aspectran.core.context.config.ContextConfig
 
ContextEnvironment - Class in com.aspectran.core.context.env
The Environment for ActivityContext.
ContextEnvironment() - Constructor for class com.aspectran.core.context.env.ContextEnvironment
 
ContextProfilesConfig - Class in com.aspectran.core.context.config
 
ContextProfilesConfig() - Constructor for class com.aspectran.core.context.config.ContextProfilesConfig
 
ContextRuleAssistant - Class in com.aspectran.core.context.rule.assistant
The Class ContextRuleAssistant.
ContextRuleAssistant() - Constructor for class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
ContextRuleAssistant(ApplicationAdapter, ContextEnvironment) - Constructor for class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
ContextualBeanRegistry - Class in com.aspectran.core.component.bean
The Class ContextualBeanRegistry.
ContextualBeanRegistry(ActivityContext, BeanRuleRegistry, BeanProxifierType) - Constructor for class com.aspectran.core.component.bean.ContextualBeanRegistry
 
ContextualTemplateRenderer - Class in com.aspectran.core.component.template
The Class ContextualTemplateRenderer.
ContextualTemplateRenderer(ActivityContext, TemplateRuleRegistry) - Constructor for class com.aspectran.core.component.template.ContextualTemplateRenderer
Instantiates a new context template renderer.
convertKey(String) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertToHumanFriendlyByteSize(long) - Static method in class com.aspectran.core.util.StringUtils
Convert byte size into human friendly format.
convertToMachineFriendlyByteSize(String) - Static method in class com.aspectran.core.util.StringUtils
Convert byte size into machine friendly format.
copyDirectory(File, File) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a whole directory to a new location preserving the file dates.
copyDirectory(File, File, boolean) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a whole directory to a new location.
copyDirectory(File, File, FileFilter) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a filtered directory to a new location preserving the file dates.
copyDirectory(File, File, FileFilter, boolean) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a filtered directory to a new location.
copyFile(File, File) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a file to a new location preserving the file date.
copyFile(File, File, boolean) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a file to a new location.
copyFile(File, OutputStream) - Static method in class com.aspectran.core.util.FileCopyUtils
Copy bytes from a File to an OutputStream.
copyFileToDirectory(File, File) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a file to a directory preserving the file date.
copyFileToDirectory(File, File, boolean) - Static method in class com.aspectran.core.util.FileCopyUtils
Copies a file to a directory optionally preserving the file date.
CoreActivity - Class in com.aspectran.core.activity
Core activity that handles all external requests.
CoreActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.CoreActivity
Instantiates a new CoreActivity.
CoreService - Interface in com.aspectran.core.service
The Interface CoreService.
CoreTranslet - Class in com.aspectran.core.activity
The Class CoreTranslet.
CoreTranslet(TransletRule, CoreActivity) - Constructor for class com.aspectran.core.activity.CoreTranslet
Instantiates a new CoreTranslet.
count - Variable in class com.aspectran.core.util.statistic.SampleStatistic
 
CounterStatistic - Class in com.aspectran.core.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class com.aspectran.core.util.statistic.CounterStatistic
 
create(TransformRule) - Static method in class com.aspectran.core.activity.response.transform.TransformResponseFactory
Creates a new Transform object with specified TransformRule.
createActivityContext(ContextRuleAssistant) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
Returns a new instance of ActivityContext.
createApplicationAdapter() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
createContextEnvironment() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
createInstance(Class<T>) - Static method in class com.aspectran.core.util.ClassUtils
Method that can be called to try to create an instantiate of specified type.
createInstance(Class<T>, Object...) - Static method in class com.aspectran.core.util.ClassUtils
Method that can be called to try to create an instantiate of specified type.
createInstance(Class<T>, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.ClassUtils
Method that can be called to try to create an instantiate of specified type.
createMessageFormat(String, Locale) - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Create a MessageFormat for the given message and Locale.
createPointcut(PointcutRule) - Static method in class com.aspectran.core.component.aspect.pointcut.PointcutFactory
Creates a new Pointcut instance.
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createScheduler() - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
Create the Scheduler instance.
createSession(String) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
createSession(String) - Method in interface com.aspectran.core.component.session.SessionHandler
Create an entirely new Session.
createSessionId(long) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
createSessionId(long) - Method in interface com.aspectran.core.component.session.SessionHandler
Create a new Session ID.
createSessionId(long) - Method in class com.aspectran.core.component.session.SessionIdGenerator
Returns a new unique session id.
createToken(Parameters) - Method in class com.aspectran.core.util.security.PBTokenIssuer
 
createToken(Parameters) - Method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
CRON - com.aspectran.core.context.rule.type.TriggerType
 
CRON_TRIGGER - com.aspectran.core.context.rule.type.PointcutType
 
CURLY_BRACKET_CLOSE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
CURLY_BRACKET_OPEN - Static variable in class com.aspectran.core.util.apon.AponFormat
 
current - Variable in class com.aspectran.core.util.statistic.CounterStatistic
 
CurrentActivityAware - Interface in com.aspectran.core.component.bean.aware
Interface to be implemented by any object that wishes to be notified of the current Activity that it runs in.
CurrentActivityDataFactoryBean - Class in com.aspectran.core.support
CurrentActivityDataFactoryBean that returns the ActivityDataMap for the current request.
CurrentActivityDataFactoryBean() - Constructor for class com.aspectran.core.support.CurrentActivityDataFactoryBean
 
CurrentTransletFactoryBean - Class in com.aspectran.core.support
CurrentTransletFactoryBean that returns the Translet for the current request.
CurrentTransletFactoryBean() - Constructor for class com.aspectran.core.support.CurrentTransletFactoryBean
 
CUSTOM - com.aspectran.core.context.rule.type.TransformType
 
CustomObjectInputStream - Class in com.aspectran.core.util
For re-inflating serialized objects, this class uses the thread context classloader rather than the JVM's default classloader selection.
CustomObjectInputStream() - Constructor for class com.aspectran.core.util.CustomObjectInputStream
 
CustomObjectInputStream(InputStream) - Constructor for class com.aspectran.core.util.CustomObjectInputStream
 
CustomTransformer - Interface in com.aspectran.core.activity.response.transform
The Interface CustomTransformer.
CustomTransformResponse - Class in com.aspectran.core.activity.response.transform
Responding with user-implemented CustomTransformer.
CustomTransformResponse() - Constructor for class com.aspectran.core.activity.response.transform.CustomTransformResponse
Instantiates a new CustomTransformResponse.
CustomTransformResponse(CustomTransformer) - Constructor for class com.aspectran.core.activity.response.transform.CustomTransformResponse
Instantiates a new CustomTransformResponse.
CustomTransformResponseException - Exception in com.aspectran.core.activity.response.transform
The Class CustomTransformResponseException.
CustomTransformResponseException(CustomTransformer, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.CustomTransformResponseException
Instantiates a new CustomTransformResponseException.
CustomTransformResponseException(CustomTransformRule, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.CustomTransformResponseException
Instantiates a new CustomTransformResponseException.
CustomTransformRule - Class in com.aspectran.core.context.rule
The Class CustomTransformRule.
CustomTransformRule() - Constructor for class com.aspectran.core.context.rule.CustomTransformRule
 
CustomTransformRule(CustomTransformer) - Constructor for class com.aspectran.core.context.rule.CustomTransformRule
 
CyclicTimeout - Class in com.aspectran.core.util.timer
An abstract implementation of a timeout.
CyclicTimeout(Scheduler) - Constructor for class com.aspectran.core.util.timer.CyclicTimeout
 

D

DaemonConfig - Class in com.aspectran.core.context.config
 
DaemonConfig() - Constructor for class com.aspectran.core.context.config.DaemonConfig
 
DaemonPollerConfig - Class in com.aspectran.core.context.config
Created: 2017.
DaemonPollerConfig() - Constructor for class com.aspectran.core.context.config.DaemonPollerConfig
 
dateFormat(String) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
dateFormat(String) - Method in class com.aspectran.core.util.json.JsonWriter
 
dateTimeFormat(String) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
dateTimeFormat(String) - Method in class com.aspectran.core.util.json.JsonWriter
 
debug(String) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
debug(String) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
debug(String) - Method in interface com.aspectran.core.util.logging.Log
 
debug(String) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
debug(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
debug(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
debug(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
debug(String) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
debug(String) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
debug(String) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
debug(String) - Method in interface com.aspectran.core.util.ProcessLogger
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
debug(String, Throwable) - Method in interface com.aspectran.core.util.logging.Log
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
debug(String, Throwable) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
DEBUG_MODE_PROPERTY_NAME - Static variable in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
decode(String) - Method in class com.aspectran.core.util.security.PBTokenIssuer
 
decrement() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
decrypt(String) - Static method in class com.aspectran.core.util.PBEncryptionUtils
Decrypts the inputString using the encryption password.
decrypt(String, String) - Static method in class com.aspectran.core.util.PBEncryptionUtils
Decrypts the inputString using the encryption password.
deepCopy() - Method in class com.aspectran.core.util.LinkedMultiValueMap
Create a deep copy of this Map.
DEFAULT - Static variable in class com.aspectran.core.context.rule.CustomTransformRule
 
DEFAULT_ALGORITHM - Static variable in class com.aspectran.core.util.PBEncryptionUtils
 
DEFAULT_APP_CONFIG_ROOT_FILE - Static variable in class com.aspectran.core.context.config.AspectranConfig
 
DEFAULT_ASPECTRAN_CONFIG_FILE - Static variable in class com.aspectran.core.context.config.AspectranConfig
 
DEFAULT_ENCODING - Static variable in interface com.aspectran.core.context.ActivityContext
 
DEFAULT_INDENT_STRING - Static variable in class com.aspectran.core.util.apon.AponFormat
 
DEFAULT_LOCALE_PARAM_NAME - Static variable in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Default name of the locale specification parameter: "locale".
DEFAULT_PROFILES_PROPERTY_NAME - Static variable in interface com.aspectran.core.context.env.Environment
Name of property to set to specify profiles active by default: "aspectran.profiles.default".
DEFAULT_SCHEDULER_BEAN - com.aspectran.core.context.rule.type.DefaultSettingType
 
DEFAULT_TEMPLATE_ENGINE_BEAN - com.aspectran.core.context.rule.type.DefaultSettingType
 
DEFAULT_TIMEZONE_PARAM_NAME - Static variable in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Default name of the timezone specification parameter: "timezone".
DefaultActivity - Class in com.aspectran.core.activity
Default activity to handle all internal requests.
DefaultActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.DefaultActivity
Instantiates a new DefaultActivity.
DefaultApplicationAdapter - Class in com.aspectran.core.adapter
The Class DefaultApplicationAdapter.
DefaultApplicationAdapter(String, ClassLoader) - Constructor for class com.aspectran.core.adapter.DefaultApplicationAdapter
Instantiates a new DefaultApplicationAdapter.
DefaultRequestAdapter - Class in com.aspectran.core.adapter
The Class DefaultRequestAdapter.
DefaultRequestAdapter(MethodType, Object) - Constructor for class com.aspectran.core.adapter.DefaultRequestAdapter
Instantiates a new DefaultRequestAdapter.
defaultResponse - Static variable in class com.aspectran.core.context.rule.params.DispatchParameters
 
defaultResponse - Static variable in class com.aspectran.core.context.rule.params.ForwardParameters
 
defaultResponse - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
defaultResponse - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
DefaultResponseAdapter - Class in com.aspectran.core.adapter
The Class DefaultResponseAdapter.
DefaultResponseAdapter(Object) - Constructor for class com.aspectran.core.adapter.DefaultResponseAdapter
Instantiates a new default response adapter.
DefaultResponseAdapter(Object, Writer) - Constructor for class com.aspectran.core.adapter.DefaultResponseAdapter
Instantiates a new default response adapter.
DefaultSession - Class in com.aspectran.core.component.session
A default Session implementation.
DefaultSession(SessionData, SessionHandler, boolean) - Constructor for class com.aspectran.core.component.session.DefaultSession
 
DefaultSession.SessionInactivityTimer - Class in com.aspectran.core.component.session
The Class SessionInactivityTimer.
DefaultSessionAdapter - Class in com.aspectran.core.adapter
Adapt SessionAgent to Default SessionAdapter.
DefaultSessionAdapter(SessionAgent) - Constructor for class com.aspectran.core.adapter.DefaultSessionAdapter
Instantiates a new DefaultSessionAdapter.
DefaultSessionCache - Class in com.aspectran.core.component.session
Implementation of SessionCache.
DefaultSessionCache(SessionHandler, SessionStore, boolean) - Constructor for class com.aspectran.core.component.session.DefaultSessionCache
 
DefaultSessionManager - Class in com.aspectran.core.component.session
Implementation of SessionManager.
DefaultSessionManager() - Constructor for class com.aspectran.core.component.session.DefaultSessionManager
 
DefaultSessionManager(String) - Constructor for class com.aspectran.core.component.session.DefaultSessionManager
 
DefaultSettings - Class in com.aspectran.core.context.rule.assistant
The Class DefaultSettings
DefaultSettings() - Constructor for class com.aspectran.core.context.rule.assistant.DefaultSettings
 
DefaultSettings(DefaultSettings) - Constructor for class com.aspectran.core.context.rule.assistant.DefaultSettings
 
DefaultSettingType - Enum in com.aspectran.core.context.rule.type
Supported Default setting types.
DelegatingMessageSource - Class in com.aspectran.core.support.i18n.message
Empty MessageSource that delegates all calls to the parent MessageSource.
DelegatingMessageSource() - Constructor for class com.aspectran.core.support.i18n.message.DelegatingMessageSource
 
delete() - Method in class com.aspectran.core.activity.request.FileParameter
Delete a file.
delete(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
delete(String) - Method in class com.aspectran.core.component.session.FileSessionStore
 
delete(String) - Method in interface com.aspectran.core.component.session.SessionCache
Remove a Session completely: from both this cache and the SessionStore.
delete(String) - Method in interface com.aspectran.core.component.session.SessionStore
Delete session data.
DELETE - com.aspectran.core.context.rule.type.MethodType
deletes a resource.
describe() - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
describe() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
describe() - Method in interface com.aspectran.core.util.apon.Parameters
 
describe(boolean) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
describe(boolean) - Method in interface com.aspectran.core.util.apon.Parameters
 
description - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.EnvironmentParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.ExceptionParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.ScheduleParameters
 
description - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
Description - Annotation Type in com.aspectran.core.component.bean.annotation
 
deserialize(byte[]) - Static method in class com.aspectran.core.util.SerializationUtils
Deserialize the byte array into an object.
deserialize(InputStream) - Static method in class com.aspectran.core.component.session.SessionData
Load session data from an input stream that contains session data.
destroy() - Method in class com.aspectran.core.component.AbstractComponent
 
destroy() - Method in interface com.aspectran.core.component.bean.ablility.DisposableBean
A Dispose implementation that calls the destroy() method.
destroy() - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
destroy() - Method in interface com.aspectran.core.component.bean.scope.Scope
Destroy all scoped beans in this scope.
destroy() - Method in interface com.aspectran.core.component.Component
Destroy the component.
destroy() - Method in class com.aspectran.core.component.session.DefaultSession.SessionInactivityTimer
 
destroy() - Method in interface com.aspectran.core.component.session.SessionCache
 
destroy() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
destroy() - Method in class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
destroy() - Method in class com.aspectran.core.util.timer.CyclicTimeout
Destroys this CyclicTimeout.
destroy(Object) - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
destroy(Object) - Method in interface com.aspectran.core.component.bean.scope.Scope
 
Destroy - Annotation Type in com.aspectran.core.component.bean.annotation
 
destroyActivityContext() - Method in class com.aspectran.core.service.AbstractCoreService
 
destroyMethod - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
destroyMethod() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
destroySingleton(Object) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
determineAspectranConfigFile(String[]) - Static method in class com.aspectran.core.context.config.AspectranConfig
 
determineBasePath() - Method in class com.aspectran.core.service.AbstractCoreService
 
determineBasePath(String[]) - Static method in class com.aspectran.core.context.config.AspectranConfig
 
determineDestinationFile(File, boolean) - Method in class com.aspectran.core.activity.request.FileParameter
 
determineResponseRule() - Method in class com.aspectran.core.context.rule.TransletRule
 
determineValueType(Object) - Static method in enum com.aspectran.core.util.apon.ValueType
 
disabled - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
disabled - Static variable in class com.aspectran.core.context.rule.params.ScheduledJobParameters
 
dispatch - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
dispatch - Static variable in class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
dispatch - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
dispatch - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
dispatch(Activity, DispatchRule) - Method in interface com.aspectran.core.activity.response.dispatch.ViewDispatcher
Dispatch to other resources as the given rule.
dispatch(DispatchRule) - Method in class com.aspectran.core.activity.CoreTranslet
 
dispatch(DispatchRule) - Method in interface com.aspectran.core.activity.Translet
Dispatch to other resources as the given rule.
dispatch(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
dispatch(String) - Method in interface com.aspectran.core.activity.Translet
Dispatch to other resources as the given name.
dispatch(String, String) - Method in class com.aspectran.core.activity.CoreTranslet
 
dispatch(String, String) - Method in interface com.aspectran.core.activity.Translet
Dispatch to other resources as the given name.
Dispatch - Annotation Type in com.aspectran.core.component.bean.annotation
 
DISPATCH - com.aspectran.core.context.rule.type.ResponseType
 
dispatcher - Static variable in class com.aspectran.core.context.rule.params.DispatchParameters
 
dispatcher() - Method in annotation type com.aspectran.core.component.bean.annotation.Dispatch
 
DispatchParameters - Class in com.aspectran.core.context.rule.params
 
DispatchParameters() - Constructor for class com.aspectran.core.context.rule.params.DispatchParameters
 
DispatchResponse - Class in com.aspectran.core.activity.response.dispatch
JSP or other web resource integration.
DispatchResponse(DispatchRule) - Constructor for class com.aspectran.core.activity.response.dispatch.DispatchResponse
Instantiates a new DispatchResponse with specified DispatchRule.
DispatchResponseException - Exception in com.aspectran.core.activity.response.dispatch
The Class DispatchResponseException.
DispatchResponseException(DispatchRule, String) - Constructor for exception com.aspectran.core.activity.response.dispatch.DispatchResponseException
Constructor to create exception to wrap another exception and pass a message.
DispatchResponseException(DispatchRule, String, Throwable) - Constructor for exception com.aspectran.core.activity.response.dispatch.DispatchResponseException
Constructor to create exception to wrap another exception and pass a message.
DispatchResponseException(DispatchRule, Throwable) - Constructor for exception com.aspectran.core.activity.response.dispatch.DispatchResponseException
Constructor to create exception to wrap another exception and pass a message.
DispatchRule - Class in com.aspectran.core.context.rule
The Class DispatchRule.
DispatchRule() - Constructor for class com.aspectran.core.context.rule.DispatchRule
 
DisposableBean - Interface in com.aspectran.core.component.bean.ablility
The Interface DisposableBean.
doDelete(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Remove the session with this identity from the store.
doDelete(String) - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doDestroy() - Method in class com.aspectran.core.component.AbstractComponent
 
doDestroy() - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
doDestroy() - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
doDestroy() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
doDestroy() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doDestroy() - Method in class com.aspectran.core.component.session.FileSessionStore
 
doDestroy() - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
doDestroy() - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
doDestroy() - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
doDestroy() - Method in class com.aspectran.core.context.AspectranActivityContext
 
doesNotContain(String, String, String) - Static method in class com.aspectran.core.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that the given text does not contain the given substring.
doGet(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Get the session matching the key.
doGet(String) - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doGetBundle(String, Locale) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Obtain the resource bundle for the given basename and Locale.
doGetExpired(Set<String>) - Method in class com.aspectran.core.component.session.AbstractSessionStore
Implemented by subclasses to resolve which sessions this node should attempt to expire.
doGetExpired(Set<String>) - Method in class com.aspectran.core.component.session.FileSessionStore
Check to see which sessions have expired.
doInitialize() - Method in class com.aspectran.core.component.AbstractComponent
 
doInitialize() - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
doInitialize() - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
doInitialize() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
doInitialize() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doInitialize() - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
doInitialize() - Method in class com.aspectran.core.component.session.FileSessionStore
 
doInitialize() - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
doInitialize() - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
doInitialize() - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
doInitialize() - Method in class com.aspectran.core.context.AspectranActivityContext
 
doPause() - Method in class com.aspectran.core.service.AbstractServiceController
 
doPause() - Method in class com.aspectran.core.service.AspectranCoreService
 
doPause() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
doPause(long) - Method in class com.aspectran.core.service.AbstractServiceController
 
doPause(long) - Method in class com.aspectran.core.service.AspectranCoreService
 
doPause(long) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
doPutIfAbsent(String, DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Put the session into the map if it wasn't already there.
doPutIfAbsent(String, DefaultSession) - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doReplace(String, DefaultSession, DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Replace the mapping from id to oldValue with newValue.
doReplace(String, DefaultSession, DefaultSession) - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
doResume() - Method in class com.aspectran.core.service.AbstractServiceController
 
doResume() - Method in class com.aspectran.core.service.AspectranCoreService
 
doResume() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
doSave(String, SessionData, long) - Method in class com.aspectran.core.component.session.AbstractSessionStore
Store the session data persistently.
doSave(String, SessionData, long) - Method in class com.aspectran.core.component.session.FileSessionStore
 
doStart() - Method in class com.aspectran.core.service.AbstractServiceController
 
doStart() - Method in class com.aspectran.core.service.AspectranCoreService
 
doStart() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
doStart() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
doStop() - Method in class com.aspectran.core.service.AbstractServiceController
 
doStop() - Method in class com.aspectran.core.service.AspectranCoreService
 
doStop() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
doStop() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
doTask(int, Object, ConcurrentReferenceHashMap.Task<T>) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
DOUBLE - com.aspectran.core.context.rule.type.ItemValueType
 
DOUBLE - com.aspectran.core.util.apon.ValueType
 
DOUBLE_QUOTE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 

E

ECHO - com.aspectran.core.context.rule.type.ActionType
 
EchoAction - Class in com.aspectran.core.activity.process.action
EchoAction to produce attributes.
EchoAction(EchoActionRule) - Constructor for class com.aspectran.core.activity.process.action.EchoAction
Instantiates a new EchoAction.
EchoActionRule - Class in com.aspectran.core.context.rule
The Class EchoActionRule.
EchoActionRule() - Constructor for class com.aspectran.core.context.rule.EchoActionRule
 
EmbedConfig - Class in com.aspectran.core.context.config
 
EmbedConfig() - Constructor for class com.aspectran.core.context.config.EmbedConfig
 
EMPTY - Static variable in class com.aspectran.core.util.StringUtils
The empty String
EMPTY_CLASS_PARAMETERS - Static variable in class com.aspectran.core.util.MethodUtils
An empty class array
EMPTY_OBJECT_ARRAY - Static variable in class com.aspectran.core.util.MethodUtils
An empty object array
emptyToNull(String) - Static method in class com.aspectran.core.util.StringUtils
Returns the given string if it is nonempty; null otherwise.
encode(String) - Method in class com.aspectran.core.util.security.PBTokenIssuer
 
encoding - Static variable in class com.aspectran.core.context.rule.params.DispatchParameters
 
encoding - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
encoding - Static variable in class com.aspectran.core.context.rule.params.RequestParameters
 
encoding - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
encoding - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
encoding - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
encoding() - Method in annotation type com.aspectran.core.component.bean.annotation.Dispatch
 
encoding() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
encrypt(String) - Static method in class com.aspectran.core.util.PBEncryptionUtils
Encrypts the inputString using the encryption password.
encrypt(String, String) - Static method in class com.aspectran.core.util.PBEncryptionUtils
Encrypts the inputString using the encryption password.
ENCRYPTION_ALGORITHM_KEY - Static variable in class com.aspectran.core.util.PBEncryptionUtils
 
ENCRYPTION_PASSWORD_KEY - Static variable in class com.aspectran.core.util.PBEncryptionUtils
 
END_ARRAY - com.aspectran.core.util.json.JsonToken
The closing of a JSON array.
END_DOCUMENT - com.aspectran.core.util.json.JsonToken
The end of the JSON stream.
END_OBJECT - com.aspectran.core.util.json.JsonToken
The closing of a JSON object.
endArray() - Method in class com.aspectran.core.util.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in class com.aspectran.core.util.json.JsonWriter
Ends encoding the current array.
endObject() - Method in class com.aspectran.core.util.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in class com.aspectran.core.util.json.JsonWriter
Ends encoding the current object.
endsWith(String, char) - Static method in class com.aspectran.core.util.StringUtils
Test if the given String ends with the specified prefix character.
endsWithIgnoreCase(String, String) - Static method in class com.aspectran.core.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
engine - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
entry - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
Entry(K, V) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
EntryParameters - Class in com.aspectran.core.context.rule.params
 
EntryParameters() - Constructor for class com.aspectran.core.context.rule.params.EntryParameters
 
entrySet() - Method in class com.aspectran.core.activity.ActivityDataMap
 
entrySet() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
entrySet() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
entrySet() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
environment - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
Environment - Interface in com.aspectran.core.context.env
Interface representing the environment in which the current application is running.
EnvironmentAware - Interface in com.aspectran.core.component.bean.aware
Interface to be implemented by any object that wishes to be notified of the Environment.
EnvironmentParameters - Class in com.aspectran.core.context.rule.params
 
EnvironmentParameters() - Constructor for class com.aspectran.core.context.rule.params.EnvironmentParameters
 
EnvironmentRule - Class in com.aspectran.core.context.rule
The Class EnvironmentRule.
EnvironmentRule() - Constructor for class com.aspectran.core.context.rule.EnvironmentRule
 
equals(Object) - Method in class com.aspectran.core.context.expr.token.Token
 
equals(Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
equals(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
equals(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
equals(Object) - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
error(String) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
error(String) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
error(String) - Method in interface com.aspectran.core.util.logging.Log
 
error(String) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
error(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
error(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
error(String) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
error(String) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
error(String) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
error(String) - Method in interface com.aspectran.core.util.ProcessLogger
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - Method in interface com.aspectran.core.util.logging.Log
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
error(String, Throwable) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
error(String, Throwable) - Method in interface com.aspectran.core.util.ProcessLogger
 
escape(String, boolean) - Static method in class com.aspectran.core.util.apon.AponFormat
 
ESCAPE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
evaluate(Token) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluate(Token) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluate(Token[]) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluate(Token[]) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluate(Token[], Writer) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluate(Token[], Writer) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluate(ChooseWhenRule) - Method in class com.aspectran.core.context.expr.BooleanExpression
 
evaluate(ItemRule) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluate(ItemRule) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluate(ItemRuleMap) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluate(ItemRuleMap) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluate(ItemRuleMap, Map<String, Object>) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluate(ItemRuleMap, Map<String, Object>) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluate(String, Activity) - Static method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsBoolean(String, Object) - Static method in class com.aspectran.core.context.expr.ognl.OgnlSupport
 
evaluateAsBoolean(String, Object, Object) - Static method in class com.aspectran.core.context.expr.ognl.OgnlSupport
 
evaluateAsList(List<Token[]>) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsList(List<Token[]>) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluateAsMap(Map<String, Token[]>) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsMap(Map<String, Token[]>) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluateAsMultiValueMap(ItemRuleMap) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluateAsMultiValueMap(ItemRuleMap) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluateAsMultiValueMap(Collection<ItemRule>) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluateAsMultiValueMap(Collection<ItemRule>) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluateAsParameterMap(ItemRuleMap) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluateAsParameterMap(ItemRuleMap) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluateAsParameterMap(Collection<ItemRule>) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluateAsParameterMap(Collection<ItemRule>) - Method in class com.aspectran.core.context.expr.ItemExpression
 
evaluateAsProperties(Properties) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsProperties(Properties) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluateAsSet(Set<Token[]>) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsSet(Set<Token[]>) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluateAsString(Token[]) - Method in interface com.aspectran.core.context.expr.TokenEvaluator
 
evaluateAsString(Token[]) - Method in class com.aspectran.core.context.expr.TokenExpression
 
evaluateAsStringArray(ItemRule) - Method in interface com.aspectran.core.context.expr.ItemEvaluator
 
evaluateAsStringArray(ItemRule) - Method in class com.aspectran.core.context.expr.ItemExpression
 
EVICT_ON_INACTIVITY - Static variable in interface com.aspectran.core.component.session.SessionCache
 
EVICT_ON_SESSION_EXIT - Static variable in interface com.aspectran.core.component.session.SessionCache
 
exception - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
exception - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
exception(List<ExceptionRule>, Exception, Activity) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
ExceptionParameters - Class in com.aspectran.core.context.rule.params
 
ExceptionParameters() - Constructor for class com.aspectran.core.context.rule.params.ExceptionParameters
 
ExceptionRule - Class in com.aspectran.core.context.rule
The Class ExceptionRule.
ExceptionRule() - Constructor for class com.aspectran.core.context.rule.ExceptionRule
 
ExceptionThrown - Annotation Type in com.aspectran.core.component.bean.annotation
 
ExceptionThrownParameters - Class in com.aspectran.core.context.rule.params
 
ExceptionThrownParameters() - Constructor for class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
ExceptionThrownRule - Class in com.aspectran.core.context.rule
The Class ExceptionThrownRule.
ExceptionThrownRule() - Constructor for class com.aspectran.core.context.rule.ExceptionThrownRule
 
ExceptionThrownRule(AspectAdviceRule) - Constructor for class com.aspectran.core.context.rule.ExceptionThrownRule
 
ExceptionUtils - Class in com.aspectran.core.util
Provides utilities for manipulating and examining Throwable objects.
ExceptionUtils() - Constructor for class com.aspectran.core.util.ExceptionUtils
 
exclude - Static variable in class com.aspectran.core.context.rule.params.FilterParameters
 
exclude - Static variable in class com.aspectran.core.context.rule.params.PointcutParameters
 
excludeClass(String...) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
Adds classes that this ClassLoader should not handle.
excludeEmptyParameters - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
excludeNullParameters - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
excludePackage(String...) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
Adds packages that this ClassLoader should not handle.
Executable - Interface in com.aspectran.core.activity.process.action
The Interface Executable.
execute(Activity) - Method in class com.aspectran.core.activity.process.action.AdviceAction
 
execute(Activity) - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
execute(Activity) - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
execute(Activity) - Method in class com.aspectran.core.activity.process.action.EchoAction
 
execute(Activity) - Method in interface com.aspectran.core.activity.process.action.Executable
Execute this action.
execute(Activity) - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
execute(Activity) - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
execute(Activity) - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
execute(Activity, Object) - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
execute(ActionList) - Method in class com.aspectran.core.activity.CoreActivity
 
execute(ActionList, ContentResult) - Method in class com.aspectran.core.activity.CoreActivity
 
execute(JobExecutionContext) - Method in class com.aspectran.scheduler.service.ActivityLauncherJob
 
executeAdvice(AspectAdviceRule, boolean) - Method in interface com.aspectran.core.activity.Activity
Executes an aspect advice with a given rule.
executeAdvice(AspectAdviceRule, boolean) - Method in class com.aspectran.core.activity.AdviceActivity
 
executeAdvice(AspectAdviceRule, boolean) - Method in class com.aspectran.core.activity.DefaultActivity
 
executeAdvice(List<AspectAdviceRule>, boolean) - Method in interface com.aspectran.core.activity.Activity
Execute aspect advices with given rules.
executeAdvice(List<AspectAdviceRule>, boolean) - Method in class com.aspectran.core.activity.AdviceActivity
 
executeAdvice(List<AspectAdviceRule>, boolean) - Method in class com.aspectran.core.activity.DefaultActivity
 
exists(PointcutPatternRule, String, String, String, String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
Returns whether or not corresponding to the point cut pattern rules.
exists(String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
exists(String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
exists(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
exists(String) - Method in class com.aspectran.core.component.session.FileSessionStore
 
exists(String) - Method in interface com.aspectran.core.component.session.SessionCache
Check to see if a session exists: WILL consult the SessionStore.
exists(String) - Method in interface com.aspectran.core.component.session.SessionStore
Test if data exists for a given session id.
exists(String, String, String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
exists(String, String, String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
exists(String, String, String, String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
exists(String, String, String, String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
ExpiredPBTokenException - Exception in com.aspectran.core.util.security
The Class ExpiredPBTokenException.
ExpiredPBTokenException(String) - Constructor for exception com.aspectran.core.util.security.ExpiredPBTokenException
 
ExposalsConfig - Class in com.aspectran.core.context.config
 
ExposalsConfig() - Constructor for class com.aspectran.core.context.config.ExposalsConfig
 
expression - Static variable in class com.aspectran.core.context.rule.params.JoinpointParameters
 
expression - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
expression - Static variable in class com.aspectran.core.context.rule.params.TriggerParameters
 
extractAsMap() - Method in class com.aspectran.core.activity.request.ParameterMap
 
extractAsMap(Map<String, Object>) - Method in class com.aspectran.core.activity.request.ParameterMap
 
extractAttributes(Map<String, Object>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
extractAttributes(Map<String, Object>) - Method in interface com.aspectran.core.adapter.RequestAdapter
Extracts all the attributes and fills in the specified map.
extractJarFileURL(URL) - Static method in class com.aspectran.core.util.ResourceUtils
 
extractParameters(Map<String, Object>) - Method in class com.aspectran.core.activity.CoreTranslet
 
extractParameters(Map<String, Object>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
extractParameters(Map<String, Object>) - Method in interface com.aspectran.core.activity.Translet
Extracts all the parameters and fills in the specified map.
extractParameters(Map<String, Object>) - Method in interface com.aspectran.core.adapter.RequestAdapter
Extracts all the parameters and fills in the specified map.

F

FACTORY_METHOD_NAME - Static variable in interface com.aspectran.core.component.bean.ablility.FactoryBean
 
factoryBean - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
FactoryBean<T> - Interface in com.aspectran.core.component.bean.ablility
The Interface FactoryBean.
FactoryBeanNotInitializedException - Exception in com.aspectran.core.component.bean
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.
FactoryBeanNotInitializedException(BeanRule) - Constructor for exception com.aspectran.core.component.bean.FactoryBeanNotInitializedException
Instantiates a new FactoryBeanNotInitializedException.
FactoryBeanNotInitializedException(String, BeanRule) - Constructor for exception com.aspectran.core.component.bean.FactoryBeanNotInitializedException
Instantiates a new FactoryBeanNotInitializedException.
factoryMethod - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
FAILED - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 
FALSE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
FIELD - com.aspectran.core.context.rule.type.AutowireTargetType
 
FIELD - com.aspectran.core.context.rule.type.TokenDirectiveType
 
FIELD_VALUE - com.aspectran.core.context.rule.type.AutowireTargetType
 
file - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
file - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
FILE - com.aspectran.core.context.rule.type.AppenderType
 
FILE - com.aspectran.core.context.rule.type.ItemValueType
 
FILE_URL_PREFIX - Static variable in class com.aspectran.core.util.ResourceUtils
 
FileAppendRule - Class in com.aspectran.core.context.rule
Defines a rule to append a file with defined rules.
FileAppendRule(String) - Constructor for class com.aspectran.core.context.rule.FileAppendRule
 
FileAppendRule(String, AppendedFileFormatType) - Constructor for class com.aspectran.core.context.rule.FileAppendRule
 
FileAppendRule(String, AppendedFileFormatType, String) - Constructor for class com.aspectran.core.context.rule.FileAppendRule
 
FileAppendRule(String, String) - Constructor for class com.aspectran.core.context.rule.FileAppendRule
 
FileCopyUtils - Class in com.aspectran.core.util
Simple utility methods for file and directory copying.
FileCopyUtils() - Constructor for class com.aspectran.core.util.FileCopyUtils
Instances should NOT be constructed in standard programming.
FileLocker - Class in com.aspectran.core.util
Used to obtain a lock that can be used to prevent other Aspectran services that use the same persistent store.
FileLocker(File) - Constructor for class com.aspectran.core.util.FileLocker
Instantiates a new FileLocker.
FilenameUtils - Class in com.aspectran.core.util
Utility methods for General filename and filepath manipulation.
FilenameUtils() - Constructor for class com.aspectran.core.util.FilenameUtils
 
FileParameter - Class in com.aspectran.core.activity.request
The Class FileParameter.
FileParameter() - Constructor for class com.aspectran.core.activity.request.FileParameter
Instantiates a new FileParameter.
FileParameter(File) - Constructor for class com.aspectran.core.activity.request.FileParameter
Instantiates a new FileParameter.
FileParameterMap - Class in com.aspectran.core.activity.request
The Class FileParameterMap.
FileParameterMap() - Constructor for class com.aspectran.core.activity.request.FileParameterMap
 
FileRuleAppender - Class in com.aspectran.core.context.rule.appender
The Class FileRuleAppender.
FileRuleAppender(String) - Constructor for class com.aspectran.core.context.rule.appender.FileRuleAppender
 
FileRuleAppender(String, String) - Constructor for class com.aspectran.core.context.rule.appender.FileRuleAppender
 
FileScanner - Class in com.aspectran.core.util
A utility class that finds files corresponding to a given pattern.
FileScanner() - Constructor for class com.aspectran.core.util.FileScanner
 
FileScanner(String) - Constructor for class com.aspectran.core.util.FileScanner
 
FileScanner.SaveHandler - Interface in com.aspectran.core.util
 
FileSessionStore - Class in com.aspectran.core.component.session
A file-based store of session data.
FileSessionStore() - Constructor for class com.aspectran.core.component.session.FileSessionStore
 
FileSessionStoreFactory - Class in com.aspectran.core.component.session
 
FileSessionStoreFactory() - Constructor for class com.aspectran.core.component.session.FileSessionStoreFactory
 
fillProperties(Properties, String) - Static method in class com.aspectran.core.util.PropertiesLoaderUtils
Fill the given properties from the specified class path resource (in ISO-8859-1 encoding).
fillProperties(Properties, String, ClassLoader) - Static method in class com.aspectran.core.util.PropertiesLoaderUtils
Fill the given properties from the specified class path resource (in ISO-8859-1 encoding).
filter - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
filter(String, File) - Method in interface com.aspectran.core.component.translet.scan.TransletScanFilter
 
filter(String, String, Class<?>) - Method in interface com.aspectran.core.component.bean.scan.BeanClassScanFilter
Filter the retrieved candidate classes.
filterClass - Static variable in class com.aspectran.core.context.rule.params.FilterParameters
 
FilterParameters - Class in com.aspectran.core.context.rule.params
 
FilterParameters() - Constructor for class com.aspectran.core.context.rule.params.FilterParameters
 
Finally - Annotation Type in com.aspectran.core.component.bean.annotation
 
FINALLY - com.aspectran.core.context.rule.type.AspectAdviceType
 
finallyAdvice - Static variable in class com.aspectran.core.context.rule.params.AdviceParameters
 
finallyAdvice(List<AspectAdviceRule>, BeanRule, Activity) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
find() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
find(int) - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
findClass(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
findConfigBeanClassesWithAnnotation(Class<? extends Annotation>) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
findConfigBeanClassesWithAnnotation(Class<? extends Annotation>) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
findConfigBeanClassesWithAnnotation(Class<? extends Annotation>) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
findConstructor(Class<T>, Class<?>...) - Static method in class com.aspectran.core.util.ClassUtils
Obtain an accessible constructor for the given class and parameters.
findResource(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
findResources(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
finishInvalidate() - Method in class com.aspectran.core.component.session.DefaultSession
 
fireSessionAttributeListeners(Session, String, Object, Object) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
fireSessionAttributeListeners(Session, String, Object, Object) - Method in interface com.aspectran.core.component.session.SessionHandler
Call binding and attribute listeners based on the new and old values of the attribute.
fireSessionAttributeListeners(String, Object, Object) - Method in class com.aspectran.core.component.session.DefaultSession
Call binding and attribute listeners based on the new and old values of the attribute.
fireSessionDestroyedListeners(Session) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
fireSessionDestroyedListeners(Session) - Method in interface com.aspectran.core.component.session.SessionHandler
Call the session lifecycle listeners.
first() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
FixedLocaleResolver - Class in com.aspectran.core.support.i18n.locale
LocaleResolver implementation that always returns a fixed default locale and optionally time zone.
FixedLocaleResolver() - Constructor for class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
FixedLocaleResolver(Locale) - Constructor for class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
Create a FixedLocaleResolver that exposes the given locale.
FixedLocaleResolver(Locale, TimeZone) - Constructor for class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
Create a FixedLocaleResolver that exposes the given locale and time zone.
FLOAT - com.aspectran.core.context.rule.type.ItemValueType
 
FLOAT - com.aspectran.core.util.apon.ValueType
 
flush() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
flush() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Forces any content in the buffer to be written to the client.
flush() - Method in class com.aspectran.core.util.apon.AponWriter
 
flush() - Method in class com.aspectran.core.util.json.JsonWriter
Ensures all buffered data is written to the underlying Writer and flushes that writer.
flush() - Method in class com.aspectran.core.util.OutputStringWriter
 
format - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
Format - Annotation Type in com.aspectran.core.component.bean.annotation
 
formatMessage(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Format the given message String, using cached MessageFormats.
FormattingContext - Class in com.aspectran.core.activity
Created: 2019-07-06
FormattingContext() - Constructor for class com.aspectran.core.activity.FormattingContext
 
forward - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
forward - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
forward - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
forward(ForwardRule) - Method in class com.aspectran.core.activity.CoreTranslet
 
forward(ForwardRule) - Method in interface com.aspectran.core.activity.Translet
Forward according to a given rule.
forward(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
forward(String) - Method in interface com.aspectran.core.activity.Translet
Forward to the specified translet immediately.
Forward - Annotation Type in com.aspectran.core.component.bean.annotation
 
FORWARD - com.aspectran.core.context.rule.type.ResponseType
 
ForwardParameters - Class in com.aspectran.core.context.rule.params
 
ForwardParameters() - Constructor for class com.aspectran.core.context.rule.params.ForwardParameters
 
ForwardResponse - Class in com.aspectran.core.activity.response
The Class ForwardResponse.
ForwardResponse(ForwardRule) - Constructor for class com.aspectran.core.activity.response.ForwardResponse
Instantiates a new ForwardResponse.
ForwardRule - Class in com.aspectran.core.context.rule
The Class ForwardRule.
ForwardRule() - Constructor for class com.aspectran.core.context.rule.ForwardRule
 
from(File) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(File, Class<T>) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(File, Class<T>, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(File, T) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(File, T, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputStream) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputStream, Class<T>) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputStream, Class<T>, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputStream, T) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputStream, T, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(Reader) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(Reader) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(Reader, Class<T>) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(Reader, Class<T>) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(Reader, Class<T>, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(Reader, T) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(Reader, T) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(Reader, T, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(String) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(String) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(String, Class<T>) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(String, Class<T>) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(String, T) - Static method in class com.aspectran.core.util.apon.JsonToApon
 
from(String, T) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputSource, T) - Static method in class com.aspectran.core.util.apon.XmlToApon
 
from(InputSource, T, EntityResolver) - Static method in class com.aspectran.core.util.apon.XmlToApon
 

G

generateSafetyUniqueFile(File) - Static method in class com.aspectran.core.util.FilenameUtils
Creates and returns a safe file name on the system without duplication in the specified directory.
generateUniqueFile(File) - Static method in class com.aspectran.core.util.FilenameUtils
Returns a file name that does not overlap in the specified directory.
generateUniqueFile(File, char) - Static method in class com.aspectran.core.util.FilenameUtils
Returns a file name that does not overlap in the specified directory.
get() - Method in interface com.aspectran.core.util.ConcurrentReferenceHashMap.Reference
Return the referenced entry, or null if the entry is no longer available.
get(Object) - Method in class com.aspectran.core.activity.ActivityDataMap
 
get(Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
get(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
get(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
get(String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
get(String) - Method in interface com.aspectran.core.component.session.SessionCache
Get an existing Session.
GET - com.aspectran.core.context.rule.type.MethodType
retrieves a representation of a resource without side-effects (nothing changes on the server).
getAccessedTime() - Method in class com.aspectran.core.component.session.SessionData
 
getAccessibleMethod(Class<?>, Method) - Static method in class com.aspectran.core.util.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethod(Class<?>, String) - Static method in class com.aspectran.core.util.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
getAccessibleMethod(Class<?>, String, Class<?>) - Static method in class com.aspectran.core.util.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
getAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class com.aspectran.core.util.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAction() - Method in exception com.aspectran.core.activity.process.action.ActionExecutionException
 
getAction() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
Returns the advice action.
getActionId() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
getActionId() - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
getActionId() - Method in class com.aspectran.core.activity.process.action.EchoAction
 
getActionId() - Method in interface com.aspectran.core.activity.process.action.Executable
Gets the action id.
getActionId() - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
getActionId() - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
getActionId() - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
getActionId() - Method in class com.aspectran.core.activity.process.result.ActionResult
Gets the action id.
getActionId() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
getActionId() - Method in class com.aspectran.core.context.rule.EchoActionRule
Gets the action id.
getActionId() - Method in class com.aspectran.core.context.rule.HeaderActionRule
Gets the action id.
getActionId() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Gets the action id.
getActionId() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Gets the action id.
getActionIds() - Method in class com.aspectran.core.activity.process.result.ContentResult
 
getActionList() - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
getActionList() - Method in class com.aspectran.core.context.rule.ResponseRule
 
getActionList(String) - Method in class com.aspectran.core.activity.process.ContentList
 
getActionResult(String) - Method in class com.aspectran.core.activity.process.result.ContentResult
 
getActionResult(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
Returns the result of the action as an ActionResult.
getActionResultWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
Returns the value of the named action's process result without storing it in the cache.
getActionRule() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
getActionRule() - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
getActionRule() - Method in class com.aspectran.core.activity.process.action.EchoAction
 
getActionRule() - Method in interface com.aspectran.core.activity.process.action.Executable
Gets the action rule.
getActionRule() - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
getActionRule() - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
getActionRule() - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
getActionType() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
getActionType() - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
getActionType() - Method in class com.aspectran.core.activity.process.action.EchoAction
 
getActionType() - Method in interface com.aspectran.core.activity.process.action.Executable
Gets the Action Type.
getActionType() - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
getActionType() - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
getActionType() - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
getActionType() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getActionType() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
Returns the action type of the executable action.
getActiveProfiles() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getActiveProfiles() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getActiveProfiles() - Method in class com.aspectran.core.context.config.ContextProfilesConfig
 
getActiveProfiles() - Method in class com.aspectran.core.context.env.ContextEnvironment
 
getActiveProfiles() - Method in interface com.aspectran.core.context.env.Environment
Returns the set of profiles explicitly made active for this environment.
getActiveSessionCount() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getActiveSessionCount() - Method in interface com.aspectran.core.component.session.SessionCache
 
getActivity() - Method in class com.aspectran.core.activity.ActivityDataMap
 
getActivityContext() - Method in class com.aspectran.core.activity.AbstractActivity
 
getActivityContext() - Method in interface com.aspectran.core.activity.Activity
Gets the activity context.
getActivityContext() - Method in class com.aspectran.core.service.AbstractCoreService
 
getActivityContext() - Method in interface com.aspectran.core.service.CoreService
Returns the activity context.
getActivityContext() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
getActivityContext() - Method in interface com.aspectran.scheduler.service.SchedulerService
 
getActivityDataMap() - Method in class com.aspectran.core.activity.CoreTranslet
 
getActivityDataMap() - Method in interface com.aspectran.core.activity.Translet
Returns an Activity Data Map containing the activity result data.
getActual() - Method in exception com.aspectran.core.activity.request.SizeLimitExceededException
 
getActualName() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getActualName() - Method in interface com.aspectran.core.util.apon.Parameters
Returns its real name.
getAdaptee() - Method in class com.aspectran.core.adapter.AbstractRequestAdapter
 
getAdaptee() - Method in class com.aspectran.core.adapter.AbstractResponseAdapter
 
getAdaptee() - Method in class com.aspectran.core.adapter.AbstractSessionAdapter
 
getAdaptee() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the adaptee object to provide request information.
getAdaptee() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the adaptee object to provide response information.
getAdaptee() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns the adaptee object to provide session information.
getAdviceBeanClass() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getAdviceBeanClass() - Method in class com.aspectran.core.context.rule.AspectRule
 
getAdviceBeanId() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getAdviceBeanId() - Method in class com.aspectran.core.context.rule.AspectRule
 
getAfterAdviceResult(String) - Method in class com.aspectran.core.activity.AdviceActivity
Gets the after advice result.
getAfterAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
getAfterAdviceResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getAfterAdviceResult(String) - Method in interface com.aspectran.core.activity.Translet
Gets the after advice result.
getAfterAdviceRuleList() - Method in class com.aspectran.core.activity.AdviceActivity
 
getAfterAdviceRuleList() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
getAlgorithm() - Static method in class com.aspectran.core.util.PBEncryptionUtils
 
getAlias() - Method in class com.aspectran.core.context.rule.params.TypeAliasParameters
 
getAliasedType(String) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns a type of an aliased type that is defined by assigning the type to the alias.
getAllAttributes() - Method in class com.aspectran.core.component.session.SessionData
Returns an unmodifiable map of the attributes.
getAllHeaders() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns a map of the request headers that can be modified.
getAllMembers() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getAllowedMethod() - Method in class com.aspectran.core.context.rule.RequestRule
Returns the method allowed on the requested resource.
getAllowedMethods() - Method in class com.aspectran.core.context.rule.TransletRule
Returns the array of methods allowed on the requested resource.
getAllowedMethods() - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Return the configured HTTP methods.
getAllParameters() - Method in class com.aspectran.core.activity.CoreTranslet
 
getAllParameters() - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns all parameters as a mutable Map<String, Object>.
getAllParameters() - Method in interface com.aspectran.core.activity.Translet
Return an mutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getAllParameters() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a map of the request parameters that can be modified.
getAllResources() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getAllSessions() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getAllSessions() - Method in interface com.aspectran.core.component.session.SessionCache
 
getAllTokens() - Method in class com.aspectran.core.context.rule.ItemRule
 
getAlternativeValue() - Method in class com.aspectran.core.context.expr.token.Token
Gets the alternative value.
getAltNames() - Method in class com.aspectran.core.util.apon.ParameterKey
 
getAnnotatedActionRule() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
Returns the annotated bean method action rule.
getAppendedFileFormatType() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getAppenderType() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getAppendRule() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getApplicationAdapter() - Method in class com.aspectran.core.activity.AbstractActivity
 
getApplicationAdapter() - Method in interface com.aspectran.core.activity.Activity
Gets the application adapter.
getApplicationAdapter() - Method in class com.aspectran.core.activity.CoreTranslet
 
getApplicationAdapter() - Method in interface com.aspectran.core.activity.Translet
Gets the application adapter.
getApplicationAdapter() - Method in class com.aspectran.core.component.session.AbstractSessionStoreFactory
 
getApplicationAdapter() - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
getApplicationAdapter() - Method in interface com.aspectran.core.context.ActivityContext
Returns the class loader used by the current application.
getApplicationAdapter() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getApplicationAdapter() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
getArgumentItemRuleMap() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Gets the argument item rule map.
getAroundAdviceResult(String) - Method in class com.aspectran.core.activity.AdviceActivity
Gets the around advice result.
getAroundAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
getAroundAdviceResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getAroundAdviceResult(String) - Method in interface com.aspectran.core.activity.Translet
Gets the around advice result.
getArraySize() - Method in interface com.aspectran.core.util.apon.Parameter
Returns the size of the array if the value is an array.
getArraySize() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getAspectAdviceBean(String) - Method in interface com.aspectran.core.activity.Activity
Gets the aspect advice bean.
getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.AdviceActivity
Gets the aspect advice bean.
getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.DefaultActivity
 
getAspectAdviceBean(String) - Method in interface com.aspectran.core.activity.Translet
Gets the aspect advice bean.
getAspectAdviceRule() - Method in exception com.aspectran.core.activity.aspect.AspectAdviceException
Returns the aspect advice rule.
getAspectAdviceRule() - Method in class com.aspectran.core.activity.process.action.AdviceAction
Gets the aspect advice rule.
getAspectAdviceRule() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
getAspectAdviceRuleList() - Method in class com.aspectran.core.context.rule.AspectRule
 
getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.component.aspect.AspectAdviceRulePostRegister
 
getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
Gets the aspect advice rule registry.
getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
 
getAspectAdviceRuleRegistry(Activity, String, String, String, String) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
getAspectAdviceType() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getAspectId() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getAspectId() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
getAspectranClassLoader() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getAspectranClassLoader() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getAspectranClassLoader() - Method in class com.aspectran.core.service.AbstractCoreService
 
getAspectranClassLoader() - Method in interface com.aspectran.core.service.CoreService
Returns the aspectran class loader.
getAspectranConfig() - Method in class com.aspectran.core.service.AbstractCoreService
 
getAspectranConfig() - Method in interface com.aspectran.core.service.CoreService
Returns the Aspectran configuration parameters used to generate the AspectranService.
getAspectranParameters() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getAspectranParameters() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getAspectranParameters() - Method in class com.aspectran.core.context.config.ContextConfig
 
getAspectranParameters() - Method in class com.aspectran.core.context.rule.AppendRule
 
getAspectRule() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getAspectRule() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
getAspectRule(String) - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
getAspectRuleRegistry() - Method in interface com.aspectran.core.context.ActivityContext
Gets the aspect rule registry.
getAspectRuleRegistry() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getAspectRuleRegistry() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the aspect rule registry.
getAspectRules() - Method in class com.aspectran.core.component.aspect.AspectRuleRegistry
 
getAspectRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns all Aspect rules.
getAspectRules() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
getAssistant() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
getAssistant() - Method in class com.aspectran.core.context.rule.parser.xml.AspectranNodeParser
 
getAssistantLocal() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the assistant local.
getAttribute(Token) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns the value of the named attribute as an Object of the activity's request attributes or action results.
getAttribute(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getAttribute(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getAttribute(String) - Method in interface com.aspectran.core.activity.Translet
Returns the value of the named attribute as a given type, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Gets the attribute.
getAttribute(String) - Method in class com.aspectran.core.adapter.DefaultApplicationAdapter
 
getAttribute(String) - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getAttribute(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the value of the named attribute as a given type, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns the value of the named attribute as a given type, or null if no attribute of the given name exists.
getAttribute(String) - Method in class com.aspectran.core.component.session.DefaultSession
 
getAttribute(String) - Method in interface com.aspectran.core.component.session.Session
 
getAttribute(String) - Method in class com.aspectran.core.component.session.SessionAgent
 
getAttribute(String) - Method in class com.aspectran.core.component.session.SessionData
 
getAttributeItemRuleMap() - Method in class com.aspectran.core.context.rule.ForwardRule
Gets the attribute item rule map.
getAttributeItemRuleMap() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Gets the attribute item rule map.
getAttributeItemRuleMap() - Method in class com.aspectran.core.context.rule.RequestRule
Gets the attribute item rule map.
getAttributeMap() - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns a map of the request attributes that can be modified.
getAttributeMap() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns an mutable map of the attributes, with attribute names as map keys and attribute value as map value.
getAttributeName() - Method in class com.aspectran.core.support.CurrentActivityDataFactoryBean
Returns the attribute name of the current ActivityDataMap specified to register in the request scope.
getAttributeName() - Method in class com.aspectran.core.support.CurrentTransletFactoryBean
Returns the attribute name of the current Translet specified to register in the request scope.
getAttributeNames() - Method in class com.aspectran.core.activity.CoreTranslet
 
getAttributeNames() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getAttributeNames() - Method in interface com.aspectran.core.activity.Translet
Returns a Collection containing the names of the attributes available to this request.
getAttributeNames() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Gets the attribute names.
getAttributeNames() - Method in class com.aspectran.core.adapter.DefaultApplicationAdapter
 
getAttributeNames() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getAttributeNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a Collection containing the names of the attributes available to this request.
getAttributeNames() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in class com.aspectran.core.component.session.DefaultSession
 
getAttributeNames() - Method in interface com.aspectran.core.component.session.Session
 
getAttributeNames() - Method in class com.aspectran.core.component.session.SessionAgent
 
getAttributeWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
Returns the value of the named attribute from the request adapter without storing it in the cache.
getAutoReloadConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
getAutowireRuleList() - Method in class com.aspectran.core.context.rule.BeanRule
 
getBaseName(String) - Static method in class com.aspectran.core.util.FilenameUtils
Gets the base name, minus the full path and extension, from a full filename.
getBasePackages() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getBasePackages() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
Returns the base packages to scan for annotated components.
getBasePackages() - Method in class com.aspectran.core.context.config.ContextConfig
 
getBasePath() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
 
getBasePath() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Returns the base path that the current application is mapped to.
getBasePath() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getBasePath() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getBasePath() - Method in class com.aspectran.core.context.config.ContextConfig
 
getBasePath() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getBasePath() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
getBasePath() - Method in class com.aspectran.core.service.AbstractCoreService
 
getBasePath() - Method in interface com.aspectran.core.service.CoreService
Returns the base path where the root application is running.
getBean() - Method in class com.aspectran.core.component.bean.BeanInstance
 
getBean(Token) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns the bean instance that matches the given token.
getBean(Class<V>) - Method in class com.aspectran.core.activity.AbstractActivity
 
getBean(Class<V>) - Method in interface com.aspectran.core.activity.Activity
Returns an instance of the bean that matches the given object type.
getBean(Class<V>) - Method in class com.aspectran.core.activity.CoreTranslet
 
getBean(Class<V>) - Method in interface com.aspectran.core.activity.Translet
Return an instance of the bean that matches the given object type.
getBean(Class<V>) - Method in interface com.aspectran.core.component.bean.BeanRegistry
Returns the bean instance that uniquely matches the given object type.
getBean(Class<V>) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
getBean(Class<V>, String) - Method in class com.aspectran.core.activity.AbstractActivity
 
getBean(Class<V>, String) - Method in interface com.aspectran.core.activity.Activity
Returns an instance of the bean that matches the given object type.
getBean(Class<V>, String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getBean(Class<V>, String) - Method in interface com.aspectran.core.activity.Translet
Return an instance of the bean that matches the given object type.
getBean(Class<V>, String) - Method in interface com.aspectran.core.component.bean.BeanRegistry
Returns an instance of the bean that matches the given object type.
getBean(Class<V>, String) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
getBean(String) - Method in class com.aspectran.core.activity.AbstractActivity
 
getBean(String) - Method in interface com.aspectran.core.activity.Activity
Returns an instance of the bean that matches the given id.
getBean(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getBean(String) - Method in interface com.aspectran.core.activity.Translet
Return an instance of the bean that matches the given id.
getBean(String) - Method in interface com.aspectran.core.component.bean.BeanRegistry
Returns an instance of the bean that matches the given id.
getBean(String) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
getBeanClass() - Method in exception com.aspectran.core.component.bean.BeanInstantiationException
Return the offending bean class.
getBeanClass() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
getBeanClass() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the bean class.
getBeanClass() - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
getBeanDescriptions(BeanRule[]) - Static method in exception com.aspectran.core.component.bean.NoUniqueBeanException
 
getBeanId() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Gets bean id.
getBeanIdPattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getBeanInstance(BeanRule) - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
getBeanInstance(BeanRule) - Method in interface com.aspectran.core.component.bean.scope.Scope
Returns an instance of the bean that matches the given bean rule.
getBeanProperty(Object, String) - Method in class com.aspectran.core.context.expr.TokenExpression
Invoke bean's property.
getBeanProxifier() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getBeanReferenceInspector() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the bean reference inspector.
getBeanRefererType() - Method in class com.aspectran.core.context.expr.token.Token
 
getBeanRefererType() - Method in interface com.aspectran.core.context.rule.ability.BeanReferenceable
Returns the Bean Referrer Type.
getBeanRefererType() - Method in class com.aspectran.core.context.rule.AspectRule
 
getBeanRefererType() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getBeanRefererType() - Method in class com.aspectran.core.context.rule.BeanRule
 
getBeanRefererType() - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
getBeanRefererType() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getBeanRefererType() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getBeanRegistry() - Method in interface com.aspectran.core.context.ActivityContext
Gets the bean registry.
getBeanRegistry() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getBeanRule() - Method in exception com.aspectran.core.component.bean.BeanCreationException
Gets bean rule.
getBeanRule() - Method in exception com.aspectran.core.component.bean.BeanRuleException
Gets bean rule.
getBeanRule() - Method in exception com.aspectran.core.component.bean.proxy.ProxyBeanInstantiationException
Return the offending bean rule.
getBeanRule() - Method in class com.aspectran.core.context.rule.ItemRule
 
getBeanRule(Object) - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
getBeanRule(Object) - Method in interface com.aspectran.core.component.bean.scope.Scope
 
getBeanRule(String) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getBeanRuleForConfig(Class<?>) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getBeanRuleList() - Method in class com.aspectran.core.context.rule.ItemRule
 
getBeanRuleMap() - Method in class com.aspectran.core.context.rule.ItemRule
 
getBeanRuleRegistry() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the bean rule registry.
getBeanRules() - Method in exception com.aspectran.core.component.bean.NoUniqueBeanException
Gets the bean rules.
getBeanRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns all bean rules.
getBeanRules() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
getBeanRules(Class<?>) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getBeanRules(String) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getBeansOfType(Class<V>) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
getBeansOfType(Class<V>) - Method in class com.aspectran.core.component.bean.ContextualBeanRegistry
 
getBeforeAdviceResult(String) - Method in class com.aspectran.core.activity.AdviceActivity
Gets the before advice result.
getBeforeAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
getBeforeAdviceResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getBeforeAdviceResult(String) - Method in interface com.aspectran.core.activity.Translet
Gets the before advice result.
getBeforeAdviceRuleList() - Method in class com.aspectran.core.activity.AdviceActivity
 
getBeforeAdviceRuleList() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
getBody() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getBody() - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getBodyAsParameters() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getBodyAsParameters() - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getBodyAsParameters(Class<T>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getBodyAsParameters(Class<T>) - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getBoolean(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBoolean(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBoolean(ParameterKey, boolean) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBoolean(ParameterKey, boolean) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getBoolean(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBoolean(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBoolean(String, boolean) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBoolean(String, boolean) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getBooleanArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBooleanArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBooleanArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBooleanArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBooleanList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBooleanList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBooleanList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getBooleanList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getBytes() - Method in class com.aspectran.core.activity.request.FileParameter
Returns the contents of the file in a byte array.
getCandidates() - Method in class com.aspectran.core.context.rule.ItemRuleMap
 
getCause() - Method in exception com.aspectran.core.activity.process.action.MethodArgumentTypeMismatchException
 
getChildren() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getChooseWhenRules() - Method in class com.aspectran.core.context.rule.ChooseRule
 
getClassLoader() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
 
getClassLoader() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Returns the class loader used by the current application.
getClassLoader() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
getClassLoader() - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
 
getClassLoader() - Method in class com.aspectran.core.util.ClassScanner
 
getClassName() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the class type.
getClassNamePattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getClassPropertyTypeForGetter(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
Returns the class that the getter will return when reading a property value.
getClassPropertyTypeForSetter(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
Returns the class that the setter expects to receive as a parameter when setting a property value.
getClassType() - Method in enum com.aspectran.core.context.rule.type.ItemValueType
 
getClonedNodeTracker() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
getColumnNumber() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
getCommands() - Method in class com.aspectran.core.context.config.DaemonConfig
 
getCommands() - Method in class com.aspectran.core.context.config.ShellConfig
 
getCommonMessages() - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Return a Properties object defining locale-independent common messages, if any.
getComponentName() - Method in class com.aspectran.core.component.AbstractComponent
 
getComponentName() - Method in interface com.aspectran.core.component.Component
Returns the component name.
getComponentName() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getConfigurableBeanRuleMap() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getConfigurableBeanRules() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getConstructorArgumentItemRuleMap() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the constructor argument item rule map.
getConstructorAutowireRule() - Method in class com.aspectran.core.context.rule.BeanRule
 
getContainer() - Method in interface com.aspectran.core.util.apon.Parameter
Returns the Parameters that contains the Parameter.
getContainer() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getContent() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getContentHandler() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getContentList() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the content list.
getContentResult(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
getContentResult(String, boolean) - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
getContentStyle() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getContentType() - Method in class com.aspectran.core.activity.request.FileParameter
Gets the the content type of the file.
getContentType() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
 
getContentType() - Method in interface com.aspectran.core.activity.response.dispatch.ViewDispatcher
 
getContentType() - Method in class com.aspectran.core.activity.response.ForwardResponse
 
getContentType() - Method in class com.aspectran.core.activity.response.RedirectResponse
 
getContentType() - Method in interface com.aspectran.core.activity.response.Response
Gets the content type.
getContentType() - Method in class com.aspectran.core.activity.response.transform.CustomTransformResponse
 
getContentType() - Method in class com.aspectran.core.activity.response.transform.TransformResponse
 
getContentType() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
getContentType() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the content type.
getContentType() - Method in class com.aspectran.core.context.rule.ForwardRule
Gets the content type.
getContentType() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the content type.
getContentType() - Method in class com.aspectran.core.context.rule.TransformRule
Gets the content type.
getContextConfig() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getContextConfig() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getContextConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getContextEnvironment() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
getContextRuleAssistant() - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
getContextRuleAssistant() - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
getContextRuleAssistant() - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
getCount() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
Return the total number of references in this segment.
getCount() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getCreatedSessionCount() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getCreatedSessionCount() - Method in interface com.aspectran.core.component.session.SessionCache
 
getCreationTime() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getCreationTime() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class com.aspectran.core.component.session.DefaultSession
 
getCreationTime() - Method in interface com.aspectran.core.component.session.Session
 
getCreationTime() - Method in class com.aspectran.core.component.session.SessionAgent
 
getCreationTime() - Method in class com.aspectran.core.component.session.SessionData
 
getCurrent() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
getCurrentActivity() - Method in class com.aspectran.core.activity.AbstractActivity
Gets the current activity.
getCurrentActivity() - Method in interface com.aspectran.core.context.ActivityContext
Gets the current activity.
getCurrentActivity() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getCurrentRuleAppender() - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
getDaemonConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getData() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsInputSource
Returns the data to be the input source.
getDateFormat() - Method in class com.aspectran.core.activity.FormattingContext
 
getDateTimeFormat() - Method in class com.aspectran.core.activity.FormattingContext
 
getDeclaredResponse() - Method in interface com.aspectran.core.activity.Activity
Returns the originally declared response.
getDeclaredResponse() - Method in class com.aspectran.core.activity.CoreActivity
 
getDeclaredResponse() - Method in class com.aspectran.core.activity.CoreTranslet
 
getDeclaredResponse() - Method in class com.aspectran.core.activity.DefaultActivity
 
getDeclaredResponse() - Method in interface com.aspectran.core.activity.Translet
Returns the originally declared response.
getDefaultActivity() - Method in interface com.aspectran.core.context.ActivityContext
Gets the default activity.
getDefaultActivity() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getDefaultActivity() - Method in class com.aspectran.core.service.AbstractCoreService
 
getDefaultActivity() - Method in interface com.aspectran.core.service.CoreService
Returns the default activity.
getDefaultClassLoader() - Static method in class com.aspectran.core.util.ClassUtils
Returns the default class loader within the current context.
getDefaultExceptionThrownRule() - Method in class com.aspectran.core.context.rule.ExceptionRule
 
getDefaultLocale() - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Return the default Locale that this resolver is supposed to fall back to, if any.
getDefaultMaxIdleSecs() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getDefaultMaxIdleSecs() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getDefaultMessage(String) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Return a fallback default message for the given code, if any.
getDefaultProfiles() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getDefaultProfiles() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getDefaultProfiles() - Method in class com.aspectran.core.context.config.ContextProfilesConfig
 
getDefaultProfiles() - Method in class com.aspectran.core.context.env.ContextEnvironment
 
getDefaultProfiles() - Method in interface com.aspectran.core.context.env.Environment
Returns the set of profiles to be active by default when no active profiles have been set explicitly.
getDefaultResponse() - Method in class com.aspectran.core.context.rule.DispatchRule
Returns whether the default response.
getDefaultResponse() - Method in class com.aspectran.core.context.rule.ForwardRule
Returns whether the default response.
getDefaultResponse() - Method in class com.aspectran.core.context.rule.RedirectRule
Returns whether the default response.
getDefaultResponse() - Method in class com.aspectran.core.context.rule.TransformRule
Returns whether the default response.
getDefaultSchedulerBean() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getDefaultServletName() - Method in class com.aspectran.core.context.config.WebConfig
 
getDefaultSettings() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
getDefaultTemplateEngineBean() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getDefaultTimeZone() - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Return the default TimeZone that this resolver is supposed to fall back to, if any.
getDefaultValue() - Method in class com.aspectran.core.context.expr.token.Token
Gets the default value.
getDescription() - Method in class com.aspectran.core.activity.CoreTranslet
 
getDescription() - Method in interface com.aspectran.core.activity.Translet
Returns a description of this Translet.
getDescription() - Method in interface com.aspectran.core.context.ActivityContext
Gets the description of this ActivityContext.
getDescription() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getDescription() - Method in class com.aspectran.core.context.rule.AspectRule
Gets the description.
getDescription() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
getDescription() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the description of this bean.
getDescription() - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
getDescription() - Method in class com.aspectran.core.context.rule.ExceptionRule
Gets the description.
getDescription() - Method in class com.aspectran.core.context.rule.ScheduleRule
Gets the description.
getDescription() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the description.
getDesiredResponse() - Method in class com.aspectran.core.activity.CoreActivity
 
getDestroyedReason() - Method in class com.aspectran.core.component.session.DefaultSession
 
getDestroyedReason() - Method in interface com.aspectran.core.component.session.Session
 
getDestroyMethod() - Method in class com.aspectran.core.context.rule.BeanRule
Returns the destroy method.
getDestroyMethodName() - Method in class com.aspectran.core.context.rule.BeanRule
Returns the destroy method name.
getDirectiveType() - Method in class com.aspectran.core.context.expr.token.Token
Gets the token directive type.
getDisabled() - Method in class com.aspectran.core.context.rule.AspectRule
 
getDisabled() - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
getDispatcherName() - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the id or class name of the view dispatcher bean that implements ViewDispatcher.
getDispatchRule() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
Gets the dispatch rule.
getDispatchRule() - Method in exception com.aspectran.core.activity.response.dispatch.DispatchResponseException
Gets the dispatch rule.
getDistinctMethodNames() - Method in class com.aspectran.core.util.BeanDescriptor
Gets the class methods' names that is unique.
getDouble(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDouble(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDouble(ParameterKey, double) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDouble(ParameterKey, double) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getDouble(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDouble(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDouble(String, double) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDouble(String, double) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getDoubleArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDoubleArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDoubleArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDoubleArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDoubleList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDoubleList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDoubleList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getDoubleList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getDTDHandler() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getDynamicAspectRuleList() - Method in class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
Gets the dynamic aspect rule list.
getEchoActionRule() - Method in class com.aspectran.core.activity.process.action.EchoAction
Returns the echo action rule.
getEchoItemRuleMap() - Method in class com.aspectran.core.context.rule.EchoActionRule
Gets the echo item rule map.
getEmbedConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getEncoding() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getEncoding() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
getEncoding() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the name of the character encoding used in the body of this request.
getEncoding() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getEncoding() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getEncoding() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getEncoding() - Method in class com.aspectran.core.context.config.ContextConfig
 
getEncoding() - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the character encoding.
getEncoding() - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
getEncoding() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the character encoding.
getEncoding() - Method in class com.aspectran.core.context.rule.RequestRule
Gets the request encoding.
getEncoding() - Method in class com.aspectran.core.context.rule.ResponseRule
Gets the response encoding.
getEncoding() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getEncoding() - Method in class com.aspectran.core.context.rule.TransformRule
Gets the character encoding.
getEncryptor() - Static method in class com.aspectran.core.util.PBEncryptionUtils
 
getEncryptor(String) - Static method in class com.aspectran.core.util.PBEncryptionUtils
 
getEngine() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getEngineBeanClass() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getEngineBeanId() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getEntityResolver() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getEnvironment() - Method in class com.aspectran.core.activity.AbstractActivity
 
getEnvironment() - Method in interface com.aspectran.core.activity.Activity
Returns the environment of the current activity context.
getEnvironment() - Method in class com.aspectran.core.activity.CoreTranslet
 
getEnvironment() - Method in interface com.aspectran.core.activity.Translet
Returns the environment of the current activity context.
getEnvironment() - Method in interface com.aspectran.core.context.ActivityContext
Gets the context environment.
getEnvironment() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getEnvironmentRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the environment rules.
getErrorHandler() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getEvictionIdleSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getEvictionIdleSecs() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
getEvictionIdleSecs() - Method in interface com.aspectran.core.component.session.SessionCache
 
getExceptionRule() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getExceptionRule() - Method in class com.aspectran.core.context.rule.AspectRule
 
getExceptionRule() - Method in class com.aspectran.core.context.rule.TransletRule
 
getExceptionRuleList() - Method in class com.aspectran.core.activity.AdviceActivity
 
getExceptionRuleList() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
getExceptionThrownRule() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getExceptionThrownRule(Throwable) - Method in class com.aspectran.core.context.rule.ExceptionRule
Gets the exception thrown rule as specified exception.
getExceptionThrownRuleList() - Method in class com.aspectran.core.context.rule.ExceptionRule
 
getExceptionThrownRuleMap() - Method in class com.aspectran.core.context.rule.ExceptionRule
 
getExceptionTypes() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
getExcludeEmptyParameters() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets whether to exclude parameters with empty values.
getExcludeNullParameters() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets whether to exclude parameters with null values.
getExcludePatterns() - Method in class com.aspectran.core.context.config.ExposalsConfig
 
getExcludePatterns() - Method in class com.aspectran.core.context.rule.params.FilterParameters
 
getExcludePatterns() - Method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
getExcludePointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getExecutableAction() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
getExpired(Set<String>) - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
getExpired(Set<String>) - Method in interface com.aspectran.core.component.session.SessionStore
Called periodically, this method should search the data store for sessions that have been expired for a 'reasonable' amount of time.
getExpiredSessionCount() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getExpiredSessionCount() - Method in interface com.aspectran.core.component.session.SessionCache
 
getExpiryTime() - Method in class com.aspectran.core.component.session.SessionData
 
getExposalsConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
getExposalsConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
getExposalsConfig() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
getExposalsConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
getExposalsConfig() - Method in class com.aspectran.core.context.config.WebConfig
 
getExpression() - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
getExpression() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getExtension(String) - Static method in class com.aspectran.core.util.FilenameUtils
Extract the file extension from the given filename.
getFactoryBeanClass() - Method in class com.aspectran.core.context.rule.BeanRule
Gets factory bean class.
getFactoryBeanId() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the factory bean id.
getFactoryMethod() - Method in class com.aspectran.core.context.rule.BeanRule
 
getFactoryMethodName() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the factory method name.
getFactoryMethodParameterBindingRules() - Method in class com.aspectran.core.context.rule.BeanRule
 
getFeature(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getField(Field, Object) - Static method in class com.aspectran.core.util.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getFile() - Method in class com.aspectran.core.activity.request.FileParameter
 
getFile() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getFile() - Method in class com.aspectran.core.context.rule.AppendRule
 
getFile() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getFile(String) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFile(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFile(URI) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFile(URI, String) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFile(URL) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFile(URL, String) - Static method in class com.aspectran.core.util.ResourceUtils
 
getFileName() - Method in class com.aspectran.core.activity.request.FileParameter
Gets the actual name of the file uploaded.
getFileParameter(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getFileParameter(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getFileParameter(String) - Method in class com.aspectran.core.activity.request.FileParameterMap
 
getFileParameter(String) - Method in interface com.aspectran.core.activity.Translet
Returns a FileParameter object as a given activity's request parameter name, or null if the parameter does not exist.
getFileParameter(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a FileParameter object as a given request parameter name, or null if the file parameter does not exist.
getFileParameter(String) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns a FileParameter object as a given activity's request parameter name, or null if the parameter does not exist.
getFileParameterMap() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getFileParameterNames() - Method in class com.aspectran.core.activity.CoreTranslet
 
getFileParameterNames() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getFileParameterNames() - Method in interface com.aspectran.core.activity.Translet
Returns a Collection of String objects containing the names of the file parameters contained in this request.
getFileParameterNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a Collection of String objects containing the names of the file parameters contained in this request.
getFileParameterValues(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getFileParameterValues(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getFileParameterValues(String) - Method in class com.aspectran.core.activity.request.FileParameterMap
 
getFileParameterValues(String) - Method in interface com.aspectran.core.activity.Translet
Returns an array of FileParameter objects containing all of the values the given activity's request parameter has, or null if the parameter does not exist.
getFileParameterValues(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns an array of FileParameter objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getFileParameterValues(String) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns an array of FileParameter objects containing all of the values the given activity's request parameter has, or null if the parameter does not exist.
getFilePath() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getFileSize() - Method in class com.aspectran.core.activity.request.FileParameter
Gets the size of the file uploaded.
getFileStoreConfig() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getFilterClass() - Method in class com.aspectran.core.context.rule.params.FilterParameters
 
getFilterParameters() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the filter parameters.
getFilterParameters() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the filter parameters.
getFinallyAdviceResult(String) - Method in class com.aspectran.core.activity.AdviceActivity
Gets the finally advice result.
getFinallyAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
getFinallyAdviceResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getFinallyAdviceResult(String) - Method in interface com.aspectran.core.activity.Translet
Gets the finally advice result.
getFinallyAdviceRuleList() - Method in class com.aspectran.core.activity.AdviceActivity
 
getFinallyAdviceRuleList() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
getFirst() - Method in class com.aspectran.core.activity.response.ResponseMap
 
getFirst(String) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
getFirst(K) - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
getFirst(K) - Method in interface com.aspectran.core.util.MultiValueMap
Return the first value for the given key.
getFloat(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloat(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFloat(ParameterKey, float) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloat(ParameterKey, float) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getFloat(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloat(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFloat(String, float) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloat(String, float) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getFloatArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloatArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFloatArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloatArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFloatList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloatList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFloatList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getFloatList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getFormat() - Method in class com.aspectran.core.context.rule.AppendRule
 
getFormat() - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
getFormats() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getForwardRule() - Method in class com.aspectran.core.activity.response.ForwardResponse
Returns the forward rule.
getFullPath(String) - Static method in class com.aspectran.core.util.FilenameUtils
Gets the path from a full filename.
getFullPathWithEndSeparator(String) - Static method in class com.aspectran.core.util.FilenameUtils
Gets the path with end separator from a full filename.
getGetter(String) - Method in class com.aspectran.core.util.BeanDescriptor
Gets the getter for a property as a Method object.
getGetterName() - Method in class com.aspectran.core.context.expr.token.Token
Gets the name of the property whose value is to be retrieved.
getGetterType(String) - Method in class com.aspectran.core.util.BeanDescriptor
Gets the type for a property getter.
getGracePeriodSecs() - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
getGreetings() - Method in class com.aspectran.core.context.config.ShellConfig
 
getHash() - Method in interface com.aspectran.core.util.ConcurrentReferenceHashMap.Reference
Return the hash for the reference.
getHash(Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHeader(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns the value of the response header with the given name.
getHeader(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns the value of the response header with the given name.
getHeader(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the value of the response header with the given name.
getHeader(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the value of the response header with the given name.
getHeaderActionRule() - Method in class com.aspectran.core.activity.process.action.HeaderAction
Returns the header action rule.
getHeaderItemRuleMap() - Method in class com.aspectran.core.context.rule.HeaderActionRule
Gets the header item rule map.
getHeaderMap() - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns a map of the request headers that can be modified.
getHeaderMap() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a map of the request headers that can be modified.
getHeaderNames() - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns the names of the headers of this response.
getHeaderNames() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns the names of the headers of this response.
getHeaderNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the names of the headers of this response.
getHeaderNames() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the names of the headers of this response.
getHeaders() - Method in class com.aspectran.core.context.rule.AspectRule
 
getHeaders() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
getHeaders(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns the values of the response header with the given name.
getHeaders(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the values of the response header with the given name.
getHeaderValues(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns the values of the response header with the given name.
getHeaderValues(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the values of the response header with the given name.
getHidden() - Method in class com.aspectran.core.context.rule.EchoActionRule
Returns whether to hide result of the action.
getHidden() - Method in class com.aspectran.core.context.rule.HeaderActionRule
Returns whether to hide result of the action.
getHidden() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Returns whether to hide result of the action.
getHidden() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Returns whether to hide result of the action.
getHighestSessionCount() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getHighestSessionCount() - Method in interface com.aspectran.core.component.session.SessionCache
 
getHistoryFile() - Method in class com.aspectran.core.context.config.ShellConfig
 
getHouseKeeper() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getId() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getId() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns a string containing the unique identifier assigned to this session.
getId() - Method in exception com.aspectran.core.component.bean.NoSuchBeanException
Returns the id of the missing bean.
getId() - Method in class com.aspectran.core.component.session.DefaultSession
 
getId() - Method in interface com.aspectran.core.component.session.Session
 
getId() - Method in class com.aspectran.core.component.session.SessionAgent
 
getId() - Method in class com.aspectran.core.component.session.SessionData
 
getId() - Method in exception com.aspectran.core.component.session.UnreadableSessionDataException
 
getId() - Method in exception com.aspectran.core.component.session.UnwritableSessionDataException
 
getId() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getId() - Method in class com.aspectran.core.context.rule.AspectRule
 
getId() - Method in class com.aspectran.core.context.rule.BeanRule
Returns the bean id.
getId() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getId() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getIdBasedBeanRuleMap() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getIdBasedBeanRules() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getIdleTimeout() - Method in class com.aspectran.core.util.thread.IdleTimeout
 
getIdleTimeout() - Method in class com.aspectran.core.util.timer.IdleTimeout
 
getImportant() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is important.
getInboundPath() - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
getInboundPath(String) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
getIncludeActionRule() - Method in class com.aspectran.core.activity.process.action.IncludeAction
Returns the include action rule.
getIncludePatterns() - Method in class com.aspectran.core.context.config.ExposalsConfig
 
getIncludePatterns() - Method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
getIndentSize() - Method in class com.aspectran.core.activity.FormattingContext
 
getIndexedProperty(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
 
getIndexedType(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
 
getInitMethod() - Method in class com.aspectran.core.context.rule.BeanRule
Returns the initialization method.
getInitMethodName() - Method in class com.aspectran.core.context.rule.BeanRule
Returns the initialization method name.
getInitMethodParameterBindingRules() - Method in class com.aspectran.core.context.rule.BeanRule
 
getInputStream() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getInputStream() - Method in class com.aspectran.core.activity.request.FileParameter
Returns an InputStream object of the file.
getInputStream() - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getInputStream() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getInputStream() - Method in class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
getInputStream() - Method in class com.aspectran.core.context.rule.appender.ResourceRuleAppender
 
getInputStream() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getInputStream() - Method in class com.aspectran.core.context.rule.appender.UrlRuleAppender
 
getInstance(Class<?>) - Static method in class com.aspectran.core.util.BeanDescriptor
Gets an instance of ClassDescriptor for the specified class.
getInt(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getInt(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getInt(ParameterKey, int) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getInt(ParameterKey, int) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getInt(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getInt(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getInt(String, int) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getInt(String, int) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getIntArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getIntArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getIntArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getIntArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getIntendedRequestEncoding() - Method in class com.aspectran.core.activity.CoreActivity
Determines the default request encoding.
getIntendedRequestEncoding() - Method in class com.aspectran.core.activity.CoreTranslet
 
getIntendedRequestEncoding() - Method in interface com.aspectran.core.activity.Translet
Returns the intended request encoding.
getIntendedResponseEncoding() - Method in class com.aspectran.core.activity.CoreActivity
Determines the default response encoding.
getIntendedResponseEncoding() - Method in class com.aspectran.core.activity.CoreTranslet
 
getIntendedResponseEncoding() - Method in interface com.aspectran.core.activity.Translet
Returns the intended response encoding.
getIntervalInHours() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getIntervalInMilliseconds() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getIntervalInMinutes() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getIntervalInSeconds() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getIntList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getIntList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getIntList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getIntList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getInvokeActionRule() - Method in class com.aspectran.core.activity.process.action.InvokeAction
Returns the invoke action rule.
getIsolated() - Method in class com.aspectran.core.context.rule.AspectRule
 
getItemNames() - Method in class com.aspectran.core.context.rule.ItemRuleList
 
getItemParametersList() - Method in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
getItemRule() - Method in exception com.aspectran.core.context.expr.ItemEvaluationException
Gets the item rule which is failed to evaluate expression.
getItemRules() - Method in exception com.aspectran.core.activity.request.MissingMandatoryAttributesException
Returns an item rule list that represents missing attributes.
getItemRules() - Method in exception com.aspectran.core.activity.request.MissingMandatoryParametersException
Returns an item rule list that represents missing parameters.
getJavaIoTmpDir() - Static method in class com.aspectran.core.util.SystemUtils
 
getJoinpointParameters() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
getJoinpointRule() - Method in class com.aspectran.core.context.rule.AspectRule
 
getJoinpointTargetType() - Method in class com.aspectran.core.context.rule.AspectRule
 
getJoinpointTargetType() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
getKey() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
getKeys() - Method in class com.aspectran.core.component.session.SessionData
 
getKeys() - Method in class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
This implementation throws UnsupportedOperationException, as a MessageSource does not allow for enumerating the defined message codes.
getLastAccessedTime() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getLastAccessedTime() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastAccessedTime() - Method in class com.aspectran.core.component.session.DefaultSession
 
getLastAccessedTime() - Method in interface com.aspectran.core.component.session.Session
 
getLastAccessedTime() - Method in class com.aspectran.core.component.session.SessionAgent
 
getLastAccessedTime() - Method in class com.aspectran.core.component.session.SessionData
 
getLastExpiryCheckTime() - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
getLastModified() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getLastModified() - Method in class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
getLastModified() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getLastSavedTime() - Method in class com.aspectran.core.component.session.SessionData
 
getLazyInit() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is to be lazily initialized.
getLineNumber() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
getLoadFactor() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
getLocale() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getLocale() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the preferred Locale.
getLocale() - Method in class com.aspectran.core.component.template.TemplateDataMap
 
getLocale() - Method in class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
This implementation exposes the specified Locale for introspection through the standard ResourceBundle.getLocale() method.
getLocale() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
Return the locale used by this LinkedCaseInsensitiveMap.
getLocaleParamName() - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Return the name of the parameter that contains a locale specification in a locale change request.
getLock() - Method in class com.aspectran.core.service.AbstractServiceController
 
getLog(Class<?>) - Static method in class com.aspectran.core.util.logging.LogFactory
 
getLog(String) - Static method in class com.aspectran.core.util.logging.LogFactory
 
getLong(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLong(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getLong(ParameterKey, long) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLong(ParameterKey, long) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getLong(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLong(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getLong(String, long) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLong(String, long) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getLongArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLongArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getLongArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLongArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getLongList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLongList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getLongList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getLongList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getMandatory() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether this item is mandatory.
getMaskPattern() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the mask pattern.
getMaskPattern() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the mask pattern.
getMatchedBeanCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getMatchedClassCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getMatchedMethodCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getMatchingAccessibleMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getMax() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
getMax() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getMaxIdleSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getMaxInactiveInterval() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getMaxInactiveInterval() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxInactiveInterval() - Method in class com.aspectran.core.component.session.DefaultSession
 
getMaxInactiveInterval() - Method in interface com.aspectran.core.component.session.Session
 
getMaxInactiveInterval() - Method in class com.aspectran.core.component.session.SessionAgent
 
getMaxInactiveInterval() - Method in class com.aspectran.core.component.session.SessionData
 
getMaxRequestSize() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getMaxRequestSize() - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getMaxSessions() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getMaxSessions() - Method in interface com.aspectran.core.component.session.SessionCache
 
getMaxSessions() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getMaxThreads(int) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
getMean() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getMembers(AspectranClassLoader) - Static method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getMessage() - Method in exception com.aspectran.core.activity.aspect.AdviceConstraintViolationException
 
getMessage(String, Object[]) - Method in class com.aspectran.core.activity.CoreTranslet
 
getMessage(String, Object[]) - Method in interface com.aspectran.core.activity.Translet
Try to resolve the message.
getMessage(String, Object[], String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getMessage(String, Object[], String) - Method in interface com.aspectran.core.activity.Translet
Try to resolve the message.
getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.activity.CoreTranslet
 
getMessage(String, Object[], String, Locale) - Method in interface com.aspectran.core.activity.Translet
Try to resolve the message.
getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
 
getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.support.i18n.message.DelegatingMessageSource
 
getMessage(String, Object[], String, Locale) - Method in interface com.aspectran.core.support.i18n.message.MessageSource
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in class com.aspectran.core.activity.CoreTranslet
 
getMessage(String, Object[], Locale) - Method in interface com.aspectran.core.activity.Translet
Try to resolve the message.
getMessage(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
 
getMessage(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.DelegatingMessageSource
 
getMessage(String, Object[], Locale) - Method in interface com.aspectran.core.support.i18n.message.MessageSource
Try to resolve the message.
getMessageFormat(ResourceBundle, String, Locale) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
getMessageFromParent(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Try to retrieve the given message from the parent MessageSource, if any.
getMessageInternal(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Resolve the given code and arguments as message in the given Locale, returning null if not found.
getMessageSource() - Method in interface com.aspectran.core.context.ActivityContext
Gets the message source.
getMessageSource() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getMethod() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
getMethod() - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
getMethodName() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
getMethodName() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Gets the action method name.
getMethodNamePattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getMethods() - Method in class com.aspectran.core.context.rule.AspectRule
 
getMethods() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
getMethodType() - Method in class com.aspectran.core.context.rule.IncludeActionRule
 
getName() - Method in class com.aspectran.core.activity.process.ActionList
 
getName() - Method in class com.aspectran.core.activity.process.ContentList
 
getName() - Method in class com.aspectran.core.activity.process.result.ContentResult
 
getName() - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
getName() - Method in class com.aspectran.core.context.expr.token.Token
Gets the token name.
getName() - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the dispatch name.
getName() - Method in class com.aspectran.core.context.rule.ItemRule
Returns the name of the item.
getName() - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
getName() - Method in class com.aspectran.core.context.rule.params.SettingParameters
 
getName() - Method in class com.aspectran.core.context.rule.ResponseRule
 
getName() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getName() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the translet name.
getName() - Method in interface com.aspectran.core.util.apon.Parameter
Returns the parameter name.
getName() - Method in class com.aspectran.core.util.apon.ParameterKey
 
getName() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getName() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
getName() - Method in class com.aspectran.scheduler.service.QuartzJobListener
 
getName(Activity) - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the dispatch name.
getName(String) - Static method in class com.aspectran.core.util.FilenameUtils
Gets the name minus the path from a full filename.
getNamePattern() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the name pattern.
getNameTokens() - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the tokens of the dispatch name.
getNameTokens() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the name tokens.
getNext() - Method in interface com.aspectran.core.util.ConcurrentReferenceHashMap.Reference
Return the next reference in the chain, or null if none.
getNoCache() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getNodeParser() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
getNodeTracker() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getNodeTracker() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
getNonPersistentAttributes() - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
getNonPersistentAttributes() - Method in class com.aspectran.core.component.session.AbstractSessionStoreFactory
 
getNonPersistentAttributes() - Method in interface com.aspectran.core.component.session.SessionStore
Returns the names of the attributes that should be excluded from serialization.
getNonPersistentAttributes() - Method in interface com.aspectran.core.component.session.SessionStoreFactory
 
getNonPersistentAttributes() - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
getNullWritable() - Method in class com.aspectran.core.activity.FormattingContext
 
getNumberOfResources() - Method in class com.aspectran.core.context.resource.ResourceManager
 
getObject() - Method in interface com.aspectran.core.component.bean.ablility.FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory.
getObject() - Method in class com.aspectran.core.support.BasePathFactoryBean
 
getObject() - Method in class com.aspectran.core.support.CurrentActivityDataFactoryBean
 
getObject() - Method in class com.aspectran.core.support.CurrentTransletFactoryBean
 
getObject() - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
 
getOrDefault(Object, V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
getOrDefault(Object, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
getOrder() - Method in class com.aspectran.core.context.rule.AspectRule
 
getOutputStream() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
getOutputStream() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns a OutputStream suitable for writing binary data in the response.
getParameter(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameter(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Returns the Parameter corresponding to the specified parameter definition.
getParameter(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getParameter(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getParameter(String) - Method in class com.aspectran.core.activity.request.ParameterMap
Returns the string value to which the specified name is mapped, or null if this map contains no mapping for the name.
getParameter(String) - Method in interface com.aspectran.core.activity.Translet
Returns the value of an activity's request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns the value of an activity's request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameter(String) - Method in interface com.aspectran.core.util.apon.Parameters
Returns the Parameter with the specified name.
getParameterBindingRule() - Method in exception com.aspectran.core.activity.process.action.ParameterBindingException
 
getParameterBindingRules() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
getParameterItemRuleMap() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Gets the parameter item rule map.
getParameterItemRuleMap() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the parameter item rule map.
getParameterItemRuleMap() - Method in class com.aspectran.core.context.rule.RequestRule
Gets the parameter item rule map.
getParameterKeys() - Static method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getParameterMap() - Method in class com.aspectran.core.activity.request.AbstractRequest
Returns a map of the request parameters that can be modified.
getParameterMap() - Method in interface com.aspectran.core.adapter.RequestAdapter
Return an mutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getParameterNames() - Method in class com.aspectran.core.activity.CoreTranslet
 
getParameterNames() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getParameterNames() - Method in class com.aspectran.core.activity.request.ParameterMap
Returns a Collection of String objects containing the names of the parameters.
getParameterNames() - Method in interface com.aspectran.core.activity.Translet
Returns a Collection of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns a Collection of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameterNames() - Method in interface com.aspectran.core.util.apon.Parameters
Returns all the parameter names associated with this Parameters.
getParameterNameSet() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameterNameSet() - Method in interface com.aspectran.core.util.apon.Parameters
Returns all the parameter names associated with this Parameters.
getParameters() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getParameters() - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getParameters(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameters(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParameters(Class<T>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getParameters(Class<T>) - Method in interface com.aspectran.core.adapter.RequestAdapter
 
getParameters(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameters(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParametersArray() - Method in class com.aspectran.core.util.apon.ArrayParameters
 
getParametersArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParametersArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParametersArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParametersArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParametersList() - Method in class com.aspectran.core.util.apon.ArrayParameters
 
getParametersList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParametersList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParametersList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParametersList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getParameterValue(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameterValue(String) - Method in interface com.aspectran.core.util.apon.Parameters
 
getParameterValueMap() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParameterValueMap() - Method in interface com.aspectran.core.util.apon.Parameters
Returns a map of the ParameterValues.
getParameterValues(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getParameterValues(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getParameterValues(String) - Method in class com.aspectran.core.activity.request.ParameterMap
Returns the string values to which the specified name is mapped, or null if this map contains no mapping for the name.
getParameterValues(String) - Method in interface com.aspectran.core.activity.Translet
Returns an array of String objects containing all of the values the given activity's request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns an array of String objects containing all of the values the given activity's request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns an array of String objects containing all of the values the given activity's request parameter has, or null if the parameter does not exist.
getParameterWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
Returns the value of the request parameter from the request adapter without storing it in the cache.
getParent() - Method in class com.aspectran.core.activity.process.result.ContentResult
 
getParent() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getParent() - Method in interface com.aspectran.core.util.apon.Parameters
Returns the parent of the proprietor of this Parameters.
getParentActivity() - Method in class com.aspectran.core.activity.AbstractActivity
 
getParentMessageSource() - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
 
getParentMessageSource() - Method in class com.aspectran.core.support.i18n.message.DelegatingMessageSource
 
getParentMessageSource() - Method in interface com.aspectran.core.support.i18n.message.HierarchicalMessageSource
Return the parent of this MessageSource, or null if none.
getParentTranslet() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getPassword() - Static method in class com.aspectran.core.util.PBEncryptionUtils
 
getPath() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the redirect path.
getPath() - Method in class com.aspectran.core.util.json.JsonReader
Returns a JsonPath to the current location in the JSON value.
getPath(Activity) - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the redirect path.
getPathTokens() - Method in class com.aspectran.core.context.rule.RedirectRule
Gets the tokens of the redirect path.
getPatternString() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getPayload(String) - Static method in class com.aspectran.core.util.security.PBTokenIssuer
 
getPayload(String) - Static method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
getPayload(String, Class<T>) - Static method in class com.aspectran.core.util.security.PBTokenIssuer
 
getPayload(String, Class<T>) - Static method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
getPendingList() - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
getPermitted() - Method in exception com.aspectran.core.activity.request.SizeLimitExceededException
 
getPointcut() - Method in class com.aspectran.core.context.rule.AspectRule
 
getPointcutPatternRuleList() - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
getPointcutPatternRuleList() - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
getPointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutRule
 
getPointcutPatternVerifiable() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getPointcutRule() - Method in class com.aspectran.core.context.rule.AspectRule
 
getPointcutRule() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
getPointcutType() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getPointcutType() - Method in class com.aspectran.core.context.rule.PointcutRule
 
getPollerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
getPollingInterval(long) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
getPoweredBy() - Static method in class com.aspectran.core.util.Aspectran
 
getPoweredByLink() - Static method in class com.aspectran.core.util.Aspectran
 
getPrefix() - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
getPretty() - Method in class com.aspectran.core.context.rule.TransformRule
Returns whether to format the content of the response to make it easier to read by adding spaces or tabs.
getPrettyMessage() - Method in exception com.aspectran.core.context.InsufficientEnvironmentException
 
getPrimitiveWrapper(Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Gets the wrapper object class for the given primitive type class.
getProcessResult() - Method in interface com.aspectran.core.activity.Activity
Returns the process result.
getProcessResult() - Method in class com.aspectran.core.activity.CoreActivity
 
getProcessResult() - Method in class com.aspectran.core.activity.CoreTranslet
 
getProcessResult() - Method in class com.aspectran.core.activity.DefaultActivity
 
getProcessResult() - Method in interface com.aspectran.core.activity.Translet
Returns the process result.
getProcessResult(String) - Method in interface com.aspectran.core.activity.Activity
Returns an action result for the specified action id from the process result, or null if the action does not exist.
getProcessResult(String) - Method in class com.aspectran.core.activity.CoreActivity
 
getProcessResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getProcessResult(String) - Method in class com.aspectran.core.activity.DefaultActivity
 
getProcessResult(String) - Method in interface com.aspectran.core.activity.Translet
Returns a action result for the specified action id from the process result, or null if the action does not exist.
getProfile() - Method in class com.aspectran.core.context.rule.AppendRule
 
getProfile() - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
getProfile() - Method in class com.aspectran.core.context.rule.ItemRuleMap
 
getProfile() - Method in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
getProfiles() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getProfilesConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
getPrompt() - Method in class com.aspectran.core.context.config.ShellConfig
 
getProperty(Token) - Method in class com.aspectran.core.context.expr.TokenExpression
Returns an Environment variable that matches the given token.
getProperty(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
Invokes the static method of the specified class to get the bean property value.
getProperty(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getProperty(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getProperty(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
getProperty(String) - Method in interface com.aspectran.core.activity.Translet
Returns the value of the property on environment.
getProperty(String) - Static method in class com.aspectran.core.util.SystemUtils
Gets a System property, defaulting to null if the property cannot be read.
getProperty(String, Activity) - Method in class com.aspectran.core.context.env.ContextEnvironment
 
getProperty(String, Activity) - Method in interface com.aspectran.core.context.env.Environment
Returns the value of the property on environment via Activity.
getProperty(String, String) - Static method in class com.aspectran.core.util.SystemUtils
 
getPropertyItemRuleMap() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getPropertyItemRuleMap() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getPropertyItemRuleMap() - Method in class com.aspectran.core.context.env.ContextEnvironment
 
getPropertyItemRuleMap() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the property item rule map.
getPropertyItemRuleMap() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Gets the property item rule map.
getPropertyItemRuleMapList() - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
getPropertyTypeForGetter(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Returns the class that the getter will return when reading a property value.
getPropertyTypeForSetter(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Returns the class that the setter expects to receive as a parameter when setting a property value.
getProprietor() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getProprietor() - Method in interface com.aspectran.core.util.apon.Parameters
Returns the owner of this Parameters.
getPrototypeClass(ItemRule, Object) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
Returns the Class according to the given item value.
getPrototypeScopeBean(BeanRule) - Method in class com.aspectran.core.activity.AbstractActivity
 
getPrototypeScopeBean(BeanRule) - Method in interface com.aspectran.core.activity.Activity
 
getPrototypeScopeBean(BeanRule) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
getProxied() - Method in class com.aspectran.core.context.rule.BeanRule
 
getQualifiedName() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
getQualifiedName() - Method in class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
getQualifiedName() - Method in class com.aspectran.core.context.rule.appender.ResourceRuleAppender
 
getQualifiedName() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getQualifiedName() - Method in class com.aspectran.core.context.rule.appender.UrlRuleAppender
 
getQualifiedName() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getQualifiedName() - Method in interface com.aspectran.core.util.apon.Parameter
Returns the fully qualified parameter name.
getQualifiedName() - Method in interface com.aspectran.core.util.apon.Parameters
Returns the qualified name.
getQualifiedName() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getQualifiers() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getRaisedException() - Method in class com.aspectran.core.activity.AbstractActivity
 
getRaisedException() - Method in interface com.aspectran.core.activity.Activity
Returns an instance of the currently raised exception.
getRaisedException() - Method in class com.aspectran.core.activity.CoreTranslet
 
getRaisedException() - Method in interface com.aspectran.core.activity.Translet
Returns the raised exception instance.
getReadablePropertyNames() - Method in class com.aspectran.core.util.BeanDescriptor
Gets an array of the readable properties for an object.
getReadablePropertyNames(Object) - Static method in class com.aspectran.core.util.BeanUtils
Returns an array of the readable properties exposed by a bean.
getReadablePropertyNamesWithoutNonSerializable() - Method in class com.aspectran.core.util.BeanDescriptor
 
getReadablePropertyNamesWithoutNonSerializable(Object) - Static method in class com.aspectran.core.util.BeanUtils
Returns an array of readable properties exposed by the bean, except those specified by NonSerializable.
getReader() - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getReader(File, String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a Reader for reading the specified file.
getReader(String) - Method in class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
getReader(String) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
getReader(URL, String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a Reader for reading the specified url.
getRedirectRule() - Method in class com.aspectran.core.activity.response.RedirectResponse
Returns the redirect rule.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
 
getReference(Object, ConcurrentReferenceHashMap.Restructure) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getRejectedSessionCount() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
getRejectedSessionCount() - Method in interface com.aspectran.core.component.session.SessionCache
 
getRelevantAspectRules() - Method in exception com.aspectran.core.activity.aspect.AdviceConstraintViolationException
 
getReloadMode() - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
getRemoveUnloadableSessions() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getRepeatCount() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getRepeatForever() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getReplicatedCount() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
getRepresented() - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
getRequestAdaptee() - Method in class com.aspectran.core.activity.CoreTranslet
 
getRequestAdaptee() - Method in interface com.aspectran.core.activity.Translet
Returns the adaptee object to provide request information.
getRequestAdapter() - Method in class com.aspectran.core.activity.AbstractActivity
 
getRequestAdapter() - Method in interface com.aspectran.core.activity.Activity
Gets the request adapter.
getRequestAdapter() - Method in class com.aspectran.core.activity.CoreTranslet
 
getRequestAdapter() - Method in interface com.aspectran.core.activity.Translet
Gets the request adapter.
getRequestMethod() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getRequestMethod() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
getRequestMethod() - Method in exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Gets the request method type.
getRequestMethod() - Method in interface com.aspectran.core.activity.Translet
Gets the request http method.
getRequestMethod() - Method in exception com.aspectran.core.activity.TransletNotFoundException
 
getRequestMethod() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the method used for the request.
getRequestMethod() - Method in class com.aspectran.core.context.rule.ForwardRule
 
getRequestMethod(MethodType) - Method in exception com.aspectran.core.activity.TransletNotFoundException
 
getRequestName() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getRequestName() - Method in interface com.aspectran.core.activity.Translet
Returns the request name for this Translet.
getRequestRule() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getRequestRule() - Method in class com.aspectran.core.activity.CoreActivity
Returns the request rule.
getRequestRule() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the request rule.
getRequests() - Method in class com.aspectran.core.component.session.DefaultSession
Returns the current number of requests that are active in the Session.
getRequestScope() - Method in class com.aspectran.core.adapter.AbstractRequestAdapter
 
getRequestScope() - Method in interface com.aspectran.core.adapter.RequestAdapter
Gets the request scope.
getRequestScope(boolean) - Method in class com.aspectran.core.adapter.AbstractRequestAdapter
 
getRequestScope(boolean) - Method in interface com.aspectran.core.adapter.RequestAdapter
Gets the request scope.
getResource() - Method in class com.aspectran.core.context.rule.AppendRule
 
getResource() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getResource(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getResource(String) - Method in class com.aspectran.core.context.resource.ResourceManager
 
getResource(String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns the URL of the resource on the classpath.
getResource(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
Returns the URL of the resource on the classpath.
getResourceAsFile(String) - Static method in class com.aspectran.core.util.ResourceUtils
 
getResourceAsFile(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
 
getResourceAsStream(String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceAsStream(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a resource on the classpath as a Stream object.
getResourceBundle(String, Locale) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Return a ResourceBundle for the given basename and code, fetching already generated MessageFormats from the cache.
getResourceEntries() - Method in class com.aspectran.core.context.resource.ResourceManager
 
getResourceLocation() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getResourceLocations() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getResourceLocations() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getResourceLocations() - Method in class com.aspectran.core.context.config.ContextConfig
 
getResourceManager() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getResources(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getResources(Iterator<AspectranClassLoader>) - Static method in class com.aspectran.core.context.resource.ResourceManager
 
getResources(Iterator<AspectranClassLoader>, String) - Static method in class com.aspectran.core.context.resource.ResourceManager
 
getResources(Iterator<AspectranClassLoader>, String, Enumeration<URL>) - Static method in class com.aspectran.core.context.resource.ResourceManager
 
getResponse() - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
getResponse() - Method in class com.aspectran.core.context.rule.ResponseRule
 
getResponse(String) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
getResponseAdaptee() - Method in class com.aspectran.core.activity.CoreTranslet
 
getResponseAdaptee() - Method in interface com.aspectran.core.activity.Translet
Returns the adaptee object to provide response information.
getResponseAdapter() - Method in class com.aspectran.core.activity.AbstractActivity
 
getResponseAdapter() - Method in interface com.aspectran.core.activity.Activity
Gets the response adapter.
getResponseAdapter() - Method in class com.aspectran.core.activity.CoreTranslet
 
getResponseAdapter() - Method in interface com.aspectran.core.activity.Translet
Gets the response adapter.
getResponseMap() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
Gets the response map.
getResponseRule() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getResponseRule() - Method in class com.aspectran.core.activity.CoreActivity
Returns the response rule.
getResponseRule() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the response rule.
getResponseRuleList() - Method in class com.aspectran.core.context.rule.TransletRule
 
getResponseType() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
 
getResponseType() - Method in class com.aspectran.core.activity.response.ForwardResponse
 
getResponseType() - Method in class com.aspectran.core.activity.response.RedirectResponse
 
getResponseType() - Method in interface com.aspectran.core.activity.response.Response
Gets the response type.
getResponseType() - Method in class com.aspectran.core.activity.response.transform.CustomTransformResponse
 
getResponseType() - Method in class com.aspectran.core.activity.response.transform.TransformResponse
 
getResponseType() - Method in class com.aspectran.core.context.rule.ResponseRule
 
getResultValue() - Method in class com.aspectran.core.activity.process.result.ActionResult
Gets the result value of the action.
getResultValue(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
Returns the result value of the action as an Object.
getRoot() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
getRootCause(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that can be used to find the "root cause", innermost of chained (wrapped) exceptions.
getRootCauseOfRaisedException() - Method in class com.aspectran.core.activity.AbstractActivity
 
getRootCauseOfRaisedException() - Method in interface com.aspectran.core.activity.Activity
Returns the innermost one of the chained (wrapped) exceptions.
getRootCauseOfRaisedException() - Method in class com.aspectran.core.activity.CoreTranslet
 
getRootCauseOfRaisedException() - Method in interface com.aspectran.core.activity.Translet
Returns the innermost one of the chained (wrapped) exceptions.
getRootFile() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getRootFile() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getRootFile() - Method in class com.aspectran.core.context.config.ContextConfig
 
getRootService() - Method in interface com.aspectran.core.context.ActivityContext
Returns the Aspectran Service that created the current ActivityContext.
getRootService() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getRuleAppendHandler() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the rule append handler.
getSavedFile() - Method in class com.aspectran.core.activity.request.FileParameter
Returns the saved file.
getSaveOnCreate() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getSaveOnInactiveEviction() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getSavePeriodSecs() - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
getScanIntervalSeconds() - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
getScanPath() - Method in class com.aspectran.core.context.rule.TransletRule
Gets the scan path.
getScanPattern() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the scan pattern.
getScavengingInterval() - Method in class com.aspectran.core.component.session.HouseKeeper
Get the period between scavenge cycles.
getScavengingIntervalSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getScheduledJobRuleList() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getScheduledJobRules(String[]) - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
getScheduler() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getScheduler() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getScheduler() - Method in class com.aspectran.core.util.timer.CyclicTimeout
 
getSchedulerBeanClass() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getSchedulerBeanId() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getSchedulerConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getSchedulerService() - Method in class com.aspectran.core.service.AbstractCoreService
 
getSchedulerService() - Method in interface com.aspectran.core.service.CoreService
 
getScheduleRule() - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
getScheduleRule(String) - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
getScheduleRuleRegistry() - Method in interface com.aspectran.core.context.ActivityContext
Gets the schedule rule registry.
getScheduleRuleRegistry() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getScheduleRuleRegistry() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the schedule rule registry.
getScheduleRules() - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
getScheduleRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns all schedule rules.
getScheduleRules() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
getScopeLock() - Method in class com.aspectran.core.component.bean.scope.RequestScope
 
getScopeLock() - Method in interface com.aspectran.core.component.bean.scope.Scope
Returns the scope lock.
getScopeLock() - Method in class com.aspectran.core.component.bean.scope.SessionScope
 
getScopeLock() - Method in class com.aspectran.core.component.bean.scope.SingletonScope
 
getScopeType() - Method in class com.aspectran.core.component.bean.scope.RequestScope
 
getScopeType() - Method in interface com.aspectran.core.component.bean.scope.Scope
Returns the scope type.
getScopeType() - Method in class com.aspectran.core.component.bean.scope.SessionScope
 
getScopeType() - Method in class com.aspectran.core.component.bean.scope.SingletonScope
 
getScopeType() - Method in class com.aspectran.core.context.rule.BeanRule
Gets the scope type.
getSecret() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether this item requires secure input.
getSegment(int) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
getSegmentsSize() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
getSeparator() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
getSeparatorCount() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
getServiceController() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
getServiceController() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
getServiceController() - Method in class com.aspectran.core.service.AbstractCoreService
 
getServiceController() - Method in interface com.aspectran.core.service.CoreService
Returns the service controller for this service.
getServiceName() - Method in class com.aspectran.core.service.AbstractServiceController
 
getServiceName() - Method in interface com.aspectran.core.service.ServiceController
Returns the name of this service.
getSession(boolean) - Method in class com.aspectran.core.component.session.SessionAgent
 
getSession(String) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSession(String) - Method in interface com.aspectran.core.component.session.SessionHandler
Get a known existing session.
getSessionAdaptee() - Method in class com.aspectran.core.activity.CoreTranslet
 
getSessionAdaptee() - Method in interface com.aspectran.core.activity.Translet
Returns the adaptee object to provide session information.
getSessionAdapter() - Method in class com.aspectran.core.activity.AbstractActivity
 
getSessionAdapter() - Method in interface com.aspectran.core.activity.Activity
Gets the session adapter.
getSessionAdapter() - Method in class com.aspectran.core.activity.CoreTranslet
 
getSessionAdapter() - Method in interface com.aspectran.core.activity.Translet
Gets the session adapter.
getSessionAgent() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
getSessionAttributeWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
Returns the value of the named attribute from the session adapter without storing it in the cache.
getSessionCache() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionCache() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSessionData() - Method in class com.aspectran.core.component.session.DefaultSession
 
getSessionHandler() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
getSessionHandler() - Method in class com.aspectran.core.component.session.DefaultSession
 
getSessionHandler() - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
getSessionHandler() - Method in interface com.aspectran.core.component.session.SessionManager
 
getSessionIdGenerator() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionIdGenerator() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSessionManagerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
getSessionManagerConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
getSessionManagerConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
getSessionStore() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
getSessionStore() - Method in class com.aspectran.core.component.session.FileSessionStoreFactory
 
getSessionStore() - Method in interface com.aspectran.core.component.session.SessionStoreFactory
 
getSessionTimeMax() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionTimeMax() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSessionTimeMean() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionTimeMean() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSessionTimeStdDev() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionTimeStdDev() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSessionTimeTotal() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getSessionTimeTotal() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getSetter(String) - Method in class com.aspectran.core.util.BeanDescriptor
Gets the setter for a property as a Method object.
getSetterAnnotation(Method, Class<T>) - Method in class com.aspectran.core.util.BeanDescriptor
Invokes the annotation of the given type.
getSetterAnnotation(String, Class<T>) - Method in class com.aspectran.core.util.BeanDescriptor
Invokes the annotation of the given type.
getSetterType(String) - Method in class com.aspectran.core.util.BeanDescriptor
Gets the type for a property setter.
getSetting(DefaultSettingType) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the setting value.
getSetting(String) - Method in interface com.aspectran.core.activity.Activity
Gets the setting value in the translet scope.
getSetting(String) - Method in class com.aspectran.core.activity.AdviceActivity
 
getSetting(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
getSetting(String) - Method in class com.aspectran.core.activity.DefaultActivity
 
getSetting(String) - Method in interface com.aspectran.core.activity.Translet
Gets the setting value in the translet scope.
getSetting(String) - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
getSettings() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the settings.
getSettings() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
getSettingsAdviceRule() - Method in class com.aspectran.core.context.rule.AspectRule
 
getSettingsAdviceRuleList() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
getShellConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getSimpleProperty(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getSingleton() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is a singleton.
getSize() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
Return the size of the current references array.
getStacktrace(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Gets the stack trace from a Throwable as a String.
getStartDelaySeconds() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
getStartDelaySeconds() - Method in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
getStartDelaySeconds() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
getStartDelaySeconds() - Method in interface com.aspectran.scheduler.service.SchedulerService
 
getState() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
getStatus() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns the status code.
getStatus() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns the status code.
getStdDev() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getStoreDir() - Method in class com.aspectran.core.component.session.FileSessionStore
 
getStoreDir() - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
getString(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getString(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getString(ParameterKey, String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getString(ParameterKey, String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getString(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getString(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getString(String, String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getString(String, String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or defaultValue if the parameter does not exist.
getStringArray(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getStringArray(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getStringArray(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getStringArray(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getStringBuilder() - Method in class com.aspectran.core.util.ToStringBuilder
 
getStringList(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getStringList(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getStringList(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getStringList(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getStringOrNull(ResourceBundle, String) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Efficiently retrieve the String value for the specified key, or return null if not found.
getSuffix() - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
getTarget() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getTargetBeanClass() - Method in class com.aspectran.core.context.rule.BeanRule
 
getTargetBeanClassName() - Method in class com.aspectran.core.context.rule.BeanRule
 
getTargetType() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getTemplate(Token) - Method in class com.aspectran.core.context.expr.TokenExpression
Executes template, returns the generated output.
getTemplateId() - Method in exception com.aspectran.core.component.template.TemplateNotFoundException
Gets the template id.
getTemplateId() - Method in class com.aspectran.core.context.rule.TransformRule
Gets the template id.
getTemplateRenderer() - Method in interface com.aspectran.core.context.ActivityContext
Gets the template renderer.
getTemplateRenderer() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getTemplateRule() - Method in exception com.aspectran.core.component.template.TemplateRenderingException
 
getTemplateRule() - Method in class com.aspectran.core.context.rule.TransformRule
Gets the template rule.
getTemplateRule(String) - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
getTemplateRuleRegistry() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the template rule registry.
getTemplateRules() - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
getTemplateRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns all template rules.
getTemplateRules() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
getTemplateSource() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getTemplateSource(ApplicationAdapter) - Method in class com.aspectran.core.context.rule.TemplateRule
 
getTemplateTokens() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getTemplateTokens(ApplicationAdapter) - Method in class com.aspectran.core.context.rule.TemplateRule
 
GETTER_SEPARATOR - Static variable in class com.aspectran.core.context.expr.token.Token
 
getThrowable(int) - Method in exception com.aspectran.core.util.MultiException
 
getThrowables() - Method in exception com.aspectran.core.util.MultiException
 
getTimeZone() - Method in class com.aspectran.core.activity.request.AbstractRequest
Gets the time zone.
getTimeZone() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns the preferred TimeZone.
getTimeZoneParamName() - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Return the name of the parameter that contains a timezone specification in a timezone change request.
getToken() - Method in exception com.aspectran.core.context.expr.token.InvalidTokenException
 
getToken() - Method in exception com.aspectran.core.context.expr.TokenEvaluationException
Gets the token which is failed to evaluate expression.
getToken() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getToken() - Method in exception com.aspectran.core.util.security.InvalidPBTokenException
 
getToken() - Static method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
getToken(Parameters) - Static method in class com.aspectran.core.util.security.PBTokenIssuer
 
getToken(Parameters) - Static method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
getTokenize() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether to tokenize.
getTokens() - Method in class com.aspectran.core.context.rule.ItemRule
Gets the tokens.
getTokens() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
getTokensList() - Method in class com.aspectran.core.context.rule.ItemRule
Gets the list of tokens.
getTokensMap() - Method in class com.aspectran.core.context.rule.ItemRule
Gets the tokens map.
getTotal() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
getTotal() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getTransformer() - Method in class com.aspectran.core.context.rule.CustomTransformRule
 
getTransformRule() - Method in class com.aspectran.core.activity.response.transform.TransformResponse
Gets the transform rule.
getTransformRule() - Method in exception com.aspectran.core.activity.response.transform.TransformResponseException
Gets the transform rule.
getTransformType() - Method in class com.aspectran.core.activity.response.transform.TransformResponse
Gets the transform type.
getTransformType() - Method in class com.aspectran.core.context.rule.CustomTransformRule
Gets the transform type.
getTransformType() - Method in class com.aspectran.core.context.rule.TransformRule
Gets the transform type.
getTranslet() - Method in interface com.aspectran.core.activity.Activity
Returns an instance of the current translet.
getTranslet() - Method in class com.aspectran.core.activity.CoreActivity
 
getTranslet() - Method in class com.aspectran.core.activity.DefaultActivity
 
getTransletName() - Method in exception com.aspectran.core.activity.TransletNotFoundException
 
getTransletName() - Method in class com.aspectran.core.context.rule.ForwardRule
Gets the translet name.
getTransletName() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Gets the translet name.
getTransletName() - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
getTransletNamePattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
getTransletNamePrefix() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getTransletNameSuffix() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
getTransletRule() - Method in class com.aspectran.core.activity.AbstractTranslet
 
getTransletRule() - Method in class com.aspectran.core.activity.CoreActivity
Returns the translet rule.
getTransletRule(String) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
getTransletRule(String, MethodType) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
getTransletRuleRegistry() - Method in interface com.aspectran.core.context.ActivityContext
Gets the translet rule registry.
getTransletRuleRegistry() - Method in class com.aspectran.core.context.AspectranActivityContext
 
getTransletRuleRegistry() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns the translet rule registry.
getTransletRules() - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
getTransletRules() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns all translet rules.
getTransletRules() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
getTriggerExpressionParameters() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getTriggerType() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
getType() - Method in exception com.aspectran.core.component.bean.NoSuchBeanException
Returns the type required type of the missing bean.
getType() - Method in exception com.aspectran.core.component.bean.NoUniqueBeanException
Returns the type required type of the missing bean.
getType() - Method in class com.aspectran.core.context.expr.token.Token
Gets the token type.
getType() - Method in class com.aspectran.core.context.rule.ItemRule
Gets the item type.
getType() - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
getType() - Method in class com.aspectran.core.context.rule.params.TypeAliasParameters
 
getTypeAliases() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Gets the type aliases.
getTypeBasedBeanRuleMap() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getTypeBasedBeanRules() - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
getTypeDifferenceWeight(Class<?>[], Class<?>[]) - Static method in class com.aspectran.core.util.ReflectionUtils
Returns the sum of the object transformation cost for each class in the source argument list.
getTypeDifferenceWeight(Class<?>[], Object[]) - Static method in class com.aspectran.core.util.ReflectionUtils
Algorithm that judges the match between the declared parameter types of a candidate method and a specific list of arguments that this method is supposed to be invoked with.
getTypeDifferenceWeight(Class<?>, Class<?>) - Static method in class com.aspectran.core.util.ReflectionUtils
Gets the number of steps required needed to turn the source class into the destination class.
getTypeDifferenceWeight(Class<?>, Object) - Static method in class com.aspectran.core.util.ReflectionUtils
Algorithm that judges the match between the declared parameter types of a candidate method and a specific list of arguments that this method is supposed to be invoked with.
getTypes() - Method in class com.aspectran.core.context.rule.AutowireRule
 
getTypes() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
getUriDecoding() - Method in class com.aspectran.core.context.config.WebConfig
 
getUrl() - Method in class com.aspectran.core.context.rule.AppendRule
 
getUrl() - Method in class com.aspectran.core.context.rule.TemplateRule
 
getURL(String) - Static method in class com.aspectran.core.util.ResourceUtils
 
getURL(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
 
getValue() - Method in class com.aspectran.core.context.expr.token.Token
Returns the class name of the bean or the classpath of the Properties file, depending on the type of token.
getValue() - Method in class com.aspectran.core.context.rule.ItemRule
Returns the value of the item.
getValue() - Method in class com.aspectran.core.context.rule.params.SettingParameters
 
getValue() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as an Object.
getValue() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValue() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
getValue(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getValue(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getValue(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
getValue(String) - Method in interface com.aspectran.core.util.apon.Parameters
Return the value for the specified parameter, or null if the parameter does not exist.
getValueAsBoolean() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Boolean.
getValueAsBoolean() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsBooleanArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Boolean array.
getValueAsBooleanArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsBooleanList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Boolean>.
getValueAsBooleanList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsDouble() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Double.
getValueAsDouble() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsDoubleArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Double array.
getValueAsDoubleArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsDoubleList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Double>.
getValueAsDoubleList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsFloat() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Float.
getValueAsFloat() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsFloatArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Float array.
getValueAsFloatArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsFloatList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Float>.
getValueAsFloatList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsInt() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as an Integer.
getValueAsInt() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsIntArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as an Integer array.
getValueAsIntArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsIntList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Integer>.
getValueAsIntList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsLong() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Long.
getValueAsLong() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsLongArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Long array.
getValueAsLongArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsLongList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Long>.
getValueAsLongList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsParameters() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Parameters.
getValueAsParameters() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsParametersArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a Parameters array.
getValueAsParametersArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsParametersList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<Parameters>.
getValueAsParametersList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsString() - Method in class com.aspectran.core.context.rule.params.SettingParameters
 
getValueAsString() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a String.
getValueAsString() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsStringArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a String array.
getValueAsStringArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueAsStringList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List<String>.
getValueAsStringList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueList() - Method in class com.aspectran.core.context.rule.ItemRule
Returns a list of string values of this item.
getValueList() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as a List.
getValueList() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueMap() - Method in class com.aspectran.core.context.rule.ItemRule
Returns a map of string values of this item.
getValues() - Method in interface com.aspectran.core.util.apon.Parameter
Returns a value as an Object array.
getValues() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getValueType() - Method in class com.aspectran.core.context.rule.ItemRule
Gets the value type of this item.
getValueType() - Method in interface com.aspectran.core.util.apon.Parameter
Returns the parameter value type.
getValueType() - Method in class com.aspectran.core.util.apon.ParameterKey
 
getValueType() - Method in class com.aspectran.core.util.apon.ParameterValue
 
getVariance() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
getVersion() - Static method in class com.aspectran.core.util.Aspectran
 
getViewDispatcher() - Method in class com.aspectran.core.context.rule.DispatchRule
 
getWebConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
getWeight() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
getWildcardPattern() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
getWorkerName() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
getWorkerName() - Method in interface com.aspectran.core.component.session.SessionHandler
 
getWorkerName() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
getWorkingDir() - Method in class com.aspectran.core.context.config.ShellConfig
 
getWritablePropertyNames() - Method in class com.aspectran.core.util.BeanDescriptor
Gets an array of the writable properties for an object.
getWritablePropertyNames(Object) - Static method in class com.aspectran.core.util.BeanUtils
Returns an array of the writable properties exposed by a bean.
getWriter() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
getWriter() - Method in interface com.aspectran.core.adapter.ResponseAdapter
Returns a Writer object that can send character text to the client.
getXpath() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 

H

handle(Translet, LocaleResolver) - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
 
handle(RuleAppender) - Method in class com.aspectran.core.context.rule.appender.HybridRuleAppendHandler
 
handle(RuleAppender) - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
handle(RuleAppender) - Method in class com.aspectran.core.context.rule.appender.ShallowRuleAppendHandler
 
handleException(ExceptionRule) - Method in class com.aspectran.core.activity.AdviceActivity
 
handleException(ExceptionRule) - Method in class com.aspectran.core.activity.CoreActivity
 
handleException(List<ExceptionRule>) - Method in interface com.aspectran.core.activity.Activity
Exception handling.
handleException(List<ExceptionRule>) - Method in class com.aspectran.core.activity.AdviceActivity
 
handleException(List<ExceptionRule>) - Method in class com.aspectran.core.activity.DefaultActivity
 
handleGetObject(String) - Method in class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
This implementation resolves the code in the MessageSource.
HARD - com.aspectran.core.context.rule.type.AutoReloadType
 
hasAspectranParameters() - Method in class com.aspectran.core.context.config.ContextConfig
 
hasAttributes() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
hasAttributes() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns whether the request has attributes.
hasBeanMethodNamePattern() - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
hasBeanMethodNamePattern() - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
hasChildren() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
hasContextConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
hasCurrentActivity() - Method in interface com.aspectran.core.context.ActivityContext
 
hasCurrentActivity() - Method in class com.aspectran.core.context.AspectranActivityContext
 
hasEvictionIdleSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasExcludePatterns() - Method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
hasFileParameters() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
hasFileParameters() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns whether the request has file parameters.
hashCode() - Method in class com.aspectran.core.context.expr.token.Token
 
hashCode() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
hashCode() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
hashCode() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
hashCode() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
hasHeaders() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
hasHeaders() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns whether it has headers.
hasIncludePatterns() - Method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
hasLength(CharSequence) - Static method in class com.aspectran.core.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - Static method in class com.aspectran.core.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLength(String, String) - Static method in class com.aspectran.core.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasMaxIdleSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasMaxSessions() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasNext() - Method in class com.aspectran.core.util.json.JsonReader
Returns true if the current array or object has another element.
hasNext() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
hasNonPersistentAttributes() - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
hasParameter(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
hasParameter(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether the specified parameter exists.
hasParameter(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
hasParameter(String) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether this parameter exists.
hasParameters() - Method in class com.aspectran.core.activity.request.AbstractRequest
 
hasParameters() - Method in interface com.aspectran.core.adapter.RequestAdapter
Returns whether the request has parameters.
hasParentActivity() - Method in class com.aspectran.core.activity.AbstractActivity
 
hasParentTranslet() - Method in class com.aspectran.core.activity.AbstractTranslet
 
hasPathVariables() - Method in class com.aspectran.core.activity.CoreTranslet
 
hasPathVariables() - Method in interface com.aspectran.core.activity.Translet
Returns whether the translet name has tokens for extracting parameters or attributes.
hasPathVariables() - Method in class com.aspectran.core.context.rule.TransletRule
Returns whether the translet name has tokens for extracting parameters or attributes.
hasPrev() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
hasProfilesConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
hasReadableProperty(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
 
hasReadableProperty(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Checks to see if a bean has a readable property be a given name.
hasReadableProperty(String) - Method in class com.aspectran.core.util.BeanDescriptor
Check to see if a class has a readable property by name.
hasRemoveUnloadableSessions() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasSaveOnCreate() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasSaveOnInactiveEviction() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasScavengingIntervalSeconds() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasSingleton(Class<?>) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
hasSingleton(Class<?>, String) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
hasSingleton(Object) - Method in interface com.aspectran.core.component.bean.BeanRegistry
 
hasStaticReadableProperty(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
 
hasStaticWritableProperty(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
 
hasText(CharSequence) - Static method in class com.aspectran.core.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - Static method in class com.aspectran.core.util.StringUtils
Check whether the given String contains actual text.
hasText(String, String) - Static method in class com.aspectran.core.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasToken(String) - Static method in class com.aspectran.core.context.expr.token.Token
 
hasValue() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether a non-null value has been assigned.
hasValue() - Method in class com.aspectran.core.util.apon.ParameterValue
 
hasValue(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
hasValue(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether a non-null value is assigned to the specified parameter.
hasValue(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
hasValue(String) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether a non-null value is assigned to the specified parameter.
hasWildcards(String) - Static method in class com.aspectran.core.util.wildcard.WildcardPattern
 
hasWorkerName() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
hasWritableProperty(Class<?>, String) - Static method in class com.aspectran.core.util.BeanUtils
 
hasWritableProperty(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
Checks to see if a bean has a writable property be a given name.
hasWritableProperty(String) - Method in class com.aspectran.core.util.BeanDescriptor
Check to see if a class has a writable property by name.
HEAD - com.aspectran.core.context.rule.type.MethodType
retrieves just the resource meta-information (headers) i.e.
HEADER - com.aspectran.core.context.rule.type.ActionType
 
HeaderAction - Class in com.aspectran.core.activity.process.action
HeaderAction to set response headers.
HeaderAction(HeaderActionRule) - Constructor for class com.aspectran.core.activity.process.action.HeaderAction
Instantiates a new HeaderAction.
HeaderActionRule - Class in com.aspectran.core.context.rule
The Class HeaderActionRule.
HeaderActionRule() - Constructor for class com.aspectran.core.context.rule.HeaderActionRule
 
headers - Static variable in class com.aspectran.core.context.rule.params.JoinpointParameters
 
headers() - Method in annotation type com.aspectran.core.component.bean.annotation.Joinpoint
 
hidden - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
HierarchicalMessageSource - Interface in com.aspectran.core.support.i18n.message
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
HouseKeeper - Class in com.aspectran.core.component.session
The housekeeper for session scavenging.
HouseKeeper(SessionHandler) - Constructor for class com.aspectran.core.component.session.HouseKeeper
 
HybridActivityContextBuilder - Class in com.aspectran.core.context.builder
 
HybridActivityContextBuilder() - Constructor for class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
HybridActivityContextBuilder(AbstractCoreService) - Constructor for class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
HybridActivityContextParser - Class in com.aspectran.core.context.rule.parser
The Class HybridActivityContextParser.
HybridActivityContextParser(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.parser.HybridActivityContextParser
 
HybridRuleAppendHandler - Class in com.aspectran.core.context.rule.appender
The Class HybridRuleAppendHandler.
HybridRuleAppendHandler(ContextRuleAssistant, String) - Constructor for class com.aspectran.core.context.rule.appender.HybridRuleAppendHandler
 

I

id - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
id - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
id - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
id - Static variable in class com.aspectran.core.context.rule.params.ScheduleParameters
 
id - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
id() - Method in annotation type com.aspectran.core.component.bean.annotation.Action
 
id() - Method in annotation type com.aspectran.core.component.bean.annotation.Aspect
 
id() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
ID_SEPARATOR - Static variable in interface com.aspectran.core.context.ActivityContext
 
ID_SEPARATOR_CHAR - Static variable in interface com.aspectran.core.context.ActivityContext
 
idleExpired() - Method in class com.aspectran.core.util.thread.IdleTimeout
 
idleExpired() - Method in class com.aspectran.core.util.timer.IdleTimeout
 
IdleTimeout - Class in com.aspectran.core.util.thread
An Abstract implementation of an Idle Timeout.
IdleTimeout - Class in com.aspectran.core.util.timer
An Abstract implementation of an Idle Timeout.
IdleTimeout(Scheduler) - Constructor for class com.aspectran.core.util.thread.IdleTimeout
 
IdleTimeout(Scheduler) - Constructor for class com.aspectran.core.util.timer.IdleTimeout
 
ifExceptionThrow() - Method in exception com.aspectran.core.util.MultiException
Throw a MultiException.
ifExceptionThrowMulti() - Method in exception com.aspectran.core.util.MultiException
Throw a MultiException.
ifExceptionThrowRuntime() - Method in exception com.aspectran.core.util.MultiException
Throw a Runtime exception.
ignoreDependencyInterface(Class<?>) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
IllegalRuleException - Exception in com.aspectran.core.context.rule
This exception will be thrown if an illegal rule is found.
IllegalRuleException() - Constructor for exception com.aspectran.core.context.rule.IllegalRuleException
Simple constructor
IllegalRuleException(String) - Constructor for exception com.aspectran.core.context.rule.IllegalRuleException
Constructor to create exception with a message.
IllegalRuleException(String, Throwable) - Constructor for exception com.aspectran.core.context.rule.IllegalRuleException
Constructor to create exception to wrap another exception and pass a message.
IllegalRuleException(Throwable) - Constructor for exception com.aspectran.core.context.rule.IllegalRuleException
Constructor to create exception to wrap another exception.
important - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
important() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
include - Static variable in class com.aspectran.core.context.rule.params.PointcutParameters
 
INCLUDE - com.aspectran.core.context.rule.type.ActionType
 
IncludeAction - Class in com.aspectran.core.activity.process.action
IncludeAction to get the execution result of another translet.
IncludeAction(IncludeActionRule) - Constructor for class com.aspectran.core.activity.process.action.IncludeAction
Instantiates a new IncludeAction.
IncludeActionRule - Class in com.aspectran.core.context.rule
The Class IncludeActionRule.
IncludeActionRule() - Constructor for class com.aspectran.core.context.rule.IncludeActionRule
 
IncompatibleValueTypeException - Exception in com.aspectran.core.util.apon
The Class IncompatibleValueTypeException.
IncompatibleValueTypeException(ParameterValue, ValueType) - Constructor for exception com.aspectran.core.util.apon.IncompatibleValueTypeException
 
increaseMatchedBeanCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
increaseMatchedClassCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
increaseMatchedMethodCount() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
increment() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
indentString(String) - Method in class com.aspectran.core.util.apon.AponWriter
 
indentString(String) - Method in class com.aspectran.core.util.json.JsonWriter
 
indexOfExtension(String) - Static method in class com.aspectran.core.util.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - Static method in class com.aspectran.core.util.FilenameUtils
Returns the index of the last directory separator character.
info(String) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
info(String) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
info(String) - Method in interface com.aspectran.core.util.logging.Log
 
info(String) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
info(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
info(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
info(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
info(String) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
info(String) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
info(String) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
info(String) - Method in interface com.aspectran.core.util.ProcessLogger
 
InitializableBean - Interface in com.aspectran.core.component.bean.ablility
The Interface InitializableBean.
InitializableTransletBean - Interface in com.aspectran.core.component.bean.ablility
The Interface InitializableTransletBean.
initialize() - Method in class com.aspectran.core.component.AbstractComponent
 
initialize() - Method in interface com.aspectran.core.component.bean.ablility.InitializableBean
Invoke on initialization after it has set all bean properties supplied.
initialize() - Method in interface com.aspectran.core.component.Component
Initialize the component.
initialize() - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
 
initialize(Translet) - Method in interface com.aspectran.core.component.bean.ablility.InitializableTransletBean
Invoke on initialization after it has set all bean properties supplied.
Initialize - Annotation Type in com.aspectran.core.component.bean.annotation
 
initMethod - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
initMethod() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
inspect(BeanRuleRegistry) - Method in class com.aspectran.core.context.rule.assistant.BeanReferenceInspector
Inspect bean reference.
InstantActivity - Class in com.aspectran.core.activity
An activity that handles the temporary request.
InstantActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.InstantActivity
Instantiates a new InstantActivity.
InstantActivityException - Exception in com.aspectran.core.activity
Thrown when an error occurs while performing an instant activity.
InstantActivityException(Throwable) - Constructor for exception com.aspectran.core.activity.InstantActivityException
Instantiates a new InstantActivityException.
InsufficientEnvironmentException - Exception in com.aspectran.core.context
An exception is thrown when Aspectran fails to run properly due to insufficient environment settings.
InsufficientEnvironmentException() - Constructor for exception com.aspectran.core.context.InsufficientEnvironmentException
Constructs a InsufficientEnvironmentException.
InsufficientEnvironmentException(String) - Constructor for exception com.aspectran.core.context.InsufficientEnvironmentException
Constructs an InsufficientEnvironmentException with the specified message.
InsufficientEnvironmentException(String, Throwable) - Constructor for exception com.aspectran.core.context.InsufficientEnvironmentException
Constructs an AspectranCheckedException with the specified message and wrapped exception.
InsufficientEnvironmentException(Throwable) - Constructor for exception com.aspectran.core.context.InsufficientEnvironmentException
Constructs an InsufficientEnvironmentException with the wrapped exception.
INT - com.aspectran.core.context.rule.type.ItemValueType
 
INT - com.aspectran.core.util.apon.ValueType
 
intercept(Object, Method, Object[], MethodProxy) - Method in class com.aspectran.core.component.bean.proxy.CglibDynamicProxyBean
 
intervalInHours - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
intervalInMilliseconds - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
intervalInMinutes - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
intervalInSeconds - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
invalidate() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
invalidate() - Method in interface com.aspectran.core.adapter.SessionAdapter
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class com.aspectran.core.component.session.DefaultSession
Called by users to invalidate a session, or called by the access method as a request enters the session if the session has expired, or called by manager as a result of scavenger expiring session.
invalidate() - Method in interface com.aspectran.core.component.session.Session
Called by users to invalidate a session, or called by the access method as a request enters the session if the session has expired, or called by manager as a result of scavenger expiring session.
invalidate() - Method in class com.aspectran.core.component.session.SessionAgent
 
invalidate(String) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
invalidate(String) - Method in interface com.aspectran.core.component.session.SessionHandler
Called when a session has expired.
invalidate(String, Session.DestroyedReason) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
invalidate(String, Session.DestroyedReason) - Method in interface com.aspectran.core.component.session.SessionHandler
 
INVALIDATED - com.aspectran.core.component.session.Session.DestroyedReason
 
InvalidParameterValueException - Exception in com.aspectran.core.util.apon
Exception thrown when an invalid parameter value is encountered.
InvalidParameterValueException(String) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterValueException
Constructor to create exception with a message.
InvalidParameterValueException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterValueException
Constructor to create exception to wrap another exception and pass a message.
InvalidParameterValueException(Throwable) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterValueException
Constructor to create exception to wrap another exception.
InvalidPBTokenException - Exception in com.aspectran.core.util.security
The Class InvalidPBTokenException.
InvalidPBTokenException(String) - Constructor for exception com.aspectran.core.util.security.InvalidPBTokenException
 
InvalidPBTokenException(String, String) - Constructor for exception com.aspectran.core.util.security.InvalidPBTokenException
 
InvalidPBTokenException(String, String, Throwable) - Constructor for exception com.aspectran.core.util.security.InvalidPBTokenException
 
InvalidPBTokenException(String, Throwable) - Constructor for exception com.aspectran.core.util.security.InvalidPBTokenException
 
InvalidPointcutPatternException - Exception in com.aspectran.core.component.aspect
The Class InvalidPointcutPatternException.
InvalidPointcutPatternException() - Constructor for exception com.aspectran.core.component.aspect.InvalidPointcutPatternException
Creates a new InvalidPointcutPatternException without detail message.
InvalidPointcutPatternException(AspectRule, String) - Constructor for exception com.aspectran.core.component.aspect.InvalidPointcutPatternException
Instantiates a new InvalidPointcutPatternException.
InvalidPointcutPatternException(String) - Constructor for exception com.aspectran.core.component.aspect.InvalidPointcutPatternException
Constructs a InvalidPointcutPatternException with the specified detail message.
InvalidPointcutPatternException(String, Throwable) - Constructor for exception com.aspectran.core.component.aspect.InvalidPointcutPatternException
Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.
InvalidPointcutPatternException(Throwable) - Constructor for exception com.aspectran.core.component.aspect.InvalidPointcutPatternException
Constructor to create exception to wrap another exception.
InvalidResourceException - Exception in com.aspectran.core.context.resource
This exception is thrown when a resource load fails.
InvalidResourceException() - Constructor for exception com.aspectran.core.context.resource.InvalidResourceException
Simple constructor
InvalidResourceException(String) - Constructor for exception com.aspectran.core.context.resource.InvalidResourceException
Constructor to create exception with a message
InvalidResourceException(String, Throwable) - Constructor for exception com.aspectran.core.context.resource.InvalidResourceException
Constructor to create exception to wrap another exception and pass a message
InvalidResourceException(Throwable) - Constructor for exception com.aspectran.core.context.resource.InvalidResourceException
Constructor to create exception to wrap another exception
InvalidTokenException - Exception in com.aspectran.core.context.expr.token
The Class InvalidTokenException.
InvalidTokenException(Token) - Constructor for exception com.aspectran.core.context.expr.token.InvalidTokenException
Instantiates a new invalid token exception.
InvalidTokenException(String, Token) - Constructor for exception com.aspectran.core.context.expr.token.InvalidTokenException
Instantiates a new invalid token exception.
invoke(Object, Method, Object[]) - Method in class com.aspectran.core.component.bean.proxy.JdkDynamicProxyBean
 
invoke(Object, Method, Method, Object[]) - Method in class com.aspectran.core.component.bean.proxy.JavassistDynamicProxyBean
 
InvokeAction - Class in com.aspectran.core.activity.process.action
InvokeAction that invokes a method of the bean instance.
InvokeAction(InvokeActionRule) - Constructor for class com.aspectran.core.activity.process.action.InvokeAction
Instantiates a new InvokeAction.
InvokeActionRule - Class in com.aspectran.core.context.rule
The Class InvokeActionRule.
InvokeActionRule() - Constructor for class com.aspectran.core.context.rule.InvokeActionRule
 
invokeExactMethod(Object, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a static method that has no parameters.
invokeExactStaticMethod(Class<?>, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a static method whose parameter type matches exactly the object type.
invokeExactStaticMethod(Class<?>, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a static method whose parameter types match exactly the object types.
invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a static method whose parameter types match exactly the parameter types given.
invokeGetter(Object, String) - Static method in class com.aspectran.core.util.MethodUtils
Gets an Object property from a bean.
invokeGetter(Object, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Gets an Object property from a bean.
invokeGetter(Object, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Gets an Object property from a bean.
invokeMethod(Activity, Object, Method, ParameterBindingRule[]) - Static method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
invokeMethod(Object, String) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Method, Object, Object...) - Static method in class com.aspectran.core.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeSetter(Object, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Sets the value of a bean property to an Object.
invokeSetter(Object, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Sets the value of a bean property to an Object.
invokeStaticMethod(Class<?>, String) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named static method that has no parameters.
invokeStaticMethod(Class<?>, String, Object) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
Invoke a named static method whose parameter type matches the object type.
isAccessible(Map, Object, Member, String) - Method in class com.aspectran.core.context.expr.ognl.OgnlMemberAccess
 
isActive() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
isActive() - Method in class com.aspectran.core.context.builder.HybridActivityContextBuilder
 
isActive() - Method in class com.aspectran.core.service.AbstractServiceController
 
isActive() - Method in interface com.aspectran.core.service.ServiceController
Returns whether this service is currently started and active.
isAlwaysUseMessageFormat() - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Return whether to always apply the MessageFormat rules, parsing even messages without arguments.
isArray() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether the parameter value is an array.
isArray() - Method in class com.aspectran.core.util.apon.ParameterKey
 
isArray() - Method in class com.aspectran.core.util.apon.ParameterValue
 
isAssignable(Class<?>, Class<?>) - Static method in class com.aspectran.core.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignable(Class<?>, Class<?>, String) - Static method in class com.aspectran.core.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignableValue(Class<?>, Object) - Static method in class com.aspectran.core.util.TypeUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isAssigned() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether a parameter has been assigned a value.
isAssigned() - Method in class com.aspectran.core.util.apon.ParameterValue
 
isAssigned(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
isAssigned(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether a value is assigned to the specified parameter.
isAssigned(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
isAssigned(String) - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether a value is assigned to the specified parameter.
isAttributable() - Method in class com.aspectran.core.support.CurrentActivityDataFactoryBean
Returns whether the current ActivityDataMap is registered as an attribute in the request scope.
isAttributable() - Method in class com.aspectran.core.support.CurrentTransletFactoryBean
Returns whether the current Translet is registered as an attribute in the request scope.
isAutoNamed() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether the item name was auto generated.
isAvailable() - Method in class com.aspectran.core.component.AbstractComponent
 
isAvailable() - Method in interface com.aspectran.core.component.Component
Returns whether the component is currently available.
isAvoidAdvice(Method) - Method in class com.aspectran.core.component.bean.proxy.AbstractDynamicProxyBean
 
isBeanRelevanted() - Method in class com.aspectran.core.context.rule.AspectRule
 
isBracketed() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether the value of the array is represented using square brackets.
isBracketed() - Method in class com.aspectran.core.util.apon.ParameterValue
 
isBuiltin() - Method in class com.aspectran.core.context.rule.TemplateRule
 
isBusy() - Method in class com.aspectran.core.service.AbstractServiceController
 
isBusy() - Method in interface com.aspectran.core.service.ServiceController
Returns whether this service has any work in progress.
isClustered() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
isClustered() - Method in interface com.aspectran.core.component.session.SessionCache
 
isClustered() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
isConstructorAutowireParsed() - Method in class com.aspectran.core.context.rule.BeanRule
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - Method in interface com.aspectran.core.util.logging.Log
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
isDebugEnabled() - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
isDebugMode() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
isDebugMode() - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
isDefaultResponse() - Method in class com.aspectran.core.context.rule.DispatchRule
Returns whether the default response.
isDefaultResponse() - Method in class com.aspectran.core.context.rule.ForwardRule
Returns whether the default response.
isDefaultResponse() - Method in class com.aspectran.core.context.rule.RedirectRule
Returns whether the default response.
isDefaultResponse() - Method in class com.aspectran.core.context.rule.TransformRule
Returns whether the default response.
isDeleteUnrestorableFiles() - Method in class com.aspectran.core.component.session.FileSessionStore
 
isDeleteUnrestorableFiles() - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
isDerived() - Method in class com.aspectran.core.service.AbstractCoreService
 
isDerived() - Method in class com.aspectran.core.service.AbstractServiceController
Returns whether this service is derived from another root service.
isDerived() - Method in interface com.aspectran.core.service.CoreService
 
isDerived() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
isDestroyed() - Method in class com.aspectran.core.component.AbstractComponent
 
isDestroyed() - Method in interface com.aspectran.core.component.Component
Returns whether or not the component has been destroyed.
isDestroying() - Method in class com.aspectran.core.component.AbstractComponent
 
isDestroying() - Method in interface com.aspectran.core.component.Component
Returns whether the component is being destroyed.
isDirty() - Method in class com.aspectran.core.component.session.SessionData
 
isDirty() - Method in class com.aspectran.core.util.OutputStringWriter
 
isDisabled() - Method in class com.aspectran.core.context.rule.AspectRule
 
isDisabled() - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
isDisposableBean() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean implements DisposableBean.
isEmpty() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
isEmpty() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
isEmpty() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
isEmpty(String) - Static method in class com.aspectran.core.util.StringUtils
Returns true if the given string is null or is the empty string.
isExceptionRaised() - Method in class com.aspectran.core.activity.AbstractActivity
 
isExceptionRaised() - Method in interface com.aspectran.core.activity.Activity
Returns whether the exception was thrown.
isExceptionRaised() - Method in class com.aspectran.core.activity.CoreTranslet
 
isExceptionRaised() - Method in interface com.aspectran.core.activity.Translet
Returns whether the exception was thrown.
isExcludeEmptyParameters() - Method in class com.aspectran.core.context.rule.RedirectRule
Returns whether to exclude parameters with empty values.
isExcludeNullParameters() - Method in class com.aspectran.core.context.rule.RedirectRule
Returns whether to exclude parameters with null values.
isExpiredAt(long) - Method in class com.aspectran.core.component.session.DefaultSession
Check to see if session has expired as at the time given.
isExpiredAt(long) - Method in class com.aspectran.core.component.session.SessionData
 
isExplicit() - Method in class com.aspectran.core.activity.process.ActionList
 
isExplicit() - Method in class com.aspectran.core.activity.process.ContentList
 
isExplicit() - Method in class com.aspectran.core.activity.process.result.ContentResult
 
isExplicit() - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
isExplicit() - Method in class com.aspectran.core.context.rule.RequestRule
Gets whether the request rule is explicitly generated.
isExplicit() - Method in class com.aspectran.core.context.rule.ResponseRule
 
isExposable(String) - Method in class com.aspectran.core.service.AbstractCoreService
 
isExternalEngine() - Method in class com.aspectran.core.context.rule.TemplateRule
 
isFactoryable() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean can be proxied.
isFactoryBean() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean implements FactoryBean.
isFactoryOffered() - Method in class com.aspectran.core.context.rule.BeanRule
 
isFactoryProductionRequired() - Method in class com.aspectran.core.context.rule.BeanRule
 
isFailed() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isFailed() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isFieldAutowireParsed() - Method in class com.aspectran.core.context.rule.BeanRule
 
isFirstborn() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
isHardReload() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
isHardReload() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
isHardReload() - Method in class com.aspectran.core.service.AbstractCoreService
 
isHardReload() - Method in interface com.aspectran.core.service.CoreService
Returns whether to reload all Java classes, resources, and activity context configurations.
isHidden() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
isHidden() - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
isHidden() - Method in class com.aspectran.core.activity.process.action.EchoAction
 
isHidden() - Method in interface com.aspectran.core.activity.process.action.Executable
Returns whether this action is hidden.
isHidden() - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
isHidden() - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
isHidden() - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
isHidden() - Method in class com.aspectran.core.context.rule.EchoActionRule
Returns whether to hide result of the action.
isHidden() - Method in class com.aspectran.core.context.rule.HeaderActionRule
Returns whether to hide result of the action.
isHidden() - Method in class com.aspectran.core.context.rule.IncludeActionRule
Returns whether to hide result of the action.
isHidden() - Method in class com.aspectran.core.context.rule.InvokeActionRule
Returns whether to hide result of the action.
isIdleLongerThan(int) - Method in class com.aspectran.core.component.session.DefaultSession
Check if the Session has been idle longer than a number of seconds.
isIgnoreInvalidLocale() - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Return whether to ignore an invalid value for the locale parameter.
isImportant() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is important.
isInitializableBean() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean implements InitializableBean.
isInitializableTransletBean() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean implements InitializableTransletBean.
isInitialized() - Method in class com.aspectran.core.component.AbstractComponent
 
isInitialized() - Method in interface com.aspectran.core.component.Component
Returns whether or not the component has been initialized.
isInnerBean() - Method in class com.aspectran.core.context.rule.BeanRule
 
isInstanceOf(Class<?>, Object) - Static method in class com.aspectran.core.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, String) - Static method in class com.aspectran.core.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that the provided object is an instance of the provided class.
isIsolated() - Method in class com.aspectran.core.context.rule.AspectRule
 
isJarSimilarURL(URL) - Static method in class com.aspectran.core.util.ResourceUtils
 
isJarURL(URL) - Static method in class com.aspectran.core.util.ResourceUtils
 
isLateStart() - Method in class com.aspectran.core.service.AbstractCoreService
 
isLateStart() - Method in interface com.aspectran.core.service.CoreService
Returns whether the service should be started separately late after the root service is started.
isLazyInit() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is to be lazily initialized.
isLenient() - Method in class com.aspectran.core.util.json.JsonReader
Returns true if this parser is liberal in what it accepts.
isListableType() - Method in class com.aspectran.core.context.rule.ItemRule
Return whether this item is listable type.
isLocked() - Method in class com.aspectran.core.util.thread.Locker
 
isMandatory() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether this item is mandatory.
isMappableType() - Method in class com.aspectran.core.context.rule.ItemRule
Return whether this item is mappable type.
isMethodAutowireParsed() - Method in class com.aspectran.core.context.rule.BeanRule
 
isNew() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
isNew() - Method in interface com.aspectran.core.adapter.SessionAdapter
Returns true if a new session was created for this request.
isNew() - Method in class com.aspectran.core.component.session.DefaultSession
 
isNew() - Method in interface com.aspectran.core.component.session.Session
 
isNew() - Method in class com.aspectran.core.component.session.SessionAgent
 
isNoBrackets() - Method in class com.aspectran.core.util.apon.ParameterKey
 
isNoCache() - Method in class com.aspectran.core.context.rule.TemplateRule
 
isNonPersistentAttributes(String) - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
isNull(Object, String) - Static method in class com.aspectran.core.util.Assert
Assert that an object is null.
isNull(Object, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that an object is null.
isolated - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
isolated() - Method in annotation type com.aspectran.core.component.bean.annotation.Aspect
 
isOutsourcing() - Method in class com.aspectran.core.context.rule.TemplateRule
 
isPointcutPatternVerifiable() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns whether the pointcut pattern validation is required.
isPointcutPatternVerifiable() - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
isPretty() - Method in class com.aspectran.core.activity.FormattingContext
 
isPretty() - Method in class com.aspectran.core.context.rule.TransformRule
Returns whether to format the content of the response to make it easier to read by adding spaces or tabs.
isPrimitiveArray(Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Check if the given class represents an array of primitives, i.e.
isPrimitiveWrapper(Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Check if the given class represents an array of primitive wrappers, i.e.
isProxied() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is proxied.
isRefused() - Method in class com.aspectran.core.activity.request.FileParameter
Checks if the file is refused.
isRemoveUnloadableSessions() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
isRemoveUnloadableSessions() - Method in interface com.aspectran.core.component.session.SessionCache
 
isReplicated() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean has been replicated.
isRequeue() - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
isRequired() - Method in class com.aspectran.core.context.rule.AutowireRule
 
isRequired() - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
isRequiresTranslet() - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
isResident() - Method in class com.aspectran.core.component.session.DefaultSession
 
isResponseReserved() - Method in interface com.aspectran.core.activity.Activity
Returns whether the response is reserved.
isResponseReserved() - Method in class com.aspectran.core.activity.CoreActivity
 
isResponseReserved() - Method in class com.aspectran.core.activity.DefaultActivity
 
isRoot() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
isRunning() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isRunning() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isRunning() - Method in class com.aspectran.core.util.ProcessRunner
 
isRunning() - Method in class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
isRunning() - Method in interface com.aspectran.core.util.thread.Scheduler
 
isSaveOnCreate() - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
isSaveOnCreate() - Method in interface com.aspectran.core.component.session.SessionCache
 
isSaveOnInactiveEviction() - Method in class com.aspectran.core.component.session.AbstractSessionCache
Whether we should save a session that has been inactive before we boot it from the cache.
isSaveOnInactiveEviction() - Method in interface com.aspectran.core.component.session.SessionCache
 
isScavengable() - Method in class com.aspectran.core.component.session.HouseKeeper
 
isSecret() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether this item requires secure input.
isSingleton() - Method in interface com.aspectran.core.activity.response.dispatch.ViewDispatcher
Return whether this view dispatcher corresponds to a singleton instance.
isSingleton() - Method in class com.aspectran.core.context.config.ContextConfig
 
isSingleton() - Method in class com.aspectran.core.context.rule.BeanRule
Returns whether this bean is a singleton.
isSplitted() - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
isStarted() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isStarted() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isStarting() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isStarting() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isStartup() - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
isStartup() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
isStartup() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
isStopped() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isStopped() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isStopping() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
isStopping() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
isStructureFixed() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
isStructureFixed() - Method in interface com.aspectran.core.util.apon.Parameters
Returns whether the parameter can be added after the parameters instance is created.
isTerminated() - Method in class com.aspectran.core.util.ProcessRunner
 
isTokenize() - Method in class com.aspectran.core.context.rule.ItemRule
Returns whether tokenize.
isTokenize() - Method in class com.aspectran.core.context.rule.TemplateRule
 
isTokenSymbol(char) - Static method in class com.aspectran.core.context.expr.token.Token
Returns whether a specified character is the token symbol.
isTraceEnabled() - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
isTraceEnabled() - Method in interface com.aspectran.core.util.logging.Log
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
isTraceEnabled() - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
isTrue(boolean, String) - Static method in class com.aspectran.core.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isUrl(String) - Static method in class com.aspectran.core.util.ResourceUtils
 
isUseAponToLoadXml() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
isUseCodeAsDefaultMessage() - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Return whether to use the message code as default message instead of throwing a NoSuchMessageException.
isUseXmlToApon() - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
isValid() - Method in class com.aspectran.core.component.session.DefaultSession
 
isValid() - Method in interface com.aspectran.core.component.session.Session
 
isValid() - Method in class com.aspectran.core.util.thread.IdleTimeout
 
isValid() - Method in class com.aspectran.core.util.timer.IdleTimeout
 
isValidFileExtension(String, String, String) - Static method in class com.aspectran.core.util.FilenameUtils
Checks whether the extension of the filename is valid.
isValueTypeFixed() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether this is a predefined parameter.
isValueTypeFixed() - Method in class com.aspectran.core.util.apon.ParameterValue
 
isValueTypeHinted() - Method in interface com.aspectran.core.util.apon.Parameter
Returns whether the value type is hinted.
isValueTypeHinted() - Method in class com.aspectran.core.util.apon.ParameterValue
 
isVerbose() - Method in class com.aspectran.core.context.config.ShellConfig
 
isVisible(Class<?>, ClassLoader) - Static method in class com.aspectran.core.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isWaitOnShutdown() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
isWaitOnShutdown() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
isWaitOnShutdown() - Method in interface com.aspectran.scheduler.service.SchedulerService
 
item - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
item - Static variable in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
ItemEvaluationException - Exception in com.aspectran.core.context.expr
The Class ItemEvaluationException.
ItemEvaluationException(ItemRule, Throwable) - Constructor for exception com.aspectran.core.context.expr.ItemEvaluationException
Instantiates a new item evaluation exception.
ItemEvaluator - Interface in com.aspectran.core.context.expr
Evaluates expressions of tokens that determine the value of an item.
ItemExpression - Class in com.aspectran.core.context.expr
The Class ItemExpression.
ItemExpression(Activity) - Constructor for class com.aspectran.core.context.expr.ItemExpression
Instantiates a new ItemExpression.
ItemHolderParameters - Class in com.aspectran.core.context.rule.params
 
ItemHolderParameters() - Constructor for class com.aspectran.core.context.rule.params.ItemHolderParameters
 
ItemHolderParameters(String) - Constructor for class com.aspectran.core.context.rule.params.ItemHolderParameters
 
ItemParameters - Class in com.aspectran.core.context.rule.params
 
ItemParameters() - Constructor for class com.aspectran.core.context.rule.params.ItemParameters
 
ItemRule - Class in com.aspectran.core.context.rule
The Class ItemRule.
ItemRule() - Constructor for class com.aspectran.core.context.rule.ItemRule
Instantiates a new ItemRule.
ItemRuleList - Class in com.aspectran.core.context.rule
The Class ItemRuleList.
ItemRuleList() - Constructor for class com.aspectran.core.context.rule.ItemRuleList
 
ItemRuleList(int) - Constructor for class com.aspectran.core.context.rule.ItemRuleList
 
ItemRuleList(Collection<ItemRule>) - Constructor for class com.aspectran.core.context.rule.ItemRuleList
 
ItemRuleMap - Class in com.aspectran.core.context.rule
The Class ItemRuleMap.
ItemRuleMap() - Constructor for class com.aspectran.core.context.rule.ItemRuleMap
 
ItemRuleMap(ItemRuleMap) - Constructor for class com.aspectran.core.context.rule.ItemRuleMap
 
ItemRuleUtils - Class in com.aspectran.core.context.rule
Miscellaneous ItemRule utility methods.
ItemType - Enum in com.aspectran.core.context.rule.type
Supported Item types.
ItemValueType - Enum in com.aspectran.core.context.rule.type
Supported Item value types.
iterator() - Method in class com.aspectran.core.activity.response.ResponseMap
 
iterator() - Method in class com.aspectran.core.util.apon.ArrayParameters
 

J

JakartaCommonsLoggingImpl - Class in com.aspectran.core.util.logging.commons
 
JakartaCommonsLoggingImpl(String) - Constructor for class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
JAR_FILE_SUFFIX - Static variable in class com.aspectran.core.util.ResourceUtils
 
JAR_URL_PREFIX - Static variable in class com.aspectran.core.util.ResourceUtils
 
JAR_URL_SEPARATOR - Static variable in class com.aspectran.core.util.ResourceUtils
 
JAVASSIST - com.aspectran.core.context.rule.type.BeanProxifierType
 
JavassistDynamicProxyBean - Class in com.aspectran.core.component.bean.proxy
The Class JavassistDynamicBeanProxy.
JDK - com.aspectran.core.context.rule.type.BeanProxifierType
 
Jdk14LoggingImpl - Class in com.aspectran.core.util.logging.jdk14
 
Jdk14LoggingImpl(String) - Constructor for class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
JdkDynamicProxyBean - Class in com.aspectran.core.component.bean.proxy
Create an instance of the dynamic proxy bean using JDK.
job - Static variable in class com.aspectran.core.context.rule.params.ScheduleParameters
 
JobActivity - Class in com.aspectran.scheduler.activity
The Class JobActivity.
JobActivity(ActivityContext, JobExecutionContext) - Constructor for class com.aspectran.scheduler.activity.JobActivity
Instantiates a new job activity.
JobActivityReport - Class in com.aspectran.scheduler.service
The Class JobActivityReport.
JobActivityReport(JobExecutionContext, JobExecutionException) - Constructor for class com.aspectran.scheduler.service.JobActivityReport
 
jobExecutionVetoed(JobExecutionContext) - Method in class com.aspectran.scheduler.service.QuartzJobListener
 
jobToBeExecuted(JobExecutionContext) - Method in class com.aspectran.scheduler.service.QuartzJobListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class com.aspectran.scheduler.service.QuartzJobListener
 
join(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
join(String, String, String) - Static method in class com.aspectran.core.util.PrefixSuffixPattern
 
joinBrother(String) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
joinCommaDelimitedList(String[]) - Static method in class com.aspectran.core.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
joinCommaDelimitedList(Collection<?>) - Static method in class com.aspectran.core.util.StringUtils
Convert a Collection into a comma delimited String (i.e., CSV).
joinDerivedService(CoreService) - Method in class com.aspectran.core.service.AbstractCoreService
 
joinDerivedService(CoreService) - Method in interface com.aspectran.core.service.CoreService
Add a derived core service.
joinDerivedService(ServiceController) - Method in class com.aspectran.core.service.AbstractServiceController
 
joinpoint - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
Joinpoint - Annotation Type in com.aspectran.core.component.bean.annotation
 
JoinpointParameters - Class in com.aspectran.core.context.rule.params
 
JoinpointParameters() - Constructor for class com.aspectran.core.context.rule.params.JoinpointParameters
 
JoinpointParameters(String) - Constructor for class com.aspectran.core.context.rule.params.JoinpointParameters
 
JoinpointRule - Class in com.aspectran.core.context.rule
A join point is the specific point in the application such as method execution, exception handling, injecting settings values etc.
JoinpointRule() - Constructor for class com.aspectran.core.context.rule.JoinpointRule
 
JoinpointTargetType - Enum in com.aspectran.core.context.rule.type
Supported Joinpoint target types.
JSON - com.aspectran.core.context.rule.type.TransformType
 
JsonReader - Class in com.aspectran.core.util.json
This class is a clone of com.google.gson.stream.JsonReader
JsonReader(Reader) - Constructor for class com.aspectran.core.util.json.JsonReader
Creates a new instance that reads a JSON-encoded stream from in.
JsonToApon - Class in com.aspectran.core.util.apon
Converts JSON to APON.
JsonToApon() - Constructor for class com.aspectran.core.util.apon.JsonToApon
 
JsonToken - Enum in com.aspectran.core.util.json
This class is a clone of com.google.gson.stream.JsonToken
JsonTransformResponse - Class in com.aspectran.core.activity.response.transform
Response to transform into JSON.
JsonTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.JsonTransformResponse
Instantiates a new JsonTransformResponse.
JsonWriter - Class in com.aspectran.core.util.json
Converts an object to a JSON formatted string.
JsonWriter() - Constructor for class com.aspectran.core.util.json.JsonWriter
Instantiates a new JsonWriter.
JsonWriter(Writer) - Constructor for class com.aspectran.core.util.json.JsonWriter
Instantiates a new JsonWriter.

K

keySet() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
keySet() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 

L

last() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
lazyInit - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
lazyInit() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
leaveFromRootService() - Method in class com.aspectran.core.service.AbstractCoreService
 
leaveFromRootService() - Method in interface com.aspectran.core.service.CoreService
 
LifeCycle - Interface in com.aspectran.core.util.lifecycle
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in com.aspectran.core.util.lifecycle
A listener for Lifecycle events.
lifeCycleFailure(LifeCycle, Throwable) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class com.aspectran.core.util.lifecycle.StopLifeCycle
 
lifeCycleStarting(LifeCycle) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle.Listener
 
LinkedCaseInsensitiveMap<V> - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.LinkedCaseInsensitiveMap
LinkedCaseInsensitiveMap() - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(int) - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(int, Locale) - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores case-insensitive keys according to the given Locale (by default in lower case).
LinkedCaseInsensitiveMap(Locale) - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the given Locale (by default in lower case).
LinkedCaseInsensitiveMultiValueMap<V> - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.LinkedCaseInsensitiveMultiValueMap
LinkedCaseInsensitiveMultiValueMap() - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
Constructs a new, empty instance of the LinkedCaseInsensitiveMultiValueMap object.
LinkedCaseInsensitiveMultiValueMap(int) - Constructor for class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
Constructs a new, empty instance of the LinkedCaseInsensitiveMultiValueMap object.
LinkedMultiValueMap<K,​V> - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.LinkedMultiValueMap
LinkedMultiValueMap() - Constructor for class com.aspectran.core.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - Constructor for class com.aspectran.core.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - Constructor for class com.aspectran.core.util.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
LIST - com.aspectran.core.context.rule.type.ItemType
 
load(String) - Method in class com.aspectran.core.component.session.FileSessionStore
 
load(String) - Method in interface com.aspectran.core.component.session.SessionStore
Read in session data.
loadActivityContext() - Method in class com.aspectran.core.service.AbstractCoreService
 
loadBundle(InputStream) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Load a property-based resource bundle from the given input stream, picking up the default properties encoding on JDK 9+.
loadBundle(Reader) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Load a property-based resource bundle from the given reader.
loadClass(String, boolean) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
loadProperties(String) - Static method in class com.aspectran.core.util.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the default class loader.
loadProperties(String, ClassLoader) - Static method in class com.aspectran.core.util.PropertiesLoaderUtils
Load all properties from the specified class path resource (in ISO-8859-1 encoding), using the given class loader.
LOCALE_CHANGE_INTERCEPTOR_SETTING_NAME - Static variable in class com.aspectran.core.context.rule.RequestRule
 
LOCALE_RESOLVER_SETTING_NAME - Static variable in class com.aspectran.core.context.rule.RequestRule
 
LOCALE_SESSION_ATTR_NAME - Static variable in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
Name of the session attribute that holds the Locale.
LocaleChangeInterceptor - Class in com.aspectran.core.support.i18n.locale
Interceptor that allows for changing the current locale on every request, via a configurable request parameter (default parameter name: "locale").
LocaleChangeInterceptor() - Constructor for class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
 
LocaleResolver - Interface in com.aspectran.core.support.i18n.locale
Interface for locale and timezone resolution strategies
LocalResourceManager - Class in com.aspectran.core.context.resource
The Class LocalResourceManager.
LocalResourceManager(AspectranClassLoader) - Constructor for class com.aspectran.core.context.resource.LocalResourceManager
 
LocalResourceManager(String, AspectranClassLoader) - Constructor for class com.aspectran.core.context.resource.LocalResourceManager
 
lock() - Method in class com.aspectran.core.component.session.DefaultSession
Grab the lock on the session.
lock() - Method in class com.aspectran.core.util.FileLocker
Try to lock the file and return true if the locking succeeds.
lock() - Method in class com.aspectran.core.util.thread.Locker
Acquires the lock.
Lock() - Constructor for class com.aspectran.core.util.thread.Locker.Lock
 
Locker - Class in com.aspectran.core.util.thread
Convenience Lock Wrapper.
Locker() - Constructor for class com.aspectran.core.util.thread.Locker
 
Locker.Lock - Class in com.aspectran.core.util.thread
The unlocker object that unlocks when it is closed.
log - Variable in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
log - Variable in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
 
log - Variable in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Logger available to subclasses
Log - Interface in com.aspectran.core.util.logging
This class provides a static logging interface.
Log4j2AbstractLoggerImpl - Class in com.aspectran.core.util.logging.log4j2
 
Log4j2AbstractLoggerImpl(AbstractLogger) - Constructor for class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
Log4j2Impl - Class in com.aspectran.core.util.logging.log4j2
 
Log4j2Impl(String) - Constructor for class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
Log4j2LoggerImpl - Class in com.aspectran.core.util.logging.log4j2
 
Log4j2LoggerImpl(Logger) - Constructor for class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
Log4jImpl - Class in com.aspectran.core.util.logging.log4j
Deprecated.
Since 6.0.0 - This class will remove future.
Log4jImpl(String) - Constructor for class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
LogException - Exception in com.aspectran.core.util.logging
 
LogException() - Constructor for exception com.aspectran.core.util.logging.LogException
 
LogException(String) - Constructor for exception com.aspectran.core.util.logging.LogException
 
LogException(String, Throwable) - Constructor for exception com.aspectran.core.util.logging.LogException
 
LogException(Throwable) - Constructor for exception com.aspectran.core.util.logging.LogException
 
LogFactory - Class in com.aspectran.core.util.logging
 
LONG - com.aspectran.core.context.rule.type.ItemValueType
 
LONG - com.aspectran.core.util.apon.ValueType
 

M

main(String[]) - Static method in class com.aspectran.core.util.Aspectran
Prints Aspectran information to System.out.
makeIndentString() - Method in class com.aspectran.core.activity.FormattingContext
 
makeTokens(String, boolean) - Static method in class com.aspectran.core.context.expr.token.TokenParser
Convert the given string into tokens.
MalformedAponException - Exception in com.aspectran.core.util.apon
This exception is raised when attempting to read (or write) a malformed APON element.
MalformedAponException(int, String, String, ParameterValue, ValueType) - Constructor for exception com.aspectran.core.util.apon.MalformedAponException
Constructor to create exception with a message.
MalformedAponException(int, String, String, String) - Constructor for exception com.aspectran.core.util.apon.MalformedAponException
Constructor to create exception with a message.
MalformedAponException(String) - Constructor for exception com.aspectran.core.util.apon.MalformedAponException
Constructor to create exception with a message.
MalformedJsonException - Exception in com.aspectran.core.util.json
This class is a clone of com.google.gson.stream.MalformedJsonException
MalformedJsonException(String) - Constructor for exception com.aspectran.core.util.json.MalformedJsonException
 
MalformedJsonException(String, Throwable) - Constructor for exception com.aspectran.core.util.json.MalformedJsonException
 
MalformedJsonException(Throwable) - Constructor for exception com.aspectran.core.util.json.MalformedJsonException
 
mandatory - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
mandatory() - Method in annotation type com.aspectran.core.component.bean.annotation.Attribute
 
mandatory() - Method in annotation type com.aspectran.core.component.bean.annotation.Parameter
 
MAP - com.aspectran.core.context.rule.type.ItemType
 
MARKER - Static variable in class com.aspectran.core.util.logging.LogFactory
Marker to be used by logging implementations that support markers
mask - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
mask - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
mask(WildcardPattern, CharSequence) - Static method in class com.aspectran.core.util.wildcard.WildcardMasker
Erase the characters that does not corresponds to the wildcard, and returns collect only the remaining characters.
mask(String) - Method in class com.aspectran.core.util.wildcard.WildcardPattern
Erase the characters that corresponds to the wildcard, and returns collect only the remaining characters.
matches(WildcardPattern, CharSequence) - Static method in class com.aspectran.core.util.wildcard.WildcardMatcher
Checks whether a string matches a given wildcard pattern.
matches(CharSequence) - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
Checks whether a string matches a given wildcard pattern.
matches(String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
matches(String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
matches(String) - Method in enum com.aspectran.core.context.rule.type.MethodType
 
matches(String) - Method in class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
matches(String) - Method in class com.aspectran.core.util.wildcard.WildcardPattern
If the pattern matches then returns true.
matches(String, String, String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
matches(String, String, String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
matches(String, String, String, String) - Method in class com.aspectran.core.component.aspect.pointcut.AbstractPointcut
 
matches(String, String, String, String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
max - Variable in class com.aspectran.core.util.statistic.CounterStatistic
 
max - Variable in class com.aspectran.core.util.statistic.SampleStatistic
 
merge(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
MESSAGE_SOURCE_BEAN_ID - Static variable in interface com.aspectran.core.context.ActivityContext
 
MessageSource - Interface in com.aspectran.core.support.i18n.message
Strategy interface for resolving messages, with support for the parameterization and internationalization of such messages.
MessageSourceResourceBundle - Class in com.aspectran.core.support.i18n.message
This class is a clone of org.springframework.context.support.MessageSourceResourceBundle
MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceResourceBundle(MessageSource, Locale, ResourceBundle) - Constructor for class com.aspectran.core.support.i18n.message.MessageSourceResourceBundle
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
MessageSourceSupport - Class in com.aspectran.core.support.i18n.message
Base class for message source implementations, providing support infrastructure such as MessageFormat handling but not implementing concrete methods defined in the MessageSource.
MessageSourceSupport() - Constructor for class com.aspectran.core.support.i18n.message.MessageSourceSupport
 
method - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
method - Static variable in class com.aspectran.core.context.rule.params.ForwardParameters
 
method - Static variable in class com.aspectran.core.context.rule.params.PointcutQualifierParameters
 
method - Static variable in class com.aspectran.core.context.rule.params.RequestParameters
 
method - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
method() - Method in annotation type com.aspectran.core.component.bean.annotation.Request
 
METHOD - com.aspectran.core.context.rule.type.AutowireTargetType
 
METHOD - com.aspectran.core.context.rule.type.JoinpointTargetType
 
METHOD - com.aspectran.core.context.rule.type.TokenDirectiveType
 
MethodArgumentTypeMismatchException - Exception in com.aspectran.core.activity.process.action
This exception will be thrown when failing to bind the request parameter to the action method parameter.
MethodArgumentTypeMismatchException(Class<?>, Class<?>, Throwable) - Constructor for exception com.aspectran.core.activity.process.action.MethodArgumentTypeMismatchException
 
methods - Static variable in class com.aspectran.core.context.rule.params.JoinpointParameters
 
methods() - Method in annotation type com.aspectran.core.component.bean.annotation.Joinpoint
 
MethodType - Enum in com.aspectran.core.context.rule.type
Supported Method types.
MethodUtils - Class in com.aspectran.core.util
Utility reflection methods.
MethodUtils() - Constructor for class com.aspectran.core.util.MethodUtils
 
minus - Static variable in class com.aspectran.core.context.rule.params.PointcutParameters
 
MissingClosingBracketException - Exception in com.aspectran.core.util.apon
This exception will be thrown when missing closing brackets.
MissingClosingBracketException(String, String, ParameterValue) - Constructor for exception com.aspectran.core.util.apon.MissingClosingBracketException
Constructor to create exception with a message.
MissingMandatoryAttributesException - Exception in com.aspectran.core.activity.request
An exception to indicate mandatory attributes missing from the request.
MissingMandatoryAttributesException(Collection<ItemRule>) - Constructor for exception com.aspectran.core.activity.request.MissingMandatoryAttributesException
Creates a new MissingMandatoryAttributesException referencing the specified attribute.
MissingMandatoryParametersException - Exception in com.aspectran.core.activity.request
An exception to indicate mandatory parameters missing from the request.
MissingMandatoryParametersException(Collection<ItemRule>) - Constructor for exception com.aspectran.core.activity.request.MissingMandatoryParametersException
Creates a new MissingMandatoryParametersException referencing the specified parameter.
MultiException - Exception in com.aspectran.core.util
Wraps multiple exceptions.
MultiException() - Constructor for exception com.aspectran.core.util.MultiException
 
MULTIPART_FILE - com.aspectran.core.context.rule.type.ItemValueType
 
MultiValueMap<K,​V> - Interface in com.aspectran.core.util
Extension of the Map interface that stores multiple values.

N

name - Static variable in class com.aspectran.core.context.rule.params.ContentParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.ContentsParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.DispatchParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.EntryParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.SettingParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
name - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
name() - Method in annotation type com.aspectran.core.component.bean.annotation.Attribute
 
name() - Method in annotation type com.aspectran.core.component.bean.annotation.Dispatch
 
name() - Method in annotation type com.aspectran.core.component.bean.annotation.Parameter
 
NAME - com.aspectran.core.util.json.JsonToken
A JSON property name.
NAME_SEPARATOR_CHAR - Static variable in interface com.aspectran.core.context.ActivityContext
 
NAME_VALUE_SEPARATOR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
NEVER - com.aspectran.core.util.ConcurrentReferenceHashMap.Restructure
 
NEVER_EVICT - Static variable in interface com.aspectran.core.component.session.SessionCache
 
NEW_LINE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
NEW_LINE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
newAppendRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newArgumentItemRule(String) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Adds a new argument rule with the specified name and returns it.
newAspectAdviceRule(AspectAdviceType) - Method in class com.aspectran.core.context.rule.AspectRule
 
newAspectranParameters() - Method in class com.aspectran.core.context.config.ContextConfig
 
newAspectranParameters() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newAspectranParameters(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newAspectRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newAttributeItemRule(String) - Method in class com.aspectran.core.context.rule.ForwardRule
Adds a new attribute rule with the specified name and returns it.
newAttributeItemRule(String) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Adds a new attribute rule with the specified name and returns it.
newAttributeItemRule(String) - Method in class com.aspectran.core.context.rule.RequestRule
Adds a new attribute rule with the specified name and returns it.
newAutoReloadConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
newBeanRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newChooseWhenRule() - Method in class com.aspectran.core.context.rule.ChooseRule
 
newCondition() - Method in class com.aspectran.core.util.thread.Locker
 
newConstructorArgumentItemRule() - Method in class com.aspectran.core.context.rule.BeanRule
Adds a new constructor argument item rule and returns it.
newContextConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
newDaemonConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
newEchoItemRule(String) - Method in class com.aspectran.core.context.rule.EchoActionRule
Adds a new echo item rule with the specified name and returns it.
newEmbedConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
newEnvironmentRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newExposalsConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
newExposalsConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
newExposalsConfig() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
newExposalsConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
newExposalsConfig() - Method in class com.aspectran.core.context.config.WebConfig
 
newFileStoreConfig() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
newHeaderItemRule(String) - Method in class com.aspectran.core.context.rule.HeaderActionRule
Adds a new header rule with the specified name and returns it.
newInnerBeanRule(String, String, String, String) - Static method in class com.aspectran.core.context.rule.BeanRule
 
newInnerOfferedFactoryBeanRule(String, String, String, String) - Static method in class com.aspectran.core.context.rule.BeanRule
 
newInstance() - Static method in class com.aspectran.core.context.rule.ChooseRule
 
newInstance() - Static method in class com.aspectran.core.context.rule.CustomTransformRule
 
newInstance() - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
newInstance(boolean) - Static method in class com.aspectran.core.context.rule.RequestRule
 
newInstance(CustomTransformer) - Static method in class com.aspectran.core.context.rule.CustomTransformRule
 
newInstance(CustomTransformResponse) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(ActivityContext, BeanRule, Object) - Static method in class com.aspectran.core.component.bean.proxy.JdkDynamicProxyBean
 
newInstance(ActivityContext, BeanRule, Object[], Class<?>[]) - Static method in class com.aspectran.core.component.bean.proxy.CglibDynamicProxyBean
Creates a proxy class of bean and returns an instance of that class.
newInstance(ActivityContext, BeanRule, Object[], Class<?>[]) - Static method in class com.aspectran.core.component.bean.proxy.JavassistDynamicProxyBean
Creates a proxy class of bean and returns an instance of that class.
newInstance(AspectRule) - Static method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
newInstance(AspectRule, SettingsParameters) - Static method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
newInstance(AspectRule, AspectAdviceType) - Static method in class com.aspectran.core.context.rule.AspectAdviceRule
 
newInstance(DispatchRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(ForwardRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(AspectranParameters, String) - Static method in class com.aspectran.core.context.rule.AppendRule
Create a new AppendRule.
newInstance(RedirectRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(ScheduleRule, String, Boolean) - Static method in class com.aspectran.core.context.rule.ScheduledJobRule
 
newInstance(TransformRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(TransformType, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.TransformRule
 
newInstance(TransformType, String, String, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.TransformRule
 
newInstance(Class<? extends Throwable>[], AnnotatedAction) - Static method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
newInstance(String) - Static method in class com.aspectran.core.activity.process.ActionList
 
newInstance(String) - Static method in class com.aspectran.core.activity.process.ContentList
 
newInstance(String) - Static method in class com.aspectran.core.context.rule.DispatchRule
Returns a new instance of DispatchRule.
newInstance(String) - Static method in class com.aspectran.core.context.rule.EnvironmentRule
Returns a new instance of EnvironmentRule.
newInstance(String) - Static method in class com.aspectran.core.context.rule.ForwardRule
Returns a new instance of ForwardRule.
newInstance(String) - Static method in class com.aspectran.core.context.rule.PointcutRule
 
newInstance(String) - Static method in class com.aspectran.core.context.rule.RedirectRule
 
newInstance(String) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
newInstance(String[]) - Static method in class com.aspectran.core.context.rule.PointcutRule
 
newInstance(String, MethodType[]) - Static method in class com.aspectran.core.context.rule.TransletRule
 
newInstance(String, Boolean) - Static method in class com.aspectran.core.context.rule.EchoActionRule
Returns a new derived instance of EchoActionRule.
newInstance(String, Boolean) - Static method in class com.aspectran.core.context.rule.HeaderActionRule
Returns a new derived instance of HeaderActionRule.
newInstance(String, Boolean) - Static method in class com.aspectran.core.context.rule.InvokeActionRule
Returns a new instance of BeanActionRule.
newInstance(String, String) - Static method in class com.aspectran.core.context.rule.RequestRule
 
newInstance(String, String) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
newInstance(String, String) - Static method in class com.aspectran.core.context.rule.TransletRule
 
newInstance(String, String, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.AspectRule
 
newInstance(String, String, String) - Static method in class com.aspectran.core.context.rule.PointcutPatternRule
 
newInstance(String, String, String, MethodType[]) - Static method in class com.aspectran.core.context.rule.TransletRule
 
newInstance(String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.ForwardRule
Returns a new instance of ForwardRule.
newInstance(String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.IncludeActionRule
Returns a new instance of IncludeActionRule.
newInstance(String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.InvokeActionRule
Returns a new instance of BeanActionRule.
newInstance(String, String, String, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.TransformRule
 
newInstance(String, String, String, Boolean, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.ItemRule
Returns a new derived instance of ItemRule.
newInstance(String, String, String, Boolean, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.RedirectRule
 
newInstance(String, String, String, String) - Static method in class com.aspectran.core.context.rule.DispatchRule
Returns a new instance of DispatchRule.
newInstance(String, String, String, String) - Static method in class com.aspectran.core.context.rule.TransletRule
 
newInstance(String, String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.DispatchRule
Returns a new instance of DispatchRule.
newInstance(String, String, String, String, String) - Static method in class com.aspectran.core.context.rule.AppendRule
Create a new AppendRule.
newInstance(String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.BeanRule
 
newInstance(String, String, String, String, String, String, String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.TemplateRule
 
newInstanceForBuiltin(String, String, String, String, String, String, String, String, Boolean) - Static method in class com.aspectran.core.context.rule.TemplateRule
 
newItemParameters() - Method in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
newOfferedFactoryBeanInstance(String, String, String, String, String, String, Boolean, Boolean, Boolean) - Static method in class com.aspectran.core.context.rule.BeanRule
 
newParameterItemRule(String) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Adds a new parameter rule with the specified name and returns it.
newParameterItemRule(String) - Method in class com.aspectran.core.context.rule.RedirectRule
Adds a new parameter rule with the specified name and returns it.
newParameterItemRule(String) - Method in class com.aspectran.core.context.rule.RequestRule
Adds a new parameter rule with the specified name and returns it.
newParameters(Parameter) - Method in interface com.aspectran.core.util.apon.Parameter
Creates a new instance of Parameters with the specified identifier Parameter.
newParameters(Parameter) - Method in class com.aspectran.core.util.apon.ParameterValue
 
newParameters(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
newParameters(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
 
newParameters(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
newParameters(String) - Method in class com.aspectran.core.util.apon.ArrayParameters
 
newParameters(String) - Method in interface com.aspectran.core.util.apon.Parameters
 
newParameterValue() - Method in class com.aspectran.core.util.apon.ParameterKey
 
newParameterValue(String, ValueType) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
newParameterValue(String, ValueType) - Method in interface com.aspectran.core.util.apon.Parameters
 
newParameterValue(String, ValueType, boolean) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
newParameterValue(String, ValueType, boolean) - Method in interface com.aspectran.core.util.apon.Parameters
 
newPointcutParameters() - Method in class com.aspectran.core.context.rule.params.JoinpointParameters
 
newPointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutRule
 
newPointcutPatternRuleList(int) - Method in class com.aspectran.core.context.rule.PointcutRule
 
newPollerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
newProfilesConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
newPropertyItemRule(String) - Method in class com.aspectran.core.context.rule.BeanRule
Adds a new property rule with the specified name and returns it.
newPropertyItemRule(String) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Adds a new property rule with the specified name and returns it.
newSchedulerConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
newScheduleRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newSessionManagerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
newSessionManagerConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
newSessionManagerConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
newSessionScope() - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
newSessionScope() - Method in interface com.aspectran.core.adapter.SessionAdapter
 
newShellConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
newTemplateRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newTransletRule() - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
newWebConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
next() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
nextBoolean() - Method in class com.aspectran.core.util.json.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - Method in class com.aspectran.core.util.json.JsonReader
Returns the double value of the next token, consuming it.
nextInt() - Method in class com.aspectran.core.util.json.JsonReader
Returns the int value of the next token, consuming it.
nextLong() - Method in class com.aspectran.core.util.json.JsonReader
Returns the long value of the next token, consuming it.
nextName() - Method in class com.aspectran.core.util.json.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class com.aspectran.core.util.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - Method in class com.aspectran.core.util.json.JsonReader
Returns the string value of the next token, consuming it.
NO_CONTROL_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
NO_METHODS - Static variable in class com.aspectran.core.util.MethodUtils
 
NO_RESULT - Static variable in class com.aspectran.core.activity.process.result.ActionResult
 
noCache - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
NodeEndlet - Interface in com.aspectran.core.util.nodelet
A nodelet is a sort of callback or event handler that can be registered to handle an XPath event registered with the NodeParser.
Nodelet - Interface in com.aspectran.core.util.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 - Interface in com.aspectran.core.util.nodelet
 
NodeletException - Exception in com.aspectran.core.util.nodelet
 
NodeletException() - Constructor for exception com.aspectran.core.util.nodelet.NodeletException
 
NodeletException(String) - Constructor for exception com.aspectran.core.util.nodelet.NodeletException
 
NodeletException(String, Throwable) - Constructor for exception com.aspectran.core.util.nodelet.NodeletException
 
NodeletException(Throwable) - Constructor for exception com.aspectran.core.util.nodelet.NodeletException
 
NodeletParser - Class in com.aspectran.core.util.nodelet
The NodeletParser is a callback based parser similar to SAX.
NodeletParser(Object) - Constructor for class com.aspectran.core.util.nodelet.NodeletParser
 
NodeTracker - Class in com.aspectran.core.util.nodelet
Inner helper class for tracking the line number and column number of the element's start tag while reading an XML document.
NodeTracker() - Constructor for class com.aspectran.core.util.nodelet.NodeTracker
 
NoLoggingImpl - Class in com.aspectran.core.util.logging.nologging
 
NoLoggingImpl(String) - Constructor for class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
NONAME - Static variable in class com.aspectran.core.util.apon.ArrayParameters
 
NONE - com.aspectran.core.context.rule.type.TransformType
 
NoneTransformResponse - Class in com.aspectran.core.activity.response.transform
The Class NoneTransformResponse.
NoneTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.NoneTransformResponse
Instantiates a new NoneTransformResponse.
NonNull - Annotation Type in com.aspectran.core.lang
This class is a clone of org.springframework.lang.NonNull
NonNullApi - Annotation Type in com.aspectran.core.lang
This class is a clone of org.springframework.lang.NonNullApi
NonNullFields - Annotation Type in com.aspectran.core.lang
This class is a clone of org.springframework.lang.NonNullFields
NonPersistent - Interface in com.aspectran.core.component.session
Implement the NoPersistent interface for non-persistent objects in session data.
NonSerializable - Annotation Type in com.aspectran.core.component.bean.annotation
The NonSerializable attribute marks a variable to not be serialized.
noNullElements(Object[], String) - Static method in class com.aspectran.core.util.Assert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that an array contains no null elements.
NoSuchBeanException - Exception in com.aspectran.core.component.bean
The Class NoSuchBeanException.
NoSuchBeanException(Class<?>) - Constructor for exception com.aspectran.core.component.bean.NoSuchBeanException
Instantiates a new NoSuchBeanException.
NoSuchBeanException(Class<?>, String) - Constructor for exception com.aspectran.core.component.bean.NoSuchBeanException
Instantiates a new NoSuchBeanException.
NoSuchBeanException(String) - Constructor for exception com.aspectran.core.component.bean.NoSuchBeanException
Instantiates a new NoSuchBeanException.
NoSuchMessageException - Exception in com.aspectran.core.support.i18n.message
Exception thrown when a message can't be resolved.
NoSuchMessageException(String) - Constructor for exception com.aspectran.core.support.i18n.message.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String, Locale) - Constructor for exception com.aspectran.core.support.i18n.message.NoSuchMessageException
Create a new exception.
notEmpty(Object[], String) - Static method in class com.aspectran.core.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, String) - Static method in class com.aspectran.core.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Map<?, ?>, String) - Static method in class com.aspectran.core.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notIdle() - Method in class com.aspectran.core.util.thread.IdleTimeout
 
notIdle() - Method in class com.aspectran.core.util.timer.IdleTimeout
 
notNull(Object, String) - Static method in class com.aspectran.core.util.Assert
Assert that an object is not null.
notNull(Object, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert that an object is not null.
NoUniqueBeanException - Exception in com.aspectran.core.component.bean
The Class NoUniqueBeanException.
NoUniqueBeanException(Class<?>, BeanRule[]) - Constructor for exception com.aspectran.core.component.bean.NoUniqueBeanException
Instantiates a new NoUniqueBeanException.
NULL - com.aspectran.core.util.json.JsonToken
A JSON null.
NULL - Static variable in class com.aspectran.core.util.apon.AponFormat
 
Nullable - Annotation Type in com.aspectran.core.lang
This class is a clone of org.springframework.lang.Nullable
nullSafeEquals(Object, Object) - Static method in class com.aspectran.core.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(boolean[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(Object) - Static method in class com.aspectran.core.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - Static method in class com.aspectran.core.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullToEmpty(String) - Static method in class com.aspectran.core.util.StringUtils
Returns the given string if it is non-null; the empty string otherwise.
nullWritable(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
 
nullWritable(boolean) - Method in class com.aspectran.core.util.json.JsonWriter
 
NUMBER - com.aspectran.core.util.json.JsonToken
A JSON number represented in this API by a Java double, long, or int.

O

OBJECT - com.aspectran.core.util.apon.ValueType
 
ObjectToAponConverter - Class in com.aspectran.core.util.apon
Converts Object to APON.
ObjectToAponConverter() - Constructor for class com.aspectran.core.util.apon.ObjectToAponConverter
 
ObjectUtils - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.ObjectUtils
ObjectUtils() - Constructor for class com.aspectran.core.util.ObjectUtils
 
offAponStyle(String) - Static method in class com.aspectran.core.util.TextStyler
 
OgnlMemberAccess - Class in com.aspectran.core.context.expr.ognl
 
OgnlMemberAccess() - Constructor for class com.aspectran.core.context.expr.ognl.OgnlMemberAccess
 
OgnlSupport - Class in com.aspectran.core.context.expr.ognl
Support for expressions using OGNL.
onTimeoutExpired() - Method in class com.aspectran.core.util.timer.CyclicTimeout
Invoked when the timeout expires.
optimize(Token[]) - Static method in class com.aspectran.core.context.expr.token.Tokenizer
Returns an array of tokens that is optimized.
OPTIONS - com.aspectran.core.context.rule.type.MethodType
returns the actions supported for specified the resource - also without side-effects.
order - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
order() - Method in annotation type com.aspectran.core.component.bean.annotation.Aspect
 
otherwise - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
OutputStringWriter - Class in com.aspectran.core.util
A character stream that collects its output in a string builder, which can then be used to construct a string.
OutputStringWriter() - Constructor for class com.aspectran.core.util.OutputStringWriter
Create a new string writer using the default initial string-builder size.
OutputStringWriter(int) - Constructor for class com.aspectran.core.util.OutputStringWriter
Create a new string writer using the specified initial string-builder size.
overrideThreadContextClassLoader(ClassLoader) - Static method in class com.aspectran.core.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.

P

PACKAGE_SEPARATOR_CHAR - Static variable in class com.aspectran.core.util.ClassUtils
The package separator character '.'
packageNameToResourceName(String) - Static method in class com.aspectran.core.context.resource.AspectranClassLoader
 
Parameter - Interface in com.aspectran.core.util.apon
 
Parameter - Annotation Type in com.aspectran.core.component.bean.annotation
 
PARAMETER - com.aspectran.core.context.rule.type.TokenType
 
PARAMETER_SYMBOL - Static variable in class com.aspectran.core.context.expr.token.Token
 
ParameterBindingException - Exception in com.aspectran.core.activity.process.action
This exception will be thrown when failing to bind the request parameter to the action method parameter.
ParameterBindingException(ParameterBindingRule, Throwable) - Constructor for exception com.aspectran.core.activity.process.action.ParameterBindingException
 
ParameterBindingRule - Class in com.aspectran.core.context.rule
The Class ParameterBindingRule.
ParameterBindingRule() - Constructor for class com.aspectran.core.context.rule.ParameterBindingRule
 
ParameterKey - Class in com.aspectran.core.util.apon
A class for defining parameter attributes.
ParameterKey(String, ValueType) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, ValueType, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, ValueType, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, Class<? extends AbstractParameters>) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, Class<? extends AbstractParameters>, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, Class<? extends AbstractParameters>, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], ValueType) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], ValueType, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], ValueType, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], Class<? extends AbstractParameters>) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], Class<? extends AbstractParameters>, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
ParameterKey(String, String[], Class<? extends AbstractParameters>, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterKey
 
parameterKeys - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
ParameterMap - Class in com.aspectran.core.activity.request
The Class ParameterMap.
ParameterMap() - Constructor for class com.aspectran.core.activity.request.ParameterMap
Instantiates a new ParameterMap.
ParameterMap(int) - Constructor for class com.aspectran.core.activity.request.ParameterMap
Instantiates a new ParameterMap.
ParameterMap(Map<String, String[]>) - Constructor for class com.aspectran.core.activity.request.ParameterMap
Instantiates a new ParameterMap.
parameters - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
parameters - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
parameters - Static variable in class com.aspectran.core.context.rule.params.RequestParameters
 
parameters - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.Redirect
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.Request
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToDelete
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToGet
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPatch
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPost
 
parameters() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPut
 
Parameters - Interface in com.aspectran.core.util.apon
The Interface Parameters.
PARAMETERS - com.aspectran.core.context.rule.type.AppenderType
 
PARAMETERS - com.aspectran.core.context.rule.type.ItemValueType
 
PARAMETERS - com.aspectran.core.util.apon.ValueType
 
ParametersRuleAppender - Class in com.aspectran.core.context.rule.appender
The Class ParametersRuleAppender.
ParametersRuleAppender() - Constructor for class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
ParametersToRules - Class in com.aspectran.core.context.rule.converter
Converts Parameters objects to rules for context configuration.
ParametersToRules(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.converter.ParametersToRules
 
ParameterValue - Class in com.aspectran.core.util.apon
 
ParameterValue(String, ValueType) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, ValueType, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, ValueType, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, ValueType, boolean, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, Class<? extends AbstractParameters>) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, Class<? extends AbstractParameters>, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, Class<? extends AbstractParameters>, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
ParameterValue(String, Class<? extends AbstractParameters>, boolean, boolean, boolean) - Constructor for class com.aspectran.core.util.apon.ParameterValue
 
parse() - Method in class com.aspectran.core.component.bean.AnnotatedConfigParser
 
parse(Activity) - Static method in class com.aspectran.core.activity.FormattingContext
 
parse(Token[], String) - Static method in class com.aspectran.core.activity.request.PathVariableMap
 
parse(RuleAppender) - Method in class com.aspectran.core.context.rule.parser.xml.AspectranNodeParser
Parses the aspectran configuration.
parse(AspectranParameters) - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
parse(AspectranParameters) - Method in class com.aspectran.core.context.rule.parser.HybridActivityContextParser
 
parse(File) - Static method in class com.aspectran.core.util.apon.AponReader
Converts to a Parameters object from a file.
parse(File, String) - Static method in class com.aspectran.core.util.apon.AponReader
Converts to a Parameters object from a file.
parse(File, String, T) - Static method in class com.aspectran.core.util.apon.AponReader
Converts into a given Parameters object from a file.
parse(File, T) - Static method in class com.aspectran.core.util.apon.AponReader
Converts into a given Parameters object from a file.
parse(InputStream) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Begins parsing from the provided InputStream.
parse(Reader) - Static method in class com.aspectran.core.util.apon.AponReader
Converts to a Parameters object from a character-input stream.
parse(Reader) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Begins parsing from the provided Reader.
parse(Reader, T) - Static method in class com.aspectran.core.util.apon.AponReader
Converts into a given Parameters object from a character-input stream.
parse(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
parse(String) - Static method in class com.aspectran.core.context.expr.token.TokenParser
Returns an array of tokens that contains tokenized string.
parse(String) - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
parse(String) - Method in class com.aspectran.core.context.rule.parser.HybridActivityContextParser
 
parse(String) - Static method in enum com.aspectran.core.context.rule.type.MethodType
Returns an array of MethodType with a value represented by the specified String.
parse(String) - Static method in class com.aspectran.core.util.apon.AponReader
Converts an APON formatted string into a Parameters object.
parse(String) - Static method in class com.aspectran.core.util.PrefixSuffixPattern
 
parse(String, boolean) - Static method in class com.aspectran.core.context.expr.token.TokenParser
Returns an array of tokens that contains tokenized string.
parse(String, Class<T>) - Static method in class com.aspectran.core.util.apon.AponReader
 
parse(String, T) - Static method in class com.aspectran.core.util.apon.AponReader
Converts an APON formatted string into a given Parameters object.
parse(InputSource) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
parse(InputSource) - Method in class com.aspectran.core.util.nodelet.NodeletParser
Begins parsing from the provided InputSource.
parseAsList(String) - Static method in class com.aspectran.core.context.expr.token.TokenParser
 
parseAsMap(String) - Static method in class com.aspectran.core.context.expr.token.TokenParser
 
parseBodyAsParameters(String, Class<T>) - Static method in class com.aspectran.core.activity.request.RequestBodyParser
 
parseDeclaredAttributes() - Method in class com.aspectran.core.activity.CoreActivity
Parses the declared attributes.
parseDeclaredParameters() - Method in class com.aspectran.core.activity.CoreActivity
Parses the declared parameters.
parseExpression(String) - Static method in class com.aspectran.core.context.expr.BooleanExpression
 
parseExpression(String) - Static method in class com.aspectran.core.context.expr.ognl.OgnlSupport
 
parseLocaleString(String) - Static method in class com.aspectran.core.util.StringUtils
Parse the given localeString value into a Locale.
parsePattern(String) - Static method in class com.aspectran.core.context.rule.PointcutPatternRule
 
parseRequest() - Method in class com.aspectran.core.activity.CoreActivity
 
parseRequest() - Method in class com.aspectran.core.activity.InstantActivity
 
parseTimeZoneString(String) - Static method in class com.aspectran.core.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
parseToken(String) - Method in class com.aspectran.core.util.security.PBTokenIssuer
 
parseToken(String) - Method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
parseToken(String, Class<T>) - Method in class com.aspectran.core.util.security.PBTokenIssuer
 
parseToken(String, Class<T>) - Method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
parsingFailed(String, Throwable) - Method in class com.aspectran.core.context.rule.parser.xml.AspectranNodeParser
 
PATCH - com.aspectran.core.context.rule.type.MethodType
partial modification of a resource.
path - Static variable in class com.aspectran.core.context.rule.params.RedirectParameters
 
path() - Method in annotation type com.aspectran.core.component.bean.annotation.Redirect
 
PathVariableMap - Class in com.aspectran.core.activity.request
The Class PathVariableMap.
PathVariableMap() - Constructor for class com.aspectran.core.activity.request.PathVariableMap
 
patternMatches(String, String) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
patternMatches(String, String) - Method in class com.aspectran.core.component.aspect.pointcut.RegexpPointcut
 
patternMatches(String, String) - Method in class com.aspectran.core.component.aspect.pointcut.WildcardPointcut
 
patternMatches(String, String, char) - Method in interface com.aspectran.core.component.aspect.pointcut.Pointcut
 
patternMatches(String, String, char) - Method in class com.aspectran.core.component.aspect.pointcut.RegexpPointcut
 
patternMatches(String, String, char) - Method in class com.aspectran.core.component.aspect.pointcut.WildcardPointcut
 
pause() - Method in class com.aspectran.core.service.AbstractServiceController
 
pause() - Method in interface com.aspectran.core.service.ServiceController
Pauses the service.
pause(long) - Method in class com.aspectran.core.service.AbstractServiceController
 
pause(long) - Method in interface com.aspectran.core.service.ServiceController
Pauses the service for a specified period of time.
pause(String) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
paused() - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is paused for a period of time.
paused(long) - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is paused.
PBEncryptionUtils - Class in com.aspectran.core.util
This class provides basic encryption/decryption capabilities to implement PBE.
PBEncryptionUtils() - Constructor for class com.aspectran.core.util.PBEncryptionUtils
 
PBTokenIssuer - Class in com.aspectran.core.util.security
Password based token issuer.
PBTokenIssuer() - Constructor for class com.aspectran.core.util.security.PBTokenIssuer
 
peek() - Method in class com.aspectran.core.util.ArrayStack
Returns the top item off of this stack without removing it.
peek() - Method in class com.aspectran.core.util.json.JsonReader
Returns the type of the next token without consuming it.
peek(int) - Method in class com.aspectran.core.util.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
peek(Class<?>) - Method in class com.aspectran.core.util.ArrayStack
 
peekObject() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
peekObject(int) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
peekObject(Class<?>) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
pending(AppendRule) - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
perform() - Method in interface com.aspectran.core.activity.Activity
Performs the prepared activity.
perform() - Method in class com.aspectran.core.activity.CoreActivity
 
perform() - Method in class com.aspectran.core.activity.DefaultActivity
 
perform(Callable<V>) - Method in interface com.aspectran.core.activity.Activity
Performs the given instant activity.
perform(Callable<V>) - Method in class com.aspectran.core.activity.CoreActivity
 
perform(Callable<V>) - Method in class com.aspectran.core.activity.DefaultActivity
 
perform(Callable<V>) - Method in class com.aspectran.core.activity.InstantActivity
 
PluralWildcardPattern - Class in com.aspectran.core.util.wildcard
Class for Wildcard Matching with multiple Include and Exclude patterns.
PluralWildcardPattern(WildcardPattern[], WildcardPattern[]) - Constructor for class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
PluralWildcardPattern(String[], String[]) - Constructor for class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
PluralWildcardPattern(String[], String[], char) - Constructor for class com.aspectran.core.util.wildcard.PluralWildcardPattern
 
plus - Static variable in class com.aspectran.core.context.rule.params.PointcutParameters
 
PLUS_CHAR - Static variable in class com.aspectran.core.util.wildcard.WildcardPattern
 
pointcut - Static variable in class com.aspectran.core.context.rule.params.JoinpointParameters
 
pointcut() - Method in annotation type com.aspectran.core.component.bean.annotation.Joinpoint
 
Pointcut - Interface in com.aspectran.core.component.aspect.pointcut
The Interface Pointcut.
POINTCUT_PATTERN_VERIFIABLE - com.aspectran.core.context.rule.type.DefaultSettingType
 
PointcutFactory - Class in com.aspectran.core.component.aspect.pointcut
A factory for creating Pointcut objects.
PointcutFactory() - Constructor for class com.aspectran.core.component.aspect.pointcut.PointcutFactory
 
PointcutParameters - Class in com.aspectran.core.context.rule.params
 
PointcutParameters() - Constructor for class com.aspectran.core.context.rule.params.PointcutParameters
 
PointcutParameters(String) - Constructor for class com.aspectran.core.context.rule.params.PointcutParameters
 
PointcutPatternRule - Class in com.aspectran.core.context.rule
The pattern rule for identifying pointcut targets
PointcutPatternRule() - Constructor for class com.aspectran.core.context.rule.PointcutPatternRule
 
PointcutQualifierParameters - Class in com.aspectran.core.context.rule.params
 
PointcutQualifierParameters() - Constructor for class com.aspectran.core.context.rule.params.PointcutQualifierParameters
 
PointcutRule - Class in com.aspectran.core.context.rule
Pointcut are expressions that is matched with join points to determine whether advice needs to be executed or not.
PointcutRule(PointcutType) - Constructor for class com.aspectran.core.context.rule.PointcutRule
 
PointcutType - Enum in com.aspectran.core.context.rule.type
Supported Pointcut types.
pollForPurge() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
pop() - Method in class com.aspectran.core.util.ArrayStack
Pops the top item off of this stack and return it.
popObject() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
POST - com.aspectran.core.context.rule.type.MethodType
creates a resource.
postProcess(ContextRuleAssistant) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
 
POWERED_BY - Static variable in class com.aspectran.core.util.Aspectran
 
POWERED_BY_LINK - Static variable in class com.aspectran.core.util.Aspectran
 
PREFIX_SUFFIX_PATTERN_SEPARATOR - Static variable in class com.aspectran.core.util.PrefixSuffixPattern
 
PrefixSuffixPattern - Class in com.aspectran.core.util
 
PrefixSuffixPattern() - Constructor for class com.aspectran.core.util.PrefixSuffixPattern
 
PrefixSuffixPattern(String) - Constructor for class com.aspectran.core.util.PrefixSuffixPattern
 
prepare(AspectranConfig) - Method in class com.aspectran.core.service.AbstractCoreService
 
prepare(TransletRule) - Method in class com.aspectran.core.activity.CoreActivity
Prepare for the activity.
prepare(String) - Method in class com.aspectran.core.activity.CoreActivity
Prepare for the activity.
prepare(String, TransletRule) - Method in class com.aspectran.core.activity.CoreActivity
Prepare for the activity.
prepare(String, MethodType) - Method in class com.aspectran.core.activity.CoreActivity
Prepare for the activity.
prepare(String, String) - Method in class com.aspectran.core.activity.CoreActivity
Prepare for the activity.
prepareAspectAdviceRule(TransletRule) - Method in class com.aspectran.core.activity.AdviceActivity
 
preparse(ParameterMap, Map<String, Object>) - Method in class com.aspectran.core.adapter.DefaultRequestAdapter
 
pretty - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
pretty() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
prettyPrint(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
 
prettyPrint(boolean) - Method in class com.aspectran.core.util.json.JsonWriter
 
previous() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
printAboutMe(PrintStream) - Static method in class com.aspectran.core.util.Aspectran
Prints Aspectran information to the specified print stream.
printPrettyAboutMe(PrintStream) - Static method in class com.aspectran.core.util.Aspectran
Prints Aspectran information to the specified print stream.
process(String) - Method in interface com.aspectran.core.util.nodelet.NodeEndlet
For a registered XPath, the NodeletParser will call the Nodelet's process method for processing.
process(String, Map<String, Object>, Writer) - Method in interface com.aspectran.core.component.template.engine.TemplateEngine
Executes template, using the data-model provided, writing the generated output to the supplied Writer.
process(String, Map<String, Object>, Writer, Locale) - Method in interface com.aspectran.core.component.template.engine.TemplateEngine
Executes template, using the data-model provided, writing the generated output to the supplied Writer.
process(String, Map<String, Object>, String, Writer) - Method in interface com.aspectran.core.component.template.engine.TemplateEngine
Executes template, using the data-model provided, writing the generated output to the supplied Writer.
process(Map<String, String>) - Method in interface com.aspectran.core.util.nodelet.Nodelet
For a registered XPath, the NodeletParser will call the Nodelet's process method for processing.
ProcessException - Exception in com.aspectran.core.activity.process
This exception will be thrown if the translet processing fails.
ProcessException(String) - Constructor for exception com.aspectran.core.activity.process.ProcessException
Constructor to create exception with a message.
ProcessException(String, Throwable) - Constructor for exception com.aspectran.core.activity.process.ProcessException
Constructor to create exception to wrap another exception and pass a message.
ProcessLogger - Interface in com.aspectran.core.util
Created: 2019/11/17
ProcessResult - Class in com.aspectran.core.activity.process.result
The Class ProcessResult.
ProcessResult() - Constructor for class com.aspectran.core.activity.process.result.ProcessResult
 
ProcessResult(int) - Constructor for class com.aspectran.core.activity.process.result.ProcessResult
 
ProcessRunner - Class in com.aspectran.core.util
The ProcessRunner class helps running external processes.
ProcessRunner() - Constructor for class com.aspectran.core.util.ProcessRunner
 
ProcessRunner(ProcessLogger) - Constructor for class com.aspectran.core.util.ProcessRunner
 
profile - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
profile - Static variable in class com.aspectran.core.context.rule.params.EnvironmentParameters
 
profile - Static variable in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
Profile - Annotation Type in com.aspectran.core.component.bean.annotation
 
profiling(ItemRuleMap, ItemRuleMap) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
properties - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
properties - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
properties - Static variable in class com.aspectran.core.context.rule.params.EnvironmentParameters
 
PROPERTIES - com.aspectran.core.context.rule.type.ItemType
 
PropertiesLoaderUtils - Class in com.aspectran.core.util
Convenient utility methods for loading of java.util.Properties, performing standard handling of input streams.
PropertiesLoaderUtils() - Constructor for class com.aspectran.core.util.PropertiesLoaderUtils
 
PROPERTY - com.aspectran.core.context.rule.type.TokenType
 
PROPERTY_SYMBOL - Static variable in class com.aspectran.core.context.expr.token.Token
 
PROTOTYPE - com.aspectran.core.context.rule.type.ScopeType
 
ProxyBeanInstantiationException - Exception in com.aspectran.core.component.bean.proxy
Exception thrown when instantiation of a proxy bean failed.
ProxyBeanInstantiationException(BeanRule, Throwable) - Constructor for exception com.aspectran.core.component.bean.proxy.ProxyBeanInstantiationException
Create a new ProxyBeanInstantiationException.
purgeUnreferencedEntries() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
push(E) - Method in class com.aspectran.core.util.ArrayStack
Pushes a new item onto the top of this stack.
pushObject(Object) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
put(String, Object) - Method in class com.aspectran.core.activity.ActivityDataMap
 
put(String, URL) - Method in class com.aspectran.core.context.resource.ResourceEntries
 
put(String, List<V>) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
put(String, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
put(String, V[]) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
put(K, V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
put(K, V[]) - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
put(K, V[]) - Method in interface com.aspectran.core.util.MultiValueMap
Set the given values under the given key.
PUT - com.aspectran.core.context.rule.type.MethodType
(completely) replaces an existing resource.
putAdviceResult(AspectAdviceRule, Object) - Method in class com.aspectran.core.activity.AdviceActivity
Puts the result of the advice.
putAdviceResult(AspectAdviceRule, Object) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
putAll(Parameters) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
putAll(Parameters) - Method in interface com.aspectran.core.util.apon.Parameters
 
putAll(Map<? extends String, ? extends List<V>>) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
putAll(Map<? extends String, ? extends V>) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
putAllAttributes(Map<String, Object>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
putAllAttributes(Map<String, Object>) - Method in interface com.aspectran.core.adapter.RequestAdapter
Copies all of the mappings from the specified attributes.
putAllAttributes(Map<String, Object>) - Method in class com.aspectran.core.component.session.SessionData
Copies all of the mappings from the specified attributes.
putAllFileParameters(MultiValueMap<String, FileParameter>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
putAllFileParameters(MultiValueMap<String, FileParameter>) - Method in interface com.aspectran.core.adapter.RequestAdapter
Copies all of the mappings from the specified file parameters.
putAllParameters(ParameterMap) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
putAllParameters(ParameterMap) - Method in interface com.aspectran.core.adapter.RequestAdapter
Copies all of the mappings from the specified parameters.
putAllParameters(MultiValueMap<String, String>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
putAllParameters(MultiValueMap<String, String>) - Method in interface com.aspectran.core.adapter.RequestAdapter
Copies all of the mappings from the specified parameters.
putAspectAdviceBean(String, Object) - Method in class com.aspectran.core.activity.AdviceActivity
Puts the aspect advice bean.
putAspectAdviceBean(String, Object) - Method in class com.aspectran.core.activity.aspect.AspectAdviceResult
 
putBeanInstance(Activity, BeanRule, BeanInstance) - Method in class com.aspectran.core.component.bean.scope.AbstractScope
 
putBeanInstance(Activity, BeanRule, BeanInstance) - Method in interface com.aspectran.core.component.bean.scope.Scope
Saves an instantiated bean with the given bean rule into the scope.
putBeanInstance(Activity, BeanRule, BeanInstance) - Method in class com.aspectran.core.component.bean.scope.SessionScope
 
putBeanRule(String, BeanRule) - Method in class com.aspectran.core.context.rule.ItemRule
 
putExceptionThrownRule(ExceptionThrownRule) - Method in class com.aspectran.core.context.rule.AspectRule
 
putExceptionThrownRule(ExceptionThrownRule) - Method in class com.aspectran.core.context.rule.ExceptionRule
Puts the exception thrown rule.
putIfAbsent(K, V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
putItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.ItemRuleMap
Adds a item rule.
putResource(File, JarEntry) - Method in class com.aspectran.core.context.resource.ResourceEntries
 
putResource(File, JarEntry) - Method in class com.aspectran.core.context.resource.ResourceManager
 
putResource(String, File) - Method in class com.aspectran.core.context.resource.ResourceEntries
 
putResource(String, File) - Method in class com.aspectran.core.context.resource.ResourceManager
 
putSetting(String, Object) - Method in class com.aspectran.core.context.rule.params.SettingsParameters
 
putSetting(String, Object) - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
putSetting(String, String) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Puts the setting value.
putTypeAlias(String, Object) - Method in class com.aspectran.core.context.rule.params.TypeAliasesParameters
 
putValue(ParameterKey, Object) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
putValue(ParameterKey, Object) - Method in interface com.aspectran.core.util.apon.Parameters
Put a value into the Parameter with the specified parameter definition.
putValue(Parameters, Object) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
putValue(Parameters, String, Object) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
putValue(Object) - Method in interface com.aspectran.core.util.apon.Parameter
Puts the parameter value.
putValue(Object) - Method in class com.aspectran.core.util.apon.ParameterValue
 
putValue(String, Token[]) - Method in class com.aspectran.core.context.rule.ItemRule
Puts the specified value with the specified key to this Map type item.
putValue(String, Object) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
putValue(String, Object) - Method in interface com.aspectran.core.util.apon.Parameters
Put a value into the Parameter with the specified name.
putValue(String, Object) - Method in class com.aspectran.core.util.apon.VariableParameters
 
putValue(String, String) - Method in class com.aspectran.core.context.rule.ItemRule
Puts the specified value with the specified key to this Map type item.
putValueNonNull(ParameterKey, Object) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
putValueNonNull(ParameterKey, Object) - Method in interface com.aspectran.core.util.apon.Parameters
Put a value of the parameter corresponding to the given parameter definition.
putValueNonNull(String, Object) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
putValueNonNull(String, Object) - Method in interface com.aspectran.core.util.apon.Parameters
Put a value of the parameter corresponding to the given name.

Q

Qualifier - Annotation Type in com.aspectran.core.component.bean.annotation
 
QuartzJobListener - Class in com.aspectran.scheduler.service
The Class QuartzJobListener.
QuartzJobListener() - Constructor for class com.aspectran.scheduler.service.QuartzJobListener
 
QuartzJobRequestAdapter - Class in com.aspectran.scheduler.adapter
Adapt Quartz Job Request to Core RequestAdapter.
QuartzJobRequestAdapter(MethodType, JobExecutionContext) - Constructor for class com.aspectran.scheduler.adapter.QuartzJobRequestAdapter
Instantiates a new QuartzJobRequestAdapter.
QuartzJobResponseAdapter - Class in com.aspectran.scheduler.adapter
Adapt Quartz Job Response to Core ResponseAdapter.
QuartzJobResponseAdapter() - Constructor for class com.aspectran.scheduler.adapter.QuartzJobResponseAdapter
 
QuartzSchedulerFactoryBean - Class in com.aspectran.scheduler.support
FactoryBean implementation that builds a QuartzScheduler.
QuartzSchedulerFactoryBean() - Constructor for class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
 
QuartzSchedulerService - Class in com.aspectran.scheduler.service
The Class QuartzSchedulerService.
QuartzSchedulerService(CoreService) - Constructor for class com.aspectran.scheduler.service.QuartzSchedulerService
 
QUESTION_CHAR - Static variable in class com.aspectran.core.util.wildcard.WildcardPattern
 

R

read() - Method in class com.aspectran.core.util.apon.AponReader
Reads an APON document into a VariableParameters object.
read(File, String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a string from the specified file.
read(Reader) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a string from the specified Reader object.
read(URL, String) - Static method in class com.aspectran.core.util.ResourceUtils
Returns a string from the specified url.
read(T) - Method in class com.aspectran.core.util.apon.AponReader
Reads an APON formatted document into the specified Parameters object.
readFrom(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
readFrom(String) - Method in interface com.aspectran.core.util.apon.Parameters
 
ready() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
ready() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
record(long) - Method in class com.aspectran.core.util.statistic.SampleStatistic
Records a sample value.
recordSessionTime(DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
recordSessionTime(DefaultSession) - Method in interface com.aspectran.core.component.session.SessionHandler
Record length of time session has been active.
redirect - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
redirect - Static variable in class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
redirect - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
redirect - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
redirect(RedirectRule) - Method in class com.aspectran.core.activity.CoreTranslet
 
redirect(RedirectRule) - Method in interface com.aspectran.core.activity.Translet
Redirect a client according to the given rule.
redirect(RedirectRule) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
redirect(RedirectRule) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Redirects a client to a new URL.
redirect(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
redirect(String) - Method in interface com.aspectran.core.activity.Translet
Redirect a client to a new target resource.
redirect(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
redirect(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Redirects a client to a new URL.
redirect(String, Map<String, String>) - Method in class com.aspectran.core.activity.CoreTranslet
 
redirect(String, Map<String, String>) - Method in interface com.aspectran.core.activity.Translet
Redirect to the other target resource.
Redirect - Annotation Type in com.aspectran.core.component.bean.annotation
 
REDIRECT - com.aspectran.core.context.rule.type.ResponseType
 
RedirectParameters - Class in com.aspectran.core.context.rule.params
 
RedirectParameters() - Constructor for class com.aspectran.core.context.rule.params.RedirectParameters
 
RedirectResponse - Class in com.aspectran.core.activity.response
The Class RedirectResponse.
RedirectResponse(RedirectRule) - Constructor for class com.aspectran.core.activity.response.RedirectResponse
Instantiates a new RedirectResponse.
RedirectRule - Class in com.aspectran.core.context.rule
The Class RedirectRule.
RedirectRule() - Constructor for class com.aspectran.core.context.rule.RedirectRule
 
ReferenceManager() - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceManager
 
ReflectionUtils - Class in com.aspectran.core.util
Simple utility class for working with the reflection API.
ReflectionUtils() - Constructor for class com.aspectran.core.util.ReflectionUtils
 
refresh() - Method in class com.aspectran.core.activity.ActivityDataMap
 
REGEXP - com.aspectran.core.context.rule.type.PointcutType
 
RegexpPointcut - Class in com.aspectran.core.component.aspect.pointcut
Pointcut using Regular Expression Matching to identify joinpoints.
RegexpPointcut(List<PointcutPatternRule>) - Constructor for class com.aspectran.core.component.aspect.pointcut.RegexpPointcut
 
register(BeanRuleRegistry) - Method in class com.aspectran.core.component.aspect.AspectAdviceRulePreRegister
 
register(TransletRuleRegistry) - Method in class com.aspectran.core.component.aspect.AspectAdviceRulePreRegister
 
register(AspectRule) - Method in class com.aspectran.core.component.aspect.AspectAdviceRulePostRegister
 
register(AspectRule) - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
registerAspectAdviceRule(AspectRule) - Method in interface com.aspectran.core.activity.Activity
Register an aspect rule dynamically.
registerAspectAdviceRule(AspectRule) - Method in class com.aspectran.core.activity.AdviceActivity
 
registerAspectAdviceRule(AspectRule) - Method in class com.aspectran.core.activity.DefaultActivity
 
registerSettingsAdviceRule(SettingsAdviceRule) - Method in interface com.aspectran.core.activity.Activity
Register a settings advice rule dynamically.
registerSettingsAdviceRule(SettingsAdviceRule) - Method in class com.aspectran.core.activity.AdviceActivity
 
registerSettingsAdviceRule(SettingsAdviceRule) - Method in class com.aspectran.core.activity.DefaultActivity
 
REGULAR_FILE_SEPARATOR - Static variable in class com.aspectran.core.util.ResourceUtils
 
REGULAR_FILE_SEPARATOR_CHAR - Static variable in class com.aspectran.core.util.ResourceUtils
 
release() - Method in class com.aspectran.core.activity.CoreActivity
 
release() - Method in class com.aspectran.core.activity.InstantActivity
 
release() - Method in class com.aspectran.core.activity.request.FileParameter
Sets the access permission that allow write operations on the file associated with this FileParameter.
release() - Method in class com.aspectran.core.context.resource.ResourceManager
 
release() - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
release() - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
release() - Method in interface com.aspectran.core.util.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
release() - Method in class com.aspectran.core.util.FileLocker
Releases the lock.
release(String, DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
release(String, DefaultSession) - Method in interface com.aspectran.core.component.session.SessionCache
Finish using a Session.
releaseSavedFile() - Method in class com.aspectran.core.activity.request.FileParameter
 
releaseSession(DefaultSession) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
releaseSession(DefaultSession) - Method in interface com.aspectran.core.component.session.SessionHandler
 
RelevantAspectRuleHolder - Class in com.aspectran.core.component.bean.proxy
The Class RelevantAspectRuleHolder.
RelevantAspectRuleHolder() - Constructor for class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
 
reload() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
remove(ShutdownHooks.Task) - Static method in class com.aspectran.core.util.thread.ShutdownHooks
 
remove(Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
remove(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
remove(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
remove(Object, Object) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
removeAttribute(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
removeAttribute(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
removeAttribute(String) - Method in interface com.aspectran.core.activity.Translet
Removes an attribute from this request.
removeAttribute(String) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Removes the attribute.
removeAttribute(String) - Method in class com.aspectran.core.adapter.DefaultApplicationAdapter
 
removeAttribute(String) - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
removeAttribute(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Removes an attribute from this request.
removeAttribute(String) - Method in interface com.aspectran.core.adapter.SessionAdapter
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class com.aspectran.core.component.session.DefaultSession
 
removeAttribute(String) - Method in interface com.aspectran.core.component.session.Session
 
removeAttribute(String) - Method in class com.aspectran.core.component.session.SessionAgent
 
removeCurrentActivity() - Method in class com.aspectran.core.activity.AbstractActivity
Removes the current activity.
removeCurrentActivity() - Method in interface com.aspectran.core.context.ActivityContext
Removes the current activity.
removeCurrentActivity() - Method in class com.aspectran.core.context.AspectranActivityContext
 
removeEldestEntry(Map.Entry<String, V>) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
Determine whether this map should remove the given eldest entry.
removeExtension(String) - Static method in class com.aspectran.core.util.FilenameUtils
Removes the extension from a filename.
removeFileParameter(String) - Method in class com.aspectran.core.activity.CoreTranslet
 
removeFileParameter(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
removeFileParameter(String) - Method in interface com.aspectran.core.activity.Translet
Removes the file parameter with the specified name.
removeFileParameter(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Removes the file parameter with the specified name.
removeLifeCycleListener(LifeCycle.Listener) - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
removeLifeCycleListener(LifeCycle.Listener) - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
 
removeRaisedException() - Method in class com.aspectran.core.activity.CoreTranslet
 
removeRaisedException() - Method in interface com.aspectran.core.activity.Translet
Remove the raised exception.
removeSession(String, boolean) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
removeSession(String, boolean) - Method in interface com.aspectran.core.component.session.SessionHandler
Remove session from manager.
removeSession(String, boolean, Session.DestroyedReason) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
removeSession(String, boolean, Session.DestroyedReason) - Method in interface com.aspectran.core.component.session.SessionHandler
 
removeSessionListener(SessionListener) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
removeSessionListener(SessionListener) - Method in interface com.aspectran.core.component.session.SessionHandler
Removes an event listener for for session-related events.
renameTo(File) - Method in class com.aspectran.core.activity.request.FileParameter
 
renameTo(File, boolean) - Method in class com.aspectran.core.activity.request.FileParameter
 
render(TemplateRule, Activity) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(TemplateRule, Activity) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule.
render(TemplateRule, Activity, Map<String, Object>) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(TemplateRule, Activity, Map<String, Object>) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule.
render(TemplateRule, Activity, Map<String, Object>, Writer) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(TemplateRule, Activity, Map<String, Object>, Writer) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule.
render(TemplateRule, Map<String, Object>) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(TemplateRule, Map<String, Object>) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule.
render(String) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule by its ID.
render(String, Activity) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String, Activity) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule by its ID.
render(String, Activity, Writer) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String, Activity, Writer) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule by its ID.
render(String, Activity, Map<String, Object>) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String, Activity, Map<String, Object>) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule by its ID.
render(String, Activity, Map<String, Object>, Writer) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String, Activity, Map<String, Object>, Writer) - Method in interface com.aspectran.core.component.template.TemplateRenderer
TRenders the template with specified TemplateRule by its ID.
render(String, Map<String, Object>) - Method in class com.aspectran.core.component.template.ContextualTemplateRenderer
 
render(String, Map<String, Object>) - Method in interface com.aspectran.core.component.template.TemplateRenderer
Renders the template with specified TemplateRule by its ID.
renderDefaultMessage(String, Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Render the given default message String.
renewSessionId(DefaultSession, String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
Swap the id on a session.
renewSessionId(String, String) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
renewSessionId(String, String) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
renewSessionId(String, String) - Method in interface com.aspectran.core.component.session.SessionCache
Change the id of a Session.
renewSessionId(String, String) - Method in interface com.aspectran.core.component.session.SessionHandler
Change the id of a Session.
repeat(char, int) - Static method in class com.aspectran.core.util.StringUtils
Returns padding using the specified delimiter repeated to a given length.
repeatCount - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
repeatForever - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
replace(String, String[], String[]) - Static method in class com.aspectran.core.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replace(String, String, String) - Static method in class com.aspectran.core.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replace(K, V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
replace(K, V, V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
Replicable<T> - Interface in com.aspectran.core.context.rule.ability
The Interface Replicable.
replicate() - Method in class com.aspectran.core.activity.process.ContentList
 
replicate() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
 
replicate() - Method in class com.aspectran.core.activity.response.ForwardResponse
 
replicate() - Method in class com.aspectran.core.activity.response.RedirectResponse
 
replicate() - Method in interface com.aspectran.core.activity.response.Response
Replicates and returns this response.
replicate() - Method in class com.aspectran.core.activity.response.transform.AponTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.CustomTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.JsonTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.NoneTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.TextTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.XmlTransformResponse
 
replicate() - Method in class com.aspectran.core.activity.response.transform.XslTransformResponse
 
replicate() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
replicate() - Method in class com.aspectran.core.context.expr.token.Token
 
replicate() - Method in interface com.aspectran.core.context.rule.ability.Replicable
Creates and returns a new instance after replicating a rule or Object.
replicate() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
replicate() - Method in class com.aspectran.core.context.rule.BeanRule
 
replicate() - Method in class com.aspectran.core.context.rule.DispatchRule
 
replicate() - Method in class com.aspectran.core.context.rule.ForwardRule
 
replicate() - Method in class com.aspectran.core.context.rule.RedirectRule
 
replicate() - Method in class com.aspectran.core.context.rule.ResponseRule
 
replicate() - Method in class com.aspectran.core.context.rule.TemplateRule
 
replicate() - Method in class com.aspectran.core.context.rule.TransformRule
 
replicate() - Method in class com.aspectran.core.context.rule.TransletRule
 
replicate(Token[]) - Method in class com.aspectran.core.context.expr.token.Token
 
replicate(BeanRule) - Static method in class com.aspectran.core.context.rule.BeanRule
 
replicate(DispatchRule) - Static method in class com.aspectran.core.context.rule.DispatchRule
Returns a new derived instance of DispatchRule.
replicate(ForwardRule) - Static method in class com.aspectran.core.context.rule.ForwardRule
 
replicate(RedirectRule) - Static method in class com.aspectran.core.context.rule.RedirectRule
 
replicate(ResponseRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
 
replicate(TemplateRule) - Static method in class com.aspectran.core.context.rule.TemplateRule
 
replicate(TransformRule) - Static method in class com.aspectran.core.context.rule.TransformRule
 
replicate(TransletRule) - Static method in class com.aspectran.core.context.rule.TransletRule
 
replicate(TransletRule, String) - Static method in class com.aspectran.core.context.rule.TransletRule
 
replicateAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
 
reporting() - Method in class com.aspectran.scheduler.service.JobActivityReport
 
request - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
Request - Annotation Type in com.aspectran.core.component.bean.annotation
 
REQUEST - com.aspectran.core.context.rule.type.ScopeType
 
RequestAdapter - Interface in com.aspectran.core.adapter
The Interface RequestAdapter.
RequestBodyParser - Class in com.aspectran.core.activity.request
Provides convenient methods to parse the request body.
RequestException - Exception in com.aspectran.core.activity.request
This exception will be thrown when a translet request is failed.
RequestException() - Constructor for exception com.aspectran.core.activity.request.RequestException
Instantiates a new RequestException.
RequestException(String) - Constructor for exception com.aspectran.core.activity.request.RequestException
Instantiates a new RequestException.
RequestException(String, Throwable) - Constructor for exception com.aspectran.core.activity.request.RequestException
Instantiates a new RequestException.
RequestException(Throwable) - Constructor for exception com.aspectran.core.activity.request.RequestException
Instantiates a new RequestException.
RequestMethodNotAllowedException - Exception in com.aspectran.core.activity.request
Exception thrown when a request handler does not allow a specific request method.
RequestMethodNotAllowedException() - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestMethodNotAllowedException(MethodType) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestMethodNotAllowedException(MethodType, String) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestMethodNotAllowedException(String) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestMethodNotAllowedException(String, Throwable) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestMethodNotAllowedException(Throwable) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
Instantiates a new RequestMethodNotAllowedException.
RequestParameters - Class in com.aspectran.core.context.rule.params
 
RequestParameters() - Constructor for class com.aspectran.core.context.rule.params.RequestParameters
 
RequestParseException - Exception in com.aspectran.core.activity.request
Exception thrown when request could not be parsed.
RequestParseException() - Constructor for exception com.aspectran.core.activity.request.RequestParseException
Simple constructor.
RequestParseException(String) - Constructor for exception com.aspectran.core.activity.request.RequestParseException
Constructor to create exception with a message.
RequestParseException(String, Throwable) - Constructor for exception com.aspectran.core.activity.request.RequestParseException
Constructor to create exception to wrap another exception and pass a message.
RequestRule - Class in com.aspectran.core.context.rule
The Class RequestRule.
RequestRule(boolean) - Constructor for class com.aspectran.core.context.rule.RequestRule
Instantiates a new RequestRule.
RequestScope - Class in com.aspectran.core.component.bean.scope
The Class RequestScope.
RequestScope() - Constructor for class com.aspectran.core.component.bean.scope.RequestScope
Instantiates a new Request scope.
RequestToDelete - Annotation Type in com.aspectran.core.component.bean.annotation
 
RequestToGet - Annotation Type in com.aspectran.core.component.bean.annotation
 
RequestToPatch - Annotation Type in com.aspectran.core.component.bean.annotation
 
RequestToPost - Annotation Type in com.aspectran.core.component.bean.annotation
 
RequestToPut - Annotation Type in com.aspectran.core.component.bean.annotation
 
required() - Method in annotation type com.aspectran.core.component.bean.annotation.Autowired
Declares whether the annotated dependency is required.
Required - Annotation Type in com.aspectran.core.component.bean.annotation
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.
reserve(String, Class<?>, BeanReferenceable, RuleAppender) - Method in class com.aspectran.core.context.rule.assistant.BeanReferenceInspector
Reserves to bean reference inspection.
reserveBeanReference(Class<?>, BeanReferenceable) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
reserveBeanReference(String, BeanReferenceable) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
reserveBeanReference(String, Class<?>, BeanReferenceable) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
reserveBeanReference(String, Class<?>, BeanReferenceable) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
reserveResponse() - Method in class com.aspectran.core.activity.CoreActivity
 
reserveResponse(Response) - Method in class com.aspectran.core.activity.CoreActivity
 
reset() - Method in class com.aspectran.core.context.resource.LocalResourceManager
 
reset() - Method in class com.aspectran.core.context.resource.ResourceManager
 
reset() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
reset() - Method in class com.aspectran.core.util.statistic.SampleStatistic
Resets the statistics.
reset(long) - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
resetStatistics() - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
resetStatistics() - Method in interface com.aspectran.core.component.session.SessionCache
Resets the running total session count in the cache.
resolve(ContentType) - Static method in enum com.aspectran.core.context.rule.type.TransformType
Returns a TransformType with a value corresponding to the specified ContentType.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ActionType
Returns an ActionType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.AppendedFileFormatType
Returns an AppendedFileFormatType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.AppenderType
Returns an AppenderType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.AspectAdviceType
Returns an AspectAdviceType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.AutoReloadType
Returns an AutoReloadType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.AutowireTargetType
Returns an AutowireTargetType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.BeanProxifierType
Returns a BeanProxifierType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.BeanRefererType
Returns a BeanReferrerType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ContentType
Returns a ContentType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.DefaultSettingType
Returns a DefaultSettingType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ItemType
Returns an ItemType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ItemValueType
Returns an ItemValueType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.JoinpointTargetType
Returns a JoinpointTargetType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.MethodType
Returns a MethodType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.PointcutType
Returns a PointcutType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ResponseType
Returns a ResponseType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ScopeType
Returns a ScopeType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.TextStyleType
Returns an TextStyleType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.TokenDirectiveType
Returns a TokenDirectiveType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.TokenType
Returns a TokenType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.TransformType
Returns a TransformType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.context.rule.type.TriggerType
Returns a TriggerType with a value represented by the specified String.
resolve(String) - Static method in enum com.aspectran.core.util.apon.ValueType
Returns a ValueType with a value represented by the specified String.
resolveActionBeanClass(InvokeActionRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for bean method action rule.
resolveActionBeanClass(InvokeActionRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveAdviceBeanClass(AspectRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for the aspect rule.
resolveAdviceBeanClass(AspectRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveAliasType(String) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Returns a type of an aliased type that is defined by assigning the type to the alias.
resolveAliasType(String) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveAlternativeValue(Token, ClassLoader) - Static method in class com.aspectran.core.context.expr.token.Token
 
resolveAppender(String) - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
resolveArguments(Object[], Locale) - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Template method for resolving argument objects.
resolveBeanClass(Token) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for token.
resolveBeanClass(Token) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(Token[]) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for token.
resolveBeanClass(Token[]) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(AutowireRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for the autowire rule.
resolveBeanClass(AutowireRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
 
resolveBeanClass(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(ItemRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class.
resolveBeanClass(ItemRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(ScheduleRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for the schedule rule.
resolveBeanClass(ScheduleRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveBeanClass(TemplateRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for the template rule.
resolveBeanClass(TemplateRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveByHint(String) - Static method in enum com.aspectran.core.util.apon.ValueType
 
resolveClass(ObjectStreamClass) - Method in class com.aspectran.core.util.CustomObjectInputStream
 
resolveCode(String, Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Subclasses must implement this method to resolve a message.
resolveCode(String, Locale) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles, using a cached MessageFormat instance per message code.
resolveCodeWithoutArguments(String, Locale) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Subclasses can override this method to resolve a message without arguments in an optimized fashion, i.e.
resolveCodeWithoutArguments(String, Locale) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Resolves the given message code as key in the registered resource bundles, returning the value found in the bundle as-is (without MessageFormat parsing).
resolveDefaultLocale(Translet) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Resolve the default locale for the given translet, Called if can not find specified Locale.
resolveDefaultTimeZone(Translet) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Resolve the default time zone for the given translet, Called if can not find specified TimeZone.
resolveEntity(String, String) - Method in class com.aspectran.core.context.rule.parser.xml.AspectranDtdResolver
Converts a public DTD into a local one.
resolveFactoryBeanClass(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Resolve bean class for factory bean rule.
resolveFactoryBeanClass(BeanRule) - Method in class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
resolveLocale() - Method in class com.aspectran.core.activity.CoreActivity
 
resolveLocale(Translet) - Method in class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
 
resolveLocale(Translet) - Method in interface com.aspectran.core.support.i18n.locale.LocaleResolver
Resolve the current locale via the given translet.
resolveLocale(Translet) - Method in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
 
resolveProxyClass(String[]) - Method in class com.aspectran.core.util.CustomObjectInputStream
 
resolveTimeZone(Translet) - Method in class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
 
resolveTimeZone(Translet) - Method in interface com.aspectran.core.support.i18n.locale.LocaleResolver
Resolve the current timezone via the given translet.
resolveTimeZone(Translet) - Method in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
 
resolveTypeAsSymbol(char) - Static method in class com.aspectran.core.context.expr.token.Token
Returns the token type for the specified character.
resource - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
resource - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
RESOURCE - com.aspectran.core.context.rule.type.AppenderType
 
ResourceAppendRule - Class in com.aspectran.core.context.rule
Defines a rule to append a resource with defined rules.
ResourceAppendRule(String) - Constructor for class com.aspectran.core.context.rule.ResourceAppendRule
 
ResourceAppendRule(String, AppendedFileFormatType) - Constructor for class com.aspectran.core.context.rule.ResourceAppendRule
 
ResourceAppendRule(String, AppendedFileFormatType, String) - Constructor for class com.aspectran.core.context.rule.ResourceAppendRule
 
ResourceAppendRule(String, String) - Constructor for class com.aspectran.core.context.rule.ResourceAppendRule
 
ResourceBundleMessageSource - Class in com.aspectran.core.support.i18n.message
This class is a clone of org.springframework.context.support.ResourceBundleMessageSource
ResourceBundleMessageSource() - Constructor for class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
 
ResourceEntries - Class in com.aspectran.core.context.resource
The Class ResourceEntries.
ResourceEntries() - Constructor for class com.aspectran.core.context.resource.ResourceEntries
 
ResourceManager - Class in com.aspectran.core.context.resource
The Class ResourceManager.
ResourceManager() - Constructor for class com.aspectran.core.context.resource.ResourceManager
 
resourceNameToClassName(String) - Static method in class com.aspectran.core.context.resource.AspectranClassLoader
 
ResourceRuleAppender - Class in com.aspectran.core.context.rule.appender
The Class ResourceRuleAppender.
ResourceRuleAppender(String) - Constructor for class com.aspectran.core.context.rule.appender.ResourceRuleAppender
 
ResourceRuleAppender(String, ClassLoader) - Constructor for class com.aspectran.core.context.rule.appender.ResourceRuleAppender
 
ResourceUtils - Class in com.aspectran.core.util
A class to simplify access to ResourceUtils through the classloader.
ResourceUtils() - Constructor for class com.aspectran.core.util.ResourceUtils
 
response - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
response() - Method in class com.aspectran.core.activity.CoreTranslet
 
response() - Method in interface com.aspectran.core.activity.Translet
Respond immediately, and the remaining jobs will be canceled.
response(Response) - Method in class com.aspectran.core.activity.CoreTranslet
 
response(Response) - Method in interface com.aspectran.core.activity.Translet
Respond immediately, and the remaining jobs will be canceled.
Response - Interface in com.aspectran.core.activity.response
The Interface Response.
RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.DispatchRule
 
RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.ForwardRule
 
RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.RedirectRule
 
RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.TransformRule
 
ResponseAdapter - Interface in com.aspectran.core.adapter
The Interface ResponseAdapter.
ResponseException - Exception in com.aspectran.core.activity.response
The Class ResponseException.
ResponseException() - Constructor for exception com.aspectran.core.activity.response.ResponseException
Simple constructor.
ResponseException(String) - Constructor for exception com.aspectran.core.activity.response.ResponseException
Constructor to create exception with a message.
ResponseException(String, Throwable) - Constructor for exception com.aspectran.core.activity.response.ResponseException
Constructor to create exception to wrap another exception and pass a message.
ResponseException(Throwable) - Constructor for exception com.aspectran.core.activity.response.ResponseException
Constructor to create exception to wrap another exception.
ResponseMap - Class in com.aspectran.core.activity.response
The Class ResponseMap.
ResponseMap() - Constructor for class com.aspectran.core.activity.response.ResponseMap
 
ResponseParameters - Class in com.aspectran.core.context.rule.params
 
ResponseParameters() - Constructor for class com.aspectran.core.context.rule.params.ResponseParameters
 
ResponseRule - Class in com.aspectran.core.context.rule
The Class ResponseRule.
ResponseRule(boolean) - Constructor for class com.aspectran.core.context.rule.ResponseRule
Instantiates a new ResponseRule.
ResponseRuleApplicable - Interface in com.aspectran.core.context.rule.ability
The Interface ResponseRuleApplicable.
ResponseType - Enum in com.aspectran.core.context.rule.type
Supported Response types.
restart() - Method in class com.aspectran.core.service.AbstractServiceController
 
restart() - Method in interface com.aspectran.core.service.ServiceController
Restarts the service.
restart(String) - Method in class com.aspectran.core.service.AbstractServiceController
 
restart(String) - Method in interface com.aspectran.core.service.ServiceController
Restarts the service.
restarted() - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is restarted.
restore(Activity, BeanRuleRegistry) - Static method in class com.aspectran.core.component.bean.scope.SessionScope
 
restore(Map, Object, Member, String, Object) - Method in class com.aspectran.core.context.expr.ognl.OgnlMemberAccess
 
restoreAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Restore the assistant local.
restoreThreadContextClassLoader(ClassLoader) - Static method in class com.aspectran.core.util.ClassUtils
 
restructureIfNecessary(boolean) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
ResultValueMap - Class in com.aspectran.core.activity.process.result
 
ResultValueMap() - Constructor for class com.aspectran.core.activity.process.result.ResultValueMap
 
resume() - Method in class com.aspectran.core.service.AbstractServiceController
 
resume() - Method in interface com.aspectran.core.service.ServiceController
Continues the service after it has been paused.
resume(String) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
resumed() - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is resumed.
rollback() - Method in class com.aspectran.core.activity.request.FileParameter
If the saved file exists, delete it.
RootParameters - Class in com.aspectran.core.context.rule.params
 
RootParameters() - Constructor for class com.aspectran.core.context.rule.params.RootParameters
 
RootParameters(AspectranParameters) - Constructor for class com.aspectran.core.context.rule.params.RootParameters
 
RootParameters(Reader) - Constructor for class com.aspectran.core.context.rule.params.RootParameters
 
ROUND_BRACKET_CLOSE - Static variable in class com.aspectran.core.activity.response.transform.JsonTransformResponse
 
ROUND_BRACKET_CLOSE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
ROUND_BRACKET_OPEN - Static variable in class com.aspectran.core.activity.response.transform.JsonTransformResponse
 
ROUND_BRACKET_OPEN - Static variable in class com.aspectran.core.util.apon.AponFormat
 
RuleAppender - Interface in com.aspectran.core.context.rule.appender
The Interface RuleAppender.
RuleAppendHandler - Interface in com.aspectran.core.context.rule.appender
The Interface RuleAppendHandler.
RulesToParameters - Class in com.aspectran.core.context.rule.converter
Converts rules for context configuration into Parameters objects.
run() - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimerTask
 
run() - Method in interface com.aspectran.core.util.thread.ShutdownHooks.Task
 
run(String[]) - Method in class com.aspectran.core.util.ProcessRunner
 
run(String[], PrintWriter) - Method in class com.aspectran.core.util.ProcessRunner
 
runInBackground(String[]) - Method in class com.aspectran.core.util.ProcessRunner
 
RUNNING - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 

S

SampleStatistic - Class in com.aspectran.core.util.statistic
Statistics on a sampled value.
SampleStatistic() - Constructor for class com.aspectran.core.util.statistic.SampleStatistic
 
save(String, SessionData) - Method in class com.aspectran.core.component.session.AbstractSessionStore
 
save(String, SessionData) - Method in interface com.aspectran.core.component.session.SessionStore
Save the session data.
save(String, File) - Method in interface com.aspectran.core.util.FileScanner.SaveHandler
 
save(String, Class<?>) - Method in interface com.aspectran.core.util.ClassScanner.SaveHandler
 
saveAs(File) - Method in class com.aspectran.core.activity.request.FileParameter
Save an uploaded file as a given destination file.
saveAs(File, boolean) - Method in class com.aspectran.core.activity.request.FileParameter
Save an file as a given destination file.
saveAttributes(RequestAdapter, ProcessResult) - Static method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
Save processing results as request attributes.
saveCurrentActivity() - Method in class com.aspectran.core.activity.AbstractActivity
Saves the current activity.
scan - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
scan - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
scan(String) - Method in class com.aspectran.core.util.ClassScanner
Find all classes that match the class name pattern.
scan(String) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, ClassScanner.SaveHandler) - Method in class com.aspectran.core.component.bean.scan.BeanClassScanner
 
scan(String, ClassScanner.SaveHandler) - Method in class com.aspectran.core.util.ClassScanner
Find all classes that match the class name pattern.
scan(String, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, WildcardMatcher, FileScanner.SaveHandler) - Method in class com.aspectran.core.component.translet.scan.TransletScanner
 
scan(String, WildcardMatcher, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, String) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, String, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, String, Map<String, File>) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, Map<String, File>) - Method in class com.aspectran.core.util.FileScanner
 
scan(String, Map<String, Class<?>>) - Method in class com.aspectran.core.util.ClassScanner
Find all classes that match the class name pattern.
scanConfigurableBeans(String...) - Method in class com.aspectran.core.component.bean.BeanRuleRegistry
Scans for annotated components.
scanFromJarResource(URL, WildcardMatcher, ClassScanner.SaveHandler) - Method in class com.aspectran.core.util.ClassScanner
 
scavenge() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
scavenge() - Method in interface com.aspectran.core.component.session.SessionHandler
Called periodically by the HouseKeeper to handle the list of sessions that have expired since the last call to scavenge.
schedule - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
schedule(long) - Method in class com.aspectran.core.component.session.DefaultSession.SessionInactivityTimer
 
schedule(long, TimeUnit) - Method in class com.aspectran.core.util.timer.CyclicTimeout
Schedules a timeout, even if already set, cancelled or expired.
schedule(Runnable, long, TimeUnit) - Method in class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
schedule(Runnable, long, TimeUnit) - Method in interface com.aspectran.core.util.thread.Scheduler
 
SCHEDULE_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
ScheduledExecutorScheduler - Class in com.aspectran.core.util.thread
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor.
ScheduledExecutorScheduler() - Constructor for class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean) - Constructor for class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader) - Constructor for class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup) - Constructor for class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
ScheduledJobParameters - Class in com.aspectran.core.context.rule.params
 
ScheduledJobParameters() - Constructor for class com.aspectran.core.context.rule.params.ScheduledJobParameters
 
ScheduledJobRule - Class in com.aspectran.core.context.rule
The Class ScheduledJobRule.
ScheduledJobRule(ScheduleRule) - Constructor for class com.aspectran.core.context.rule.ScheduledJobRule
 
ScheduleParameters - Class in com.aspectran.core.context.rule.params
 
ScheduleParameters() - Constructor for class com.aspectran.core.context.rule.params.ScheduleParameters
 
scheduler - Static variable in class com.aspectran.core.context.rule.params.ScheduleParameters
 
Scheduler - Interface in com.aspectran.core.util.thread
 
Scheduler.Task - Interface in com.aspectran.core.util.thread
 
SchedulerConfig - Class in com.aspectran.core.context.config
 
SchedulerConfig() - Constructor for class com.aspectran.core.context.config.SchedulerConfig
 
SchedulerParameters - Class in com.aspectran.core.context.rule.params
 
SchedulerParameters() - Constructor for class com.aspectran.core.context.rule.params.SchedulerParameters
 
SchedulerService - Interface in com.aspectran.scheduler.service
The Interface SchedulerService.
SchedulerServiceException - Exception in com.aspectran.scheduler.service
The Class SchedulerServiceException.
SchedulerServiceException() - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
Simple constructor.
SchedulerServiceException(String) - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
Constructor to create exception with a message.
SchedulerServiceException(String, Throwable) - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
Constructor to create exception to wrap another exception and pass a message
SchedulerServiceException(Throwable) - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
Constructor to create exception to wrap another exception.
ScheduleRule - Class in com.aspectran.core.context.rule
The Class ScheduleRule.
ScheduleRule() - Constructor for class com.aspectran.core.context.rule.ScheduleRule
 
ScheduleRuleRegistry - Class in com.aspectran.core.component.schedule
The Class ScheduleRuleRegistry.
ScheduleRuleRegistry() - Constructor for class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
scope - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
Scope - Interface in com.aspectran.core.component.bean.scope
The Interface Scope.
Scope - Annotation Type in com.aspectran.core.component.bean.annotation
 
ScopeType - Enum in com.aspectran.core.context.rule.type
Supported Scope types.
search(E) - Method in class com.aspectran.core.util.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
search(CharSequence, char) - Static method in class com.aspectran.core.util.StringUtils
Returns the number of times the specified character was found in the target string, or 0 if there is no specified character.
search(String, String) - Static method in class com.aspectran.core.util.StringUtils
Returns the number of times the specified string was found in the target string, or 0 if there is no specified string.
searchIgnoreCase(CharSequence, char) - Static method in class com.aspectran.core.util.StringUtils
Returns the number of times the specified character was found in the target string, or 0 if there is no specified character.
searchIgnoreCase(String, String) - Static method in class com.aspectran.core.util.StringUtils
Returns the number of times the specified string was found in the target string, or 0 if there is no specified string.
searchResources(Iterator<AspectranClassLoader>, String) - Static method in class com.aspectran.core.context.resource.ResourceManager
 
searchResources(Iterator<AspectranClassLoader>, String, Enumeration<URL>) - Static method in class com.aspectran.core.context.resource.ResourceManager
 
secret - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
secret() - Method in annotation type com.aspectran.core.component.bean.annotation.Attribute
 
secret() - Method in annotation type com.aspectran.core.component.bean.annotation.Parameter
 
Segment(int, int) - Constructor for class com.aspectran.core.util.ConcurrentReferenceHashMap.Segment
 
separate(CharSequence) - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
 
SerializationUtils - Class in com.aspectran.core.util
This class is a clone of org.springframework.util.SerializationUtils.java
SerializationUtils() - Constructor for class com.aspectran.core.util.SerializationUtils
 
serialize(SessionData, OutputStream, Set<String>) - Static method in class com.aspectran.core.component.session.SessionData
Save the session data.
serialize(Object) - Static method in class com.aspectran.core.util.SerializationUtils
Serialize the given object to a byte array.
ServiceController - Interface in com.aspectran.core.service
The Interface ServiceController.
ServiceStateListener - Interface in com.aspectran.core.service
The listener interface for receiving service state change events.
Session - Interface in com.aspectran.core.component.session
The Interface Session.
SESSION - com.aspectran.core.context.rule.type.ScopeType
 
Session.DestroyedReason - Enum in com.aspectran.core.component.session
 
SessionAdapter - Interface in com.aspectran.core.adapter
The Interface SessionAdapter.
SessionAgent - Class in com.aspectran.core.component.session
Session processing delegate by request.
SessionAgent(SessionHandler) - Constructor for class com.aspectran.core.component.session.SessionAgent
 
SessionBindingListener - Interface in com.aspectran.core.component.session
Causes an object to be notified when it is bound to or unbound from a session.
SessionCache - Interface in com.aspectran.core.component.session
An interface for managing a set of Session objects pertaining to a context in memory.
sessionCreated(Session) - Method in interface com.aspectran.core.component.session.SessionListener
Receives notification that a session has been created.
SessionData - Class in com.aspectran.core.component.session
The data associated with a session.
SessionData(String, long, long, long, long) - Constructor for class com.aspectran.core.component.session.SessionData
 
sessionDestroyed(Session) - Method in interface com.aspectran.core.component.session.SessionListener
Receives notification that a session is about to be invalidated.
SessionFileStoreConfig - Class in com.aspectran.core.context.config
 
SessionFileStoreConfig() - Constructor for class com.aspectran.core.context.config.SessionFileStoreConfig
 
SessionHandler - Interface in com.aspectran.core.component.session
The session handler is responsible for session start, session exists, session write, time to live and session destroy.
sessionIdChanged(Session, String) - Method in interface com.aspectran.core.component.session.SessionListener
 
SessionIdGenerator - Class in com.aspectran.core.component.session
The Session ID Generator.
SessionIdGenerator() - Constructor for class com.aspectran.core.component.session.SessionIdGenerator
 
SessionIdGenerator(String) - Constructor for class com.aspectran.core.component.session.SessionIdGenerator
 
sessionInactivityTimerExpired(DefaultSession, long) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
sessionInactivityTimerExpired(DefaultSession, long) - Method in interface com.aspectran.core.component.session.SessionHandler
Each session has a timer that is configured to go off when either the session has not been accessed for a configurable amount of time, or the session itself has passed its expiry.
SessionListener - Interface in com.aspectran.core.component.session
Interface for receiving notification events about DefaultSession lifecycle changes.
SessionLocaleResolver - Class in com.aspectran.core.support.i18n.locale
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.
SessionLocaleResolver() - Constructor for class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
 
SessionManager - Interface in com.aspectran.core.component.session
The session manager initializes and destroys the session handler and session cache.
SessionManagerConfig - Class in com.aspectran.core.context.config
 
SessionManagerConfig() - Constructor for class com.aspectran.core.context.config.SessionManagerConfig
 
SessionManagerConfig(VariableParameters) - Constructor for class com.aspectran.core.context.config.SessionManagerConfig
 
SessionManagerConfig(String) - Constructor for class com.aspectran.core.context.config.SessionManagerConfig
 
SessionScope - Class in com.aspectran.core.component.bean.scope
The Class SessionScope.
SessionScope() - Constructor for class com.aspectran.core.component.bean.scope.SessionScope
Instantiates a new Session scope.
SessionStore - Interface in com.aspectran.core.component.session
A SessionStore is a mechanism for (persistently) storing data associated with sessions.
SessionStoreFactory - Interface in com.aspectran.core.component.session
Created: 2019/12/06
set(String, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
set(K, V) - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
set(K, V) - Method in interface com.aspectran.core.util.MultiValueMap
Set the given single value under the given key.
SET - com.aspectran.core.context.rule.type.ItemType
 
setAccessedTime(long) - Method in class com.aspectran.core.component.session.SessionData
 
setAction(AnnotatedAction) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
setActionId(String) - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
setActionId(String) - Method in class com.aspectran.core.context.rule.EchoActionRule
Sets the action id.
setActionId(String) - Method in class com.aspectran.core.context.rule.HeaderActionRule
Sets the action id.
setActionId(String) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Sets the id.
setActionId(String) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets the action id.
setActionList(ActionList) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
setActionList(ActionList) - Method in class com.aspectran.core.context.rule.ResponseRule
 
setActiveProfiles(String...) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setActiveProfiles(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setActiveProfiles(String...) - Method in class com.aspectran.core.context.env.ContextEnvironment
Specify the set of profiles active for this Environment.
setActivityContext(ActivityContext) - Method in interface com.aspectran.core.component.bean.aware.ActivityContextAware
 
setActivityContext(ActivityContext) - Method in class com.aspectran.core.service.AbstractCoreService
 
setActualName(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
setActualName(String) - Method in interface com.aspectran.core.util.apon.Parameters
Specifies the actual name of this Parameters.
setAdviceBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.AspectRule
 
setAdviceBeanId(String) - Method in class com.aspectran.core.context.rule.AspectRule
 
setAll(Map<String, String>) - Method in class com.aspectran.core.activity.request.ParameterMap
Set the given parameters under.
setAll(Map<String, V>) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
setAll(Map<K, V>) - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
setAll(Map<K, V>) - Method in interface com.aspectran.core.util.MultiValueMap
Set the given values under.
setAllowedMethod(MethodType) - Method in class com.aspectran.core.context.rule.RequestRule
Sets the method allowed on the requested resource.
setAllowedMethods(MethodType[]) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the array of methods allowed on the requested resource.
setAlternativeValue(Object) - Method in class com.aspectran.core.context.expr.token.Token
Sets the alternative value.
setAlwaysUseMessageFormat(boolean) - Method in class com.aspectran.core.support.i18n.message.MessageSourceSupport
Set whether to always apply the MessageFormat rules, parsing even messages without arguments.
setAppendedFileFormatType(AppendedFileFormatType) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
setAppendRule(AppendRule) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
setApplicationAdapter(ApplicationAdapter) - Method in interface com.aspectran.core.component.bean.aware.ApplicationAdapterAware
 
setApplicationAdapter(ApplicationAdapter) - Method in class com.aspectran.core.component.session.AbstractSessionStoreFactory
 
setApplicationAdapter(ApplicationAdapter) - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
setApplicationAdapter(ApplicationAdapter) - Method in class com.aspectran.core.support.BasePathFactoryBean
 
setArgumentItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets the argument item rule map.
setAspectAdviceRuleList(List<AspectAdviceRule>) - Method in class com.aspectran.core.context.rule.AspectRule
 
setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
Sets the aspect advice rule registry.
setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.rule.TransletRule
 
setAspectranParameters(AspectranParameters) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setAspectranParameters(AspectranParameters) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setAspectranParameters(AspectranParameters) - Method in class com.aspectran.core.context.rule.AppendRule
 
setAspectRuleRegistry(AspectRuleRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
 
setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.component.schedule.ScheduleRuleRegistry
 
setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.component.template.TemplateRuleRegistry
 
setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.component.translet.TransletRuleRegistry
 
setAttribute(String, Object) - Method in class com.aspectran.core.activity.CoreTranslet
 
setAttribute(String, Object) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setAttribute(String, Object) - Method in interface com.aspectran.core.activity.Translet
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Sets the attribute.
setAttribute(String, Object) - Method in class com.aspectran.core.adapter.DefaultApplicationAdapter
 
setAttribute(String, Object) - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
setAttribute(String, Object) - Method in interface com.aspectran.core.adapter.RequestAdapter
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface com.aspectran.core.adapter.SessionAdapter
Stores an attribute in this session.
setAttribute(String, Object) - Method in class com.aspectran.core.component.session.DefaultSession
 
setAttribute(String, Object) - Method in interface com.aspectran.core.component.session.Session
 
setAttribute(String, Object) - Method in class com.aspectran.core.component.session.SessionAgent
 
setAttribute(String, Object) - Method in class com.aspectran.core.component.session.SessionData
 
setAttributeItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.ForwardRule
Sets the attribute item rule map.
setAttributeItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Sets the attribute item rule map.
setAttributeItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.RequestRule
Sets the attribute item rule map.
setAttributeMap(Map<String, Object>) - Method in class com.aspectran.core.activity.InstantActivity
 
setAttributeMap(Map<String, Object>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setAttributeName(String) - Method in class com.aspectran.core.support.CurrentActivityDataFactoryBean
Specifies the attribute name for registering the current ActivityDataMap as an attribute in the request scope.
setAttributeName(String) - Method in class com.aspectran.core.support.CurrentTransletFactoryBean
Specifies the attribute name for registering the current Translet as an attribute in the request scope.
setAutoNamed(boolean) - Method in class com.aspectran.core.context.rule.ItemRule
Sets whether the item is an auto generated name.
setBasename(String) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Set a single basename, following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasenames(String...) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Set an array of basenames, each following ResourceBundle conventions: essentially, a fully-qualified classpath location.
setBasePackages(String...) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setBasePackages(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
Sets the base packages to scan for annotated components.
setBasePath(String) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setBasePath(String) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setBasePath(String) - Method in class com.aspectran.core.context.config.ContextConfig
 
setBasePath(String) - Method in class com.aspectran.core.service.AbstractCoreService
 
setBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
setBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the bean class.
setBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
setBeanClassScanFilter(BeanClassScanFilter) - Method in class com.aspectran.core.component.bean.scan.BeanClassScanner
 
setBeanId(String) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets bean id.
setBeanIdMaskPattern(String) - Method in class com.aspectran.core.component.bean.scan.BeanClassScanner
 
setBeanIdPattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setBeanProxifier(String) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setBeanProxifier(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setBeanRelevanted(boolean) - Method in class com.aspectran.core.context.rule.AspectRule
 
setBeanRule(BeanRule) - Method in class com.aspectran.core.context.rule.ItemRule
 
setBody(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setBody(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
 
setBracketed(boolean) - Method in class com.aspectran.core.util.apon.ParameterValue
 
setBuiltin(boolean) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setCacheSeconds(int) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Set the number of seconds to cache loaded resource bundle files.
setCandidates(List<ItemRuleMap>) - Method in class com.aspectran.core.context.rule.ItemRuleMap
 
setClassLoader(ClassLoader) - Method in interface com.aspectran.core.component.bean.aware.ClassLoaderAware
Specify the ClassLoader to provide.
setClassLoader(ClassLoader) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
 
setClassName(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the class type.
setClassNamePattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setClonedNodeTracker(NodeTracker) - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
setClustered(boolean) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setCommonMessages(Properties) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Specify locale-independent common messages, with the message code as key and the full message String (may contain argument placeholders) as value.
setConstructorArgumentItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the constructor argument item rule map.
setConstructorAutowireParsed(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
 
setConstructorAutowireRule(AutowireRule) - Method in class com.aspectran.core.context.rule.BeanRule
 
setContainer(Parameters) - Method in class com.aspectran.core.util.apon.ParameterValue
 
setContent(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setContentHandler(ContentHandler) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setContentList(ContentList) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the content list.
setContentStyle(TextStyleType) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setContentType(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
setContentType(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class com.aspectran.core.context.rule.DispatchRule
Sets the content type.
setContentType(String) - Method in class com.aspectran.core.context.rule.ForwardRule
Sets the content type.
setContentType(String) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets the content type.
setContentType(String) - Method in class com.aspectran.core.context.rule.TransformRule
Sets the content type.
setContextConfig(ContextConfig) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setContextConfig(ContextConfig) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setContextualBeanRegistry(ContextualBeanRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
Sets the context bean registry.
setContextualTemplateRenderer(ContextualTemplateRenderer) - Method in class com.aspectran.core.context.AspectranActivityContext
Sets the template processor.
setCurrentActivity(Activity) - Method in interface com.aspectran.core.component.bean.aware.CurrentActivityAware
 
setCurrentActivity(Activity) - Method in interface com.aspectran.core.context.ActivityContext
Sets the current activity.
setCurrentActivity(Activity) - Method in class com.aspectran.core.context.AspectranActivityContext
 
setCurrentActivity(Activity) - Method in class com.aspectran.core.support.CurrentActivityDataFactoryBean
 
setCurrentActivity(Activity) - Method in class com.aspectran.core.support.CurrentTransletFactoryBean
 
setCurrentAspectAdviceType(AspectAdviceType) - Method in class com.aspectran.core.activity.AdviceActivity
 
setCurrentRuleAppender(RuleAppender) - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
setDateFormat(String) - Method in class com.aspectran.core.activity.FormattingContext
 
setDateFormat(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setDateFormat(String) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
setDateTimeFormat(String) - Method in class com.aspectran.core.activity.FormattingContext
 
setDateTimeFormat(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setDateTimeFormat(String) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
setDebugMode(boolean) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setDebugMode(boolean) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setDebugMode(boolean) - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
setDebugMode(boolean) - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
setDebugMode(boolean) - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
setDefaultEncoding(String) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Set the default charset to use for parsing resource bundle files.
setDefaultLocale(String) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Set a default Locale that this resolver will return if no other locale found.
setDefaultLocale(Locale) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Set a default Locale that this resolver will return if no other locale found.
setDefaultMaxIdleSecs(int) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
setDefaultMaxIdleSecs(int) - Method in interface com.aspectran.core.component.session.SessionHandler
 
setDefaultProfiles(String...) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setDefaultProfiles(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setDefaultProfiles(String...) - Method in class com.aspectran.core.context.env.ContextEnvironment
Specify the set of profiles to be made active by default if no other profiles are explicitly made active through ContextEnvironment.setActiveProfiles(java.lang.String...).
setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.DispatchRule
Sets whether the default response.
setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.ForwardRule
Sets whether the default response.
setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets whether the default response.
setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.TransformRule
Sets whether the default response.
setDefaultSchedulerBean(String) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setDefaultSchedulerBean(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setDefaultServletName(String) - Method in class com.aspectran.core.context.config.WebConfig
 
setDefaultSettings(DefaultSettings) - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
setDefaultTemplateEngineBean(String) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setDefaultTemplateEngineBean(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setDefaultTimeZone(String) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Set a default TimeZone that this resolver will return if no other time zone found.
setDefaultTimeZone(TimeZone) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
Set a default TimeZone that this resolver will return if no other time zone found.
setDefaultValue(String) - Method in class com.aspectran.core.context.expr.token.Token
Sets the default value.
setDeleteUnrestorableFiles(boolean) - Method in class com.aspectran.core.component.session.FileSessionStore
 
setDeleteUnrestorableFiles(boolean) - Method in class com.aspectran.core.component.session.FileSessionStoreFactory
 
setDeleteUnrestorableFiles(boolean) - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
setDescription(String) - Method in class com.aspectran.core.context.AspectranActivityContext
 
setDescription(String) - Method in class com.aspectran.core.context.rule.AspectRule
Sets the description.
setDescription(String) - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
setDescription(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the description of this bean.
setDescription(String) - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
setDescription(String) - Method in class com.aspectran.core.context.rule.ExceptionRule
Sets the description.
setDescription(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setDescription(String) - Method in class com.aspectran.core.context.rule.ScheduleRule
Sets the description.
setDescription(String) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the description.
setDestroyedReason(Session.DestroyedReason) - Method in class com.aspectran.core.component.session.DefaultSession
 
setDestroyMethod(Method) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the destroy method.
setDestroyMethodName(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the destroy method name.
setDirty(boolean) - Method in class com.aspectran.core.component.session.SessionData
 
setDisabled(Boolean) - Method in class com.aspectran.core.context.rule.AspectRule
 
setDisabled(Boolean) - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
setDispatcherName(String) - Method in class com.aspectran.core.context.rule.DispatchRule
Gets the id or class name of the view dispatcher bean that implements ViewDispatcher.
setDTDHandler(DTDHandler) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setDynamicAspectRuleList(List<AspectRule>) - Method in class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
Sets the relevant aspect rule list.
setEchoItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.EchoActionRule
Sets the echo item rule map.
setEncoding(String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setEncoding(String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
setEncoding(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Overrides the name of the character encoding used in the body of this request.
setEncoding(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Sets the character encoding of the response being sent to the client.
setEncoding(String) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setEncoding(String) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setEncoding(String) - Method in class com.aspectran.core.context.config.ContextConfig
 
setEncoding(String) - Method in class com.aspectran.core.context.rule.DispatchRule
Sets the character encoding.
setEncoding(String) - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
setEncoding(String) - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
setEncoding(String) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets the character encoding.
setEncoding(String) - Method in class com.aspectran.core.context.rule.RequestRule
Sets the request encoding.
setEncoding(String) - Method in class com.aspectran.core.context.rule.ResponseRule
Sets the response encoding.
setEncoding(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setEncoding(String) - Method in class com.aspectran.core.context.rule.TransformRule
Sets the character encoding.
setEngineBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setEngineBeanId(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setEntityResolver(EntityResolver) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setEntityResolver(EntityResolver) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
setEnvironment(Environment) - Method in interface com.aspectran.core.component.bean.aware.EnvironmentAware
 
setErrorHandler(ErrorHandler) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setEvictionIdleSeconds(int) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setEvictionIdleSecs(int) - Method in class com.aspectran.core.component.session.AbstractSessionCache
-1 means we never evict inactive sessions.
setEvictionIdleSecs(int) - Method in interface com.aspectran.core.component.session.SessionCache
Sessions in this cache can be: never evicted evicted once the last request exits evicted after a configurable period of inactivity
setExceptionRule(ExceptionRule) - Method in class com.aspectran.core.context.rule.AspectRule
 
setExceptionRule(ExceptionRule) - Method in class com.aspectran.core.context.rule.TransletRule
 
setExceptionThrownRule(ExceptionThrownRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
setExceptionTypes(String...) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
 
setExcludeEmptyParameters(Boolean) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets whether to exclude parameters with empty values.
setExcludeNullParameters(Boolean) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets whether to exclude parameters with null values.
setExcludePatterns(String[]) - Method in class com.aspectran.core.component.bean.scan.BeanClassScanner
 
setExcludePatterns(String[]) - Method in class com.aspectran.core.component.translet.scan.TransletScanner
 
setExcludePointcutPatternRuleList(List<PointcutPatternRule>) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setExecutableAction(AnnotatedAction) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
setExpiryTime(long) - Method in class com.aspectran.core.component.session.SessionData
 
setExplicit(boolean) - Method in class com.aspectran.core.activity.process.result.ContentResult
 
setExplicit(boolean) - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
setExposals(String[], String[]) - Method in class com.aspectran.core.service.AbstractCoreService
 
setExposals(String[], String[]) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
setExposeSchedulerInRepository(boolean) - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
Set whether to expose the Aspectran-managed Scheduler instance in the Quartz SchedulerRepository.
setExpression(String) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
setFactoryBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanRule
Sets factory bean class.
setFactoryBeanId(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the factory bean id.
setFactoryMethod(Method) - Method in class com.aspectran.core.context.rule.BeanRule
 
setFactoryMethodName(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the factory method name.
setFactoryMethodParameterBindingRules(ParameterBindingRule[]) - Method in class com.aspectran.core.context.rule.BeanRule
 
setFactoryOffered(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
 
setFallbackToSystemLocale(boolean) - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFeature(String, boolean) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setField(Field, Object, Object) - Static method in class com.aspectran.core.util.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setFieldAutowireParsed(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
 
setFile(String) - Method in class com.aspectran.core.context.rule.AppendRule
 
setFile(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setFileParameter(String, FileParameter) - Method in class com.aspectran.core.activity.CoreTranslet
 
setFileParameter(String, FileParameter) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setFileParameter(String, FileParameter) - Method in class com.aspectran.core.activity.request.FileParameterMap
 
setFileParameter(String, FileParameter) - Method in interface com.aspectran.core.activity.Translet
Sets the FileParameter object to the file parameter with the given name.
setFileParameter(String, FileParameter) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the FileParameter object to the file parameter with the given name.
setFileParameter(String, FileParameter[]) - Method in class com.aspectran.core.activity.CoreTranslet
 
setFileParameter(String, FileParameter[]) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setFileParameter(String, FileParameter[]) - Method in interface com.aspectran.core.activity.Translet
Sets the value to the file parameter with the given name.
setFileParameter(String, FileParameter[]) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the value to the file parameter with the given name.
setFileParameterValues(String, FileParameter[]) - Method in class com.aspectran.core.activity.request.FileParameterMap
 
setFilterClass(String) - Method in class com.aspectran.core.context.rule.params.FilterParameters
 
setFilterParameters(FilterParameters) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the filter parameters.
setFilterParameters(FilterParameters) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the filter parameters.
setFormat(AppendedFileFormatType) - Method in class com.aspectran.core.context.rule.AppendRule
 
setFormat(String) - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
setFormats(String[]) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setGetterName(String) - Method in class com.aspectran.core.context.expr.token.Token
Sets the name of the property whose value is to be retrieved.
setGracePeriodSecs(int) - Method in class com.aspectran.core.component.session.AbstractSessionStore
Sets the interval in secs to prevent too eager session scavenging.
setGreetings(String) - Method in class com.aspectran.core.context.config.ShellConfig
 
setHardReload(boolean) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setHardReload(boolean) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setHeader(String, String) - Method in class com.aspectran.core.activity.request.AbstractRequest
Set the given single header value under the given header name.
setHeader(String, String) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Set the given single header value under the given header name.
setHeader(String, String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Set the given single header value under the given header name.
setHeader(String, String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Set the given single header value under the given header name.
setHeaderItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.HeaderActionRule
Sets the header rule map.
setHeaderMap(MultiValueMap<String, String>) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setHeaders(String[]) - Method in class com.aspectran.core.context.rule.JoinpointRule
 
setHeaders(String...) - Method in class com.aspectran.core.context.rule.params.JoinpointParameters
 
setHidden(Boolean) - Method in class com.aspectran.core.context.rule.EchoActionRule
Sets whether to hide result of the action.
setHidden(Boolean) - Method in class com.aspectran.core.context.rule.HeaderActionRule
Sets whether to hide result of the action.
setHidden(Boolean) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Sets whether to hide result of the action.
setHidden(Boolean) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets whether to hide result of the action.
setHistoryFile(String) - Method in class com.aspectran.core.context.config.ShellConfig
 
setHouseKeeper(HouseKeeper) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
setId(String) - Method in class com.aspectran.core.component.session.SessionData
 
setId(String) - Method in class com.aspectran.core.context.rule.AspectRule
 
setId(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the bean id.
setId(String) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setId(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setIdleTimeout(long) - Method in class com.aspectran.core.util.thread.IdleTimeout
 
setIdleTimeout(long) - Method in class com.aspectran.core.util.timer.IdleTimeout
 
setIgnoreInvalidLocale(boolean) - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Set whether to ignore an invalid value for the locale parameter.
setImportant(Boolean) - Method in class com.aspectran.core.context.rule.BeanRule
Sets whether this bean is important.
setInboundPath(String) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
setIndentSize(int) - Method in class com.aspectran.core.activity.FormattingContext
 
setIndentString(String) - Method in class com.aspectran.core.util.apon.AponWriter
Specifies the indent string.
setIndentTab(boolean) - Method in class com.aspectran.core.activity.FormattingContext
 
setIndexedProperty(Object, String, Object) - Static method in class com.aspectran.core.util.BeanUtils
 
setInitMethod(Method) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the initialization method.
setInitMethodName(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the initialization method name.
setInitMethodParameterBindingRules(ParameterBindingRule[]) - Method in class com.aspectran.core.context.rule.BeanRule
 
setInnerBean(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
 
setIsolated(Boolean) - Method in class com.aspectran.core.context.rule.AspectRule
 
setJoinpointRule(JoinpointRule) - Method in class com.aspectran.core.context.rule.AspectRule
 
setJoinpointTargetType(JoinpointTargetType) - Method in class com.aspectran.core.context.rule.JoinpointRule
 
setJoinpointTargetType(String) - Method in class com.aspectran.core.context.rule.params.JoinpointParameters
 
setLastAccessedTime(long) - Method in class com.aspectran.core.component.session.SessionData
 
setLastModified(long) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
setLastSavedTime(long) - Method in class com.aspectran.core.component.session.SessionData
 
setLazyInit(Boolean) - Method in class com.aspectran.core.context.rule.BeanRule
Sets whether this bean is to be lazily initialized.
setLenient(boolean) - Method in class com.aspectran.core.util.json.JsonReader
Configure this parser to be liberal in what it accepts.
setLocale(Translet, Locale) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
 
setLocale(Translet, Locale) - Method in class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
 
setLocale(Translet, Locale) - Method in interface com.aspectran.core.support.i18n.locale.LocaleResolver
Set the current locale to the given one.
setLocale(Translet, Locale) - Method in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
 
setLocale(Locale) - Method in class com.aspectran.core.activity.request.AbstractRequest
Sets the locale.
setLocale(Locale) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the preferred Locale.
setLocaleParamName(String) - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification in a locale change request.
setLocation(int, int) - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
setMandatory(Boolean) - Method in class com.aspectran.core.context.rule.ItemRule
Sets whether this item is mandatory.
setMaskPattern(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the mask pattern.
setMaskPattern(String) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the mask pattern.
setMaxIdleSeconds(int) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setMaxInactiveInterval(int) - Method in class com.aspectran.core.adapter.DefaultSessionAdapter
 
setMaxInactiveInterval(int) - Method in interface com.aspectran.core.adapter.SessionAdapter
 
setMaxInactiveInterval(int) - Method in class com.aspectran.core.component.session.DefaultSession
 
setMaxInactiveInterval(int) - Method in interface com.aspectran.core.component.session.Session
 
setMaxInactiveInterval(int) - Method in class com.aspectran.core.component.session.SessionAgent
 
setMaxInactiveInterval(long) - Method in class com.aspectran.core.component.session.SessionData
 
setMaxRequestSize(long) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setMaxRequestSize(long) - Method in interface com.aspectran.core.adapter.RequestAdapter
 
setMaxSessions(int) - Method in class com.aspectran.core.component.session.DefaultSessionCache
 
setMaxSessions(int) - Method in interface com.aspectran.core.component.session.SessionCache
Sets the maximum number of active sessions allowed in this session cache.
setMaxSessions(int) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setMaxThreads(int) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
setMethod(Method) - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
setMethod(Method) - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
setMethodAutowireParsed(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
 
setMethodName(String) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets the action method name.
setMethodNamePattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setMethods(MethodType[]) - Method in class com.aspectran.core.context.rule.JoinpointRule
 
setMethods(String...) - Method in class com.aspectran.core.context.rule.params.JoinpointParameters
 
setMethodType(MethodType) - Method in class com.aspectran.core.context.rule.IncludeActionRule
 
setName(String) - Method in class com.aspectran.core.activity.process.ActionList
 
setName(String) - Method in class com.aspectran.core.activity.process.ContentList
 
setName(String) - Method in class com.aspectran.core.activity.process.result.ContentResult
 
setName(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
 
setName(String) - Method in class com.aspectran.core.context.rule.DispatchRule
Sets the dispatch name.
setName(String) - Method in class com.aspectran.core.context.rule.ItemRule
Sets the name of the item.
setName(String) - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
setName(String) - Method in class com.aspectran.core.context.rule.ResponseRule
 
setName(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setName(String) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the name.
setName(String) - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
setName(String, Token[]) - Method in class com.aspectran.core.context.rule.DispatchRule
Sets the dispatch name and its name tokens.
setNamePattern(WildcardPattern) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the name pattern.
setNameTokens(Token[]) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the name tokens.
setNoCache(Boolean) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setNodeTracker(NodeTracker) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
setNonPersistentAttributes(String...) - Method in class com.aspectran.core.component.session.AbstractSessionStore
Specifies attributes that should be excluded from serialization.
setNonPersistentAttributes(String[]) - Method in class com.aspectran.core.component.session.AbstractSessionStoreFactory
 
setNonPersistentAttributes(String[]) - Method in interface com.aspectran.core.component.session.SessionStoreFactory
 
setNonPersistentAttributes(String[]) - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
setNullWritable(Boolean) - Method in class com.aspectran.core.activity.FormattingContext
 
setOrder(int) - Method in class com.aspectran.core.context.rule.AspectRule
 
setOutputStream(OutputStream) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
setParameter(String, String) - Method in class com.aspectran.core.activity.CoreTranslet
 
setParameter(String, String) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setParameter(String, String) - Method in class com.aspectran.core.activity.request.ParameterMap
Sets the value to the parameter with the given name.
setParameter(String, String) - Method in interface com.aspectran.core.activity.Translet
Sets the value to the parameter with the given name.
setParameter(String, String) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the value to the parameter with the given name.
setParameter(String, String[]) - Method in class com.aspectran.core.activity.CoreTranslet
 
setParameter(String, String[]) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setParameter(String, String[]) - Method in interface com.aspectran.core.activity.Translet
Sets the value to the parameter with the given name.
setParameter(String, String[]) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the value to the parameter with the given name.
setParameterBindingRules(ParameterBindingRule[]) - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
setParameterItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Sets the attribute item rule map.
setParameterItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets the attribute item rule map.
setParameterItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.RequestRule
Sets the attribute item rule map.
setParameterMap(ParameterMap) - Method in class com.aspectran.core.activity.InstantActivity
 
setParameterMap(ParameterMap) - Method in class com.aspectran.core.activity.request.AbstractRequest
 
setParameters(Map<String, String>) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets the parameter map.
setParameterValues(String, String[]) - Method in class com.aspectran.core.activity.request.ParameterMap
Sets the values to the parameter with the given name.
setParentMessageSource(MessageSource) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
 
setParentMessageSource(MessageSource) - Method in class com.aspectran.core.support.i18n.message.DelegatingMessageSource
 
setParentMessageSource(MessageSource) - Method in interface com.aspectran.core.support.i18n.message.HierarchicalMessageSource
Set the parent that will be used to try to resolve messages that this object can't resolve.
setParentTranslet(Translet) - Method in class com.aspectran.core.activity.AbstractTranslet
 
setPath(String) - Method in class com.aspectran.core.context.rule.RedirectRule
Sets the redirect path.
setPath(String, Token[]) - Method in class com.aspectran.core.context.rule.RedirectRule
 
setPatternString(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setPointcut(Pointcut) - Method in class com.aspectran.core.context.rule.AspectRule
 
setPointcutPatternRuleList(List<PointcutPatternRule>) - Method in class com.aspectran.core.context.rule.PointcutRule
 
setPointcutPatternVerifiable(boolean) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setPointcutPatternVerifiable(boolean) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setPointcutRule(PointcutRule) - Method in class com.aspectran.core.context.rule.JoinpointRule
 
setPointcutType(PointcutType) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setPollingInterval(long) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
setPrefix(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
setPretty(boolean) - Method in class com.aspectran.core.activity.FormattingContext
 
setPretty(Boolean) - Method in class com.aspectran.core.context.rule.TransformRule
Set whether to format the content of the response to make it easier to read by adding spaces or tabs.
setProcessResult(ProcessResult) - Method in class com.aspectran.core.activity.CoreTranslet
 
setProcessResult(ProcessResult) - Method in interface com.aspectran.core.activity.Translet
Sets the process result.
setProfile(String) - Method in class com.aspectran.core.context.rule.AppendRule
 
setProfile(String) - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
setProfile(String) - Method in class com.aspectran.core.context.rule.ItemRuleMap
 
setProfile(String) - Method in class com.aspectran.core.context.rule.params.ItemHolderParameters
 
setProfiles(String[]) - Method in interface com.aspectran.core.context.rule.appender.RuleAppender
 
setPrompt(String) - Method in class com.aspectran.core.context.config.ShellConfig
 
setProperty(Class<?>, String, Object) - Static method in class com.aspectran.core.util.BeanUtils
Invokes the static method of the specified class to get the bean property value.
setProperty(Object, String, Object) - Static method in class com.aspectran.core.util.BeanUtils
Sets the value of the specified property of the specified bean.
setProperty(String, Object) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
 
setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setPropertyItemRuleMap(ItemRuleMap) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.env.ContextEnvironment
 
setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the property item rule map.
setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.InvokeActionRule
Sets the property item rule map.
setPropertyItemRuleMapList(List<ItemRuleMap>) - Method in class com.aspectran.core.context.rule.EnvironmentRule
 
setProprietor(Parameter) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
setProprietor(Parameter) - Method in interface com.aspectran.core.util.apon.Parameters
Specifies the owner of this Parameters.
setProxied(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
Sets whether this bean is proxied.
setQualifiers(String...) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setQuartzProperties(Properties) - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
Set quartz properties.
setRaisedException(Throwable) - Method in class com.aspectran.core.activity.AbstractActivity
 
setRaisedException(Throwable) - Method in interface com.aspectran.core.activity.Activity
Sets an instance of the currently raised exception.
setRefused(boolean) - Method in class com.aspectran.core.activity.request.FileParameter
Sets whether the refused file.
setReloadMode(AutoReloadType) - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
setRemoveUnloadableSessions(boolean) - Method in class com.aspectran.core.component.session.AbstractSessionCache
If a session's data cannot be loaded from the store without error, remove it from the persistent store.
setRemoveUnloadableSessions(boolean) - Method in interface com.aspectran.core.component.session.SessionCache
If the data for a session exists but is unreadable, the SessionCache can instruct the SessionStore to delete it.
setRemoveUnloadableSessions(boolean) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setReplicated(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
Sets whether this bean is replicated.
setRequestAdapter(RequestAdapter) - Method in class com.aspectran.core.activity.AbstractActivity
Sets the request adapter.
setRequestAdapter(RequestAdapter) - Method in class com.aspectran.core.activity.InstantActivity
 
setRequestMethod(MethodType) - Method in class com.aspectran.core.activity.AbstractTranslet
 
setRequestMethod(MethodType) - Method in class com.aspectran.core.context.rule.ForwardRule
 
setRequestMethods(String...) - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Configure the request method(s) over which the locale can be changed.
setRequestName(String) - Method in class com.aspectran.core.activity.AbstractTranslet
 
setRequestRule(RequestRule) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the request rule.
setRequeue(boolean) - Method in class com.aspectran.core.context.config.DaemonPollerConfig
 
setRequired(boolean) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setRequired(boolean) - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
setRequiresTranslet(boolean) - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
setResident(boolean) - Method in class com.aspectran.core.component.session.DefaultSession
 
setResource(String) - Method in class com.aspectran.core.context.rule.AppendRule
 
setResource(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setResourceLocations(String...) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setResourceLocations(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setResourceLocations(String...) - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
setResources(Enumeration<URL>) - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimer
 
setResources(Enumeration<URL>) - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimerTask
 
setResponse(Response) - Method in class com.aspectran.core.context.rule.ChooseWhenRule
 
setResponse(Response) - Method in class com.aspectran.core.context.rule.ResponseRule
 
setResponseAdapter(ResponseAdapter) - Method in class com.aspectran.core.activity.AbstractActivity
Sets the response adapter.
setResponseAdapter(ResponseAdapter) - Method in class com.aspectran.core.activity.InstantActivity
 
setResponseRule(ResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the response rule.
setResponseRuleList(List<ResponseRule>) - Method in class com.aspectran.core.context.rule.TransletRule
 
setResultValue(String, Object) - Method in class com.aspectran.core.activity.process.result.ActionResult
Sets the result value of the action.
setRootFile(String) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setRootFile(String) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setRootFile(String) - Method in class com.aspectran.core.context.config.ContextConfig
 
setRootService(CoreService) - Method in interface com.aspectran.core.context.ActivityContext
Sets the Aspectran Service that created the current ActivityContext.
setRootService(CoreService) - Method in class com.aspectran.core.context.AspectranActivityContext
 
setRuleAppendHandler(RuleAppendHandler) - Method in class com.aspectran.core.context.rule.assistant.ContextRuleAssistant
Sets the rule append handler.
setSavedFile(File) - Method in class com.aspectran.core.activity.request.FileParameter
 
setSaveOnCreate(boolean) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
setSaveOnCreate(boolean) - Method in interface com.aspectran.core.component.session.SessionCache
Whether or not a session that is newly created should be immediately saved.
setSaveOnCreate(boolean) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setSaveOnInactiveEviction(boolean) - Method in class com.aspectran.core.component.session.AbstractSessionCache
 
setSaveOnInactiveEviction(boolean) - Method in interface com.aspectran.core.component.session.SessionCache
Whether or not a a session that is about to be evicted should be saved before being evicted.
setSaveOnInactiveEviction(boolean) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setSavePeriodSecs(int) - Method in class com.aspectran.core.component.session.AbstractSessionStore
The minimum time in seconds between save operations.
setScanIntervalSeconds(int) - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
setScanPath(String) - Method in class com.aspectran.core.context.rule.TransletRule
Sets the scan path.
setScanPattern(String) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the scan pattern.
setScavengingInterval(int) - Method in class com.aspectran.core.component.session.HouseKeeper
Set the period between scavenge cycles.
setScavengingIntervalSeconds(int) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setScheduledJobRuleList(List<ScheduledJobRule>) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setSchedulerBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setSchedulerBeanId(String) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setSchedulerName(String) - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
Set the name of the Scheduler to create via the SchedulerFactory.
setScheduleRuleRegistry(ScheduleRuleRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
 
setScopeType(ScopeType) - Method in class com.aspectran.core.context.rule.BeanRule
Sets the scope type.
setSecret(Boolean) - Method in class com.aspectran.core.context.rule.ItemRule
Sets whether this item requires secure input.
setServiceController(ServiceController) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setServiceController(ServiceController) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setServiceStateListener(ServiceStateListener) - Method in class com.aspectran.core.service.AbstractServiceController
 
setServiceStateListener(ServiceStateListener) - Method in interface com.aspectran.core.service.ServiceController
Sets the service state listener.
setSessionAdapter(SessionAdapter) - Method in class com.aspectran.core.activity.AbstractActivity
Sets the session adapter.
setSessionAdapter(SessionAdapter) - Method in class com.aspectran.core.activity.InstantActivity
 
setSessionCache(SessionCache) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
setSessionIdGenerator(SessionIdGenerator) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
setSessionManagerConfig(SessionManagerConfig) - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
setSessionManagerConfigWithApon(String) - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
setSessionStoreFactory(SessionStoreFactory) - Method in class com.aspectran.core.component.session.DefaultSessionManager
 
setSettings(Map<String, Object>) - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
setSettingsAdviceRule(SettingsAdviceRule) - Method in class com.aspectran.core.context.rule.AspectRule
 
setSimpleProperty(Object, String, Object) - Static method in class com.aspectran.core.util.BeanUtils
Sets the value of the specified property of the specified bean.
setSingleton(boolean) - Method in class com.aspectran.core.context.config.ContextConfig
 
setSingleton(Boolean) - Method in class com.aspectran.core.context.rule.BeanRule
Sets whether this bean is a singleton.
setStartDelaySeconds(int) - Method in class com.aspectran.core.context.config.SchedulerConfig
 
setStartDelaySeconds(int) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
setStartup(boolean) - Method in class com.aspectran.core.context.config.ContextAutoReloadConfig
 
setStartup(boolean) - Method in class com.aspectran.core.context.config.SchedulerConfig
 
setStartup(boolean) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setStatus(int) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Sets the status code.
setStatus(int) - Method in interface com.aspectran.core.adapter.ResponseAdapter
Sets the status code.
setStoreDir(File) - Method in class com.aspectran.core.component.session.FileSessionStore
 
setStoreDir(String) - Method in class com.aspectran.core.component.session.FileSessionStoreFactory
 
setStoreDir(String) - Method in class com.aspectran.core.context.config.SessionFileStoreConfig
 
setSuffix(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
setTarget(Constructor<?>) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setTarget(Field) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setTarget(Method) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setTargetBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanRule
 
setTargetType(AutowireTargetType) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setTemplateId(String) - Method in class com.aspectran.core.context.rule.TransformRule
Sets the template id.
setTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.rule.TransformRule
Sets the template rule.
setTemplateSource(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setTemplateSource(String, Token[]) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.support.i18n.locale.AbstractLocaleResolver
 
setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.support.i18n.locale.FixedLocaleResolver
 
setTimeZone(Translet, TimeZone) - Method in interface com.aspectran.core.support.i18n.locale.LocaleResolver
Set the current timezone to the given one.
setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
 
setTimeZone(TimeZone) - Method in class com.aspectran.core.activity.request.AbstractRequest
Sets the time zone.
setTimeZone(TimeZone) - Method in interface com.aspectran.core.adapter.RequestAdapter
Sets the preferred TimeZone.
setTimeZoneParamName(String) - Method in class com.aspectran.core.support.i18n.locale.LocaleChangeInterceptor
Set the name of the parameter that contains a timezone specification in a locale change request.
setting - Static variable in class com.aspectran.core.context.rule.params.SettingsParameters
 
SettingParameters - Class in com.aspectran.core.context.rule.params
 
SettingParameters() - Constructor for class com.aspectran.core.context.rule.params.SettingParameters
 
settings - Static variable in class com.aspectran.core.context.rule.params.AspectParameters
 
settings - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
Settings - Annotation Type in com.aspectran.core.component.bean.annotation
 
SettingsAdviceRule - Class in com.aspectran.core.context.rule
The Class SettingsAdviceRule.
SettingsAdviceRule(AspectRule) - Constructor for class com.aspectran.core.context.rule.SettingsAdviceRule
 
SettingsParameters - Class in com.aspectran.core.context.rule.params
 
SettingsParameters() - Constructor for class com.aspectran.core.context.rule.params.SettingsParameters
 
setToken(Token) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setTokenize(Boolean) - Method in class com.aspectran.core.context.rule.ItemRule
Sets whether tokenize.
setTransformType(TransformType) - Method in class com.aspectran.core.context.rule.TransformRule
Sets the transform type.
setTransletName(String) - Method in class com.aspectran.core.context.rule.ForwardRule
Sets the translet name.
setTransletName(String) - Method in class com.aspectran.core.context.rule.IncludeActionRule
Sets the translet name.
setTransletName(String) - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
setTransletNameMaskPattern(String) - Method in class com.aspectran.core.component.translet.scan.TransletScanner
 
setTransletNamePattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
setTransletNamePrefix(String) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setTransletNamePrefix(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setTransletNameSuffix(String) - Method in class com.aspectran.core.context.rule.assistant.DefaultSettings
 
setTransletNameSuffix(String) - Method in class com.aspectran.core.context.rule.params.AspectranParameters
 
setTransletRuleRegistry(TransletRuleRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
Sets the translet rule registry.
setTransletScanFilter(TransletScanFilter) - Method in class com.aspectran.core.component.translet.scan.TransletScanner
 
setTriggerExpressionParameters(TriggerExpressionParameters) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setTriggerType(TriggerType) - Method in class com.aspectran.core.context.rule.ScheduleRule
 
setType(ItemType) - Method in class com.aspectran.core.context.rule.ItemRule
Sets the item type.
setType(Class<?>) - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
setTypes(Class<?>...) - Method in class com.aspectran.core.context.rule.AutowireRule
 
setup(Map, Object, Member, String) - Method in class com.aspectran.core.context.expr.ognl.OgnlMemberAccess
 
setUriDecoding(String) - Method in class com.aspectran.core.context.config.WebConfig
 
setUrl(String) - Method in class com.aspectran.core.context.rule.AppendRule
 
setUrl(String) - Method in class com.aspectran.core.context.rule.TemplateRule
 
setUseAponToLoadXml(boolean) - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
setUseAponToLoadXml(boolean) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
setUseAponToLoadXml(boolean) - Method in interface com.aspectran.core.context.rule.appender.RuleAppendHandler
 
setUseCodeAsDefaultMessage(boolean) - Method in class com.aspectran.core.support.i18n.message.AbstractMessageSource
Set whether to use the message code as default message instead of throwing a NoSuchMessageException.
setUseXmlToApon(boolean) - Method in class com.aspectran.core.context.rule.parser.AbstractActivityContextParser
 
setUseXmlToApon(boolean) - Method in interface com.aspectran.core.context.rule.parser.ActivityContextParser
 
setValidating(boolean) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
setValue(Token[]) - Method in class com.aspectran.core.context.rule.ItemRule
Sets the specified value to this Single type item.
setValue(String) - Method in class com.aspectran.core.context.expr.token.Token
Sets the class name of the bean or the classpath of the Properties file, depending on the type of the token.
setValue(String) - Method in class com.aspectran.core.context.rule.ItemRule
Sets the specified value to this Single type item.
setValue(List<Token[]>) - Method in class com.aspectran.core.context.rule.ItemRule
Sets a value to this List type item.
setValue(Map<String, Token[]>) - Method in class com.aspectran.core.context.rule.ItemRule
Sets a value to this Map type item.
setValue(Properties) - Method in class com.aspectran.core.context.rule.ItemRule
Sets a value to this Properties type item.
setValue(Set<Token[]>) - Method in class com.aspectran.core.context.rule.ItemRule
Sets a value to this Set type item.
setValue(V) - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
setValueType(ItemValueType) - Method in class com.aspectran.core.context.rule.ItemRule
Sets the value type of this item.
setValueType(ValueType) - Method in interface com.aspectran.core.util.apon.Parameter
Sets the parameter value type.
setValueType(ValueType) - Method in class com.aspectran.core.util.apon.ParameterValue
 
setValueTypeHinted(boolean) - Method in interface com.aspectran.core.util.apon.Parameter
Sets whether the value type is hinted.
setValueTypeHinted(boolean) - Method in class com.aspectran.core.util.apon.ParameterValue
 
setVerbose(boolean) - Method in class com.aspectran.core.context.config.ShellConfig
 
setViewDispatcher(ViewDispatcher) - Method in class com.aspectran.core.context.rule.DispatchRule
 
setWaitOnShutdown(boolean) - Method in class com.aspectran.core.context.config.SchedulerConfig
 
setWaitOnShutdown(boolean) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
 
setWorkerName(String) - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
setWorkerName(String) - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
setWorkingDir(String) - Method in class com.aspectran.core.context.config.ShellConfig
 
setWorkingDir(String) - Method in class com.aspectran.core.util.ProcessRunner
 
setWriter(Writer) - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
 
setXpath(String) - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
ShallowContextRuleAssistant - Class in com.aspectran.core.context.rule.assistant
The Class ShallowContextRuleAssistant.
ShallowContextRuleAssistant() - Constructor for class com.aspectran.core.context.rule.assistant.ShallowContextRuleAssistant
 
ShallowRuleAppendHandler - Class in com.aspectran.core.context.rule.appender
The Class ShallowRuleAppendHandler.
ShallowRuleAppendHandler(ContextRuleAssistant) - Constructor for class com.aspectran.core.context.rule.appender.ShallowRuleAppendHandler
 
ShellConfig - Class in com.aspectran.core.context.config
 
ShellConfig() - Constructor for class com.aspectran.core.context.config.ShellConfig
 
ShutdownHooks - Class in com.aspectran.core.util.thread
Manages the shutdown-hook thread and tasks to execute on shutdown.
ShutdownHooks() - Constructor for class com.aspectran.core.util.thread.ShutdownHooks
 
ShutdownHooks.Task - Interface in com.aspectran.core.util.thread
Essentially a Runnable which allows running to throw an exception.
SIMPLE - com.aspectran.core.context.rule.type.TriggerType
 
SIMPLE_TRIGGER - com.aspectran.core.context.rule.type.PointcutType
 
SINGLE - com.aspectran.core.context.rule.type.ItemType
 
SINGLE_QUOTE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
singleton - Static variable in class com.aspectran.core.context.rule.params.BeanParameters
 
SINGLETON - com.aspectran.core.context.rule.type.ScopeType
 
SingletonScope - Class in com.aspectran.core.component.bean.scope
The Class SingletonScope.
SingletonScope() - Constructor for class com.aspectran.core.component.bean.scope.SingletonScope
Instantiates a new Singleton scope.
size() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap
 
size() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
size() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
size() - Method in exception com.aspectran.core.util.MultiException
 
SizeLimitExceededException - Exception in com.aspectran.core.activity.request
Thrown to indicate that the request size exceeds the configured maximum.
SizeLimitExceededException(String, long, long) - Constructor for exception com.aspectran.core.activity.request.SizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
skipValue() - Method in class com.aspectran.core.util.json.JsonReader
Skips the next value recursively.
Slf4jImpl - Class in com.aspectran.core.util.logging.slf4j
 
Slf4jImpl(String) - Constructor for class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
SOFT - com.aspectran.core.context.rule.type.AutoReloadType
 
SOFT - com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceType
Use SoftReferences.
SPACE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
SPACE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
 
split(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
 
split(String, char) - Static method in class com.aspectran.core.util.StringUtils
Returns an array of strings separated by the delimiter string.
split(String, char, int) - Static method in class com.aspectran.core.util.StringUtils
Returns an array of strings separated by the delimiter string.
split(String, String) - Static method in class com.aspectran.core.util.StringUtils
Returns an array of strings separated by the delimiter string.
split(String, String, int) - Static method in class com.aspectran.core.util.StringUtils
Returns an array of strings separated by the delimiter string.
splitCommaDelimitedString(String) - Static method in class com.aspectran.core.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
SQUARE_BRACKET_CLOSE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
SQUARE_BRACKET_OPEN - Static variable in class com.aspectran.core.util.apon.AponFormat
 
STABLE - Static variable in class com.aspectran.core.util.Aspectran
 
STAR_CHAR - Static variable in class com.aspectran.core.util.wildcard.WildcardPattern
 
start() - Method in class com.aspectran.core.service.AbstractServiceController
 
start() - Method in interface com.aspectran.core.service.ServiceController
Starts the service.
start() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
start() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
Starts the component.
start() - Method in class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
start() - Method in interface com.aspectran.core.util.thread.Scheduler
 
start(int) - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimer
 
start(Object) - Static method in interface com.aspectran.core.util.lifecycle.LifeCycle
Utility to start an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException.
startDelaySeconds - Static variable in class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
started() - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is started.
STARTED - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 
STARTING - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 
startReloadingTimer() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
startScavenging() - Method in class com.aspectran.core.component.session.HouseKeeper
 
startScavenging(int) - Method in class com.aspectran.core.component.session.HouseKeeper
If scavenging is not scheduled, schedule it.
startsWith(String, char) - Static method in class com.aspectran.core.util.StringUtils
Test if the given String starts with the specified prefix character.
startsWithIgnoreCase(String, String) - Static method in class com.aspectran.core.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
state(boolean, String) - Static method in class com.aspectran.core.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - Static method in class com.aspectran.core.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
statsReset() - Method in class com.aspectran.core.component.session.AbstractSessionHandler
 
statsReset() - Method in interface com.aspectran.core.component.session.SessionHandler
Resets the session usage statistics.
StdOutImpl - Class in com.aspectran.core.util.logging.stdout
 
StdOutImpl(String) - Constructor for class com.aspectran.core.util.logging.stdout.StdOutImpl
 
stop() - Method in class com.aspectran.core.context.builder.reload.ActivityContextReloadingTimer
 
stop() - Method in class com.aspectran.core.service.AbstractServiceController
 
stop() - Method in interface com.aspectran.core.service.ServiceController
Stops the service.
stop() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
stop() - Method in interface com.aspectran.core.util.lifecycle.LifeCycle
Stops the component.
stop() - Method in class com.aspectran.core.util.thread.ScheduledExecutorScheduler
 
stop() - Method in interface com.aspectran.core.util.thread.Scheduler
 
stop(Object) - Static method in interface com.aspectran.core.util.lifecycle.LifeCycle
Utility to stop an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException.
StopLifeCycle - Class in com.aspectran.core.util.lifecycle
A LifeCycle that when started will stop another LifeCycle.
StopLifeCycle(LifeCycle) - Constructor for class com.aspectran.core.util.lifecycle.StopLifeCycle
 
stopped() - Method in interface com.aspectran.core.service.ServiceStateListener
This method is called when the service is stopped.
STOPPED - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 
STOPPING - Static variable in interface com.aspectran.core.util.lifecycle.LifeCycle
 
stopReloadingTimer() - Method in class com.aspectran.core.context.builder.AbstractActivityContextBuilder
 
stopScavenging() - Method in class com.aspectran.core.component.session.HouseKeeper
If scavenging is scheduled, stop it.
STRING - com.aspectran.core.context.rule.type.ItemValueType
 
STRING - com.aspectran.core.util.apon.ValueType
 
STRING - com.aspectran.core.util.json.JsonToken
A JSON string.
stringify() - Method in class com.aspectran.core.context.expr.token.Token
Convert a Token object into a string.
stringify(MethodType[]) - Static method in enum com.aspectran.core.context.rule.type.MethodType
Converts an array of MethodType to a comma separated String.
StringUtils - Class in com.aspectran.core.util
Static utility methods pertaining to String or CharSequence instances.
StringUtils() - Constructor for class com.aspectran.core.util.StringUtils
 
stripValueTypeHint(String) - Static method in enum com.aspectran.core.util.apon.ValueType
 
style - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
styling(String, TextStyleType) - Static method in class com.aspectran.core.util.TextStyler
 
styling(String, String) - Static method in class com.aspectran.core.util.TextStyler
 
SystemUtils - Class in com.aspectran.core.util
Helpers for java.lang.System.
SystemUtils() - Constructor for class com.aspectran.core.util.SystemUtils
 

T

target - Static variable in class com.aspectran.core.context.rule.params.JoinpointParameters
 
target() - Method in annotation type com.aspectran.core.component.bean.annotation.Joinpoint
 
template - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
template - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
template() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
TEMPLATE - com.aspectran.core.context.rule.type.TokenType
 
TEMPLATE_RULE - com.aspectran.core.context.rule.type.BeanRefererType
 
TEMPLATE_SYMBOL - Static variable in class com.aspectran.core.context.expr.token.Token
 
TemplateDataMap - Class in com.aspectran.core.component.template
The Class TemplateDataMap.
TemplateDataMap(Activity) - Constructor for class com.aspectran.core.component.template.TemplateDataMap
 
TemplateEngine - Interface in com.aspectran.core.component.template.engine
The Interface TemplateEngine.
TemplateEngineProcessException - Exception in com.aspectran.core.component.template.engine
The Class TemplateEngineProcessException.
TemplateEngineProcessException(String) - Constructor for exception com.aspectran.core.component.template.engine.TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.
TemplateEngineProcessException(String, Throwable) - Constructor for exception com.aspectran.core.component.template.engine.TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.
TemplateEngineProcessException(Throwable) - Constructor for exception com.aspectran.core.component.template.engine.TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.
TemplateException - Exception in com.aspectran.core.component.template
This class is the basic exception that gets thrown from the template package.
TemplateException() - Constructor for exception com.aspectran.core.component.template.TemplateException
Creates a new TemplateException without detail message.
TemplateException(String) - Constructor for exception com.aspectran.core.component.template.TemplateException
Constructs a TemplateException with the specified detail message.
TemplateException(String, Throwable) - Constructor for exception com.aspectran.core.component.template.TemplateException
Constructs a TemplateException with the specified error message and also the specified root cause exception.
TemplateException(Throwable) - Constructor for exception com.aspectran.core.component.template.TemplateException
Constructor to create exception to wrap another exception.
TemplateNotFoundException - Exception in com.aspectran.core.component.template
The Class TemplateNotFoundException.
TemplateNotFoundException(String) - Constructor for exception com.aspectran.core.component.template.TemplateNotFoundException
Instantiates a new TemplateNotFoundException.
TemplateParameters - Class in com.aspectran.core.context.rule.params
 
TemplateParameters() - Constructor for class com.aspectran.core.context.rule.params.TemplateParameters
 
TemplateRenderer - Interface in com.aspectran.core.component.template
The Interface TemplateRenderer.
TemplateRenderingException - Exception in com.aspectran.core.component.template
Thrown when an error occurs during template rendering.
TemplateRenderingException(String, TemplateRule) - Constructor for exception com.aspectran.core.component.template.TemplateRenderingException
Instantiates a new TemplateRenderingException.
TemplateRenderingException(String, TemplateRule, Throwable) - Constructor for exception com.aspectran.core.component.template.TemplateRenderingException
Instantiates a new TemplateRenderingException.
TemplateRule - Class in com.aspectran.core.context.rule
The Class TemplateRule.
TemplateRule() - Constructor for class com.aspectran.core.context.rule.TemplateRule
 
TemplateRuleRegistry - Class in com.aspectran.core.component.template
The Class TemplateRuleRegistry.
TemplateRuleRegistry() - Constructor for class com.aspectran.core.component.template.TemplateRuleRegistry
 
terminate() - Method in class com.aspectran.core.activity.AbstractActivity
 
terminate() - Method in interface com.aspectran.core.activity.Activity
Throws an ActivityTerminatedException to terminate the current activity.
terminate() - Method in class com.aspectran.core.util.ProcessRunner
 
terminate(String) - Method in class com.aspectran.core.activity.AbstractActivity
 
terminate(String) - Method in interface com.aspectran.core.activity.Activity
Throws an ActivityTerminatedException with the reason for terminating the current activity.
test - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
TEXT - com.aspectran.core.context.rule.type.TokenType
 
TEXT - com.aspectran.core.context.rule.type.TransformType
 
TEXT - com.aspectran.core.util.apon.ValueType
 
TEXT_HTML - com.aspectran.core.context.rule.type.ContentType
 
TEXT_LINE_START - Static variable in class com.aspectran.core.util.apon.AponFormat
 
TEXT_PLAIN - com.aspectran.core.context.rule.type.ContentType
 
TextStyler - Class in com.aspectran.core.util
Contains methods to transform a given text to a specific style.
TextStyler() - Constructor for class com.aspectran.core.util.TextStyler
 
TextStyleType - Enum in com.aspectran.core.context.rule.type
Enumeration for styles of the text.
TextTransformResponse - Class in com.aspectran.core.activity.response.transform
Response to transform to plain text.
TextTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.TextTransformResponse
Instantiates a new TextTransformResponse.
throwAsIAE(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that will wrap 't' as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is.
throwAsIAE(Throwable, String) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that will wrap 't' as an IllegalArgumentException (and with specified message) if it is a checked exception; otherwise (runtime exception or error) throw as is.
throwIfError(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Helper method that will check if argument is an Error, and if so, (re)throw it; otherwise just return.
throwIfIOE(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Helper method that will check if argument is an IOException, and if so, (re)throw it; otherwise just return.
throwIfRTE(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Helper method that will check if argument is an RuntimeException, and if so, (re)throw it; otherwise just return.
thrown - Static variable in class com.aspectran.core.context.rule.params.AdviceActionParameters
 
thrown - Static variable in class com.aspectran.core.context.rule.params.ExceptionParameters
 
THROWN - com.aspectran.core.context.rule.type.AspectAdviceType
 
throwRootCauseIfIOE(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that works like by calling ExceptionUtils.getRootCause(java.lang.Throwable) and then either throwing it (if instanceof IOException), or return.
TIME_ZONE_SESSION_ATTR_NAME - Static variable in class com.aspectran.core.support.i18n.locale.SessionLocaleResolver
Name of the session attribute that holds the TimeZone.
TimeLimitedPBTokenIssuer - Class in com.aspectran.core.util.security
Time-limited, password based token issuer.
TimeLimitedPBTokenIssuer() - Constructor for class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
TimeLimitedPBTokenIssuer(long) - Constructor for class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
TIMEOUT - com.aspectran.core.component.session.Session.DestroyedReason
 
timer - Variable in class com.aspectran.core.component.session.DefaultSession.SessionInactivityTimer
 
toActionParameters(AnnotatedActionRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toActionParameters(EchoActionRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toActionParameters(HeaderActionRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toActionParameters(IncludeActionRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toActionParameters(InvokeActionRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toAppendParameters(AppendRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toAspectParameters(AspectRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toBeanParameters(BeanRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toBoolean(Boolean) - Static method in class com.aspectran.core.util.BooleanUtils
 
toBoolean(Boolean, boolean) - Static method in class com.aspectran.core.util.BooleanUtils
 
toBooleanObject(String) - Static method in class com.aspectran.core.util.BooleanUtils
 
toComponentTypeArray(Object, Class<?>) - Static method in class com.aspectran.core.util.ReflectionUtils
Converts an array of objects to an array of the specified component type.
toDelimitedString(Object[], String) - Static method in class com.aspectran.core.util.StringUtils
Convert a String array into a delimited String (e.g.
toDelimitedString(Collection<?>, String) - Static method in class com.aspectran.core.util.StringUtils
Convert a Collection into a delimited String (e.g.
toDispatchParameters(DispatchRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toEnvironmentParameters(EnvironmentRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toExceptionThrownParameters(ExceptionThrownRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toForwardParameters(ForwardRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toItemHolderParameters(ItemRuleMap) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toItemParameters(ItemRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toItemRule(ItemParameters) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
Convert the given ItemParameters into an ItemRule.
toItemRuleList(List<ItemParameters>) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
Convert the given ItemParameters list into an ItemRuleList.
toItemRuleMap(Attribute[]) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
 
toItemRuleMap(Parameter[]) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
 
toItemRuleMap(List<ItemParameters>) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
Convert the given ItemParameters list into an ItemRuleMap.
Token - Class in com.aspectran.core.context.expr.token
A token has a string value of its own or contains information for fetching a specific value from another provider.
Token(TokenType, TokenDirectiveType, String) - Constructor for class com.aspectran.core.context.expr.token.Token
Instantiates a new Token.
Token(TokenType, String) - Constructor for class com.aspectran.core.context.expr.token.Token
Instantiates a new Token.
Token(String) - Constructor for class com.aspectran.core.context.expr.token.Token
Instantiates a new Token.
TOKEN - com.aspectran.core.context.rule.type.BeanRefererType
 
TokenDirectiveType - Enum in com.aspectran.core.context.rule.type
Supported Token directive types.
TokenEvaluationException - Exception in com.aspectran.core.context.expr
The Class TokenEvaluationException.
TokenEvaluationException(Token, Throwable) - Constructor for exception com.aspectran.core.context.expr.TokenEvaluationException
Instantiates a new token evaluation exception.
TokenEvaluator - Interface in com.aspectran.core.context.expr
Evaluates token expressions.
TokenExpression - Class in com.aspectran.core.context.expr
The Class TokenExpression.
TokenExpression(Activity) - Constructor for class com.aspectran.core.context.expr.TokenExpression
Instantiates a new token expression parser.
tokenIterator(ItemRule) - Static method in class com.aspectran.core.context.rule.ItemRuleUtils
Returns an Iterator of all the tokens the item has.
tokenize - Static variable in class com.aspectran.core.context.rule.params.EntryParameters
 
tokenize - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
tokenize() - Method in annotation type com.aspectran.core.component.bean.annotation.Attribute
 
tokenize() - Method in annotation type com.aspectran.core.component.bean.annotation.Parameter
 
tokenize(CharSequence, boolean) - Static method in class com.aspectran.core.context.expr.token.Tokenizer
Returns a list of tokens that contains tokenized string.
tokenize(String, String) - Static method in class com.aspectran.core.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenize(String, String, boolean) - Static method in class com.aspectran.core.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
Tokenizer - Class in com.aspectran.core.context.expr.token
The Class Tokenizer.
Tokenizer() - Constructor for class com.aspectran.core.context.expr.token.Tokenizer
 
TokenParser - Class in com.aspectran.core.context.expr.token
The Class TokenParser.
TokenParser() - Constructor for class com.aspectran.core.context.expr.token.TokenParser
 
TokenType - Enum in com.aspectran.core.context.rule.type
Supported Token types.
toLanguageTag(Locale) - Static method in class com.aspectran.core.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toLineDelimitedString(Object[]) - Static method in class com.aspectran.core.util.StringUtils
Convert a String array into a delimited String by a system-dependent line separator.
toLineDelimitedString(Collection<?>) - Static method in class com.aspectran.core.util.StringUtils
Convert a Collection into a delimited String by a system-dependent line separator.
toNullableBooleanObject(String) - Static method in class com.aspectran.core.util.BooleanUtils
 
toParameters(ProcessResult) - Method in class com.aspectran.core.activity.response.transform.apon.ContentsToAponConverter
 
toParameters(Object) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
toParameters(String, Object) - Method in class com.aspectran.core.util.apon.ObjectToAponConverter
 
toPrimitiveArray(Object) - Static method in class com.aspectran.core.util.ReflectionUtils
Converts an array of objects to an array of their primitive types.
toRealPath(String) - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
 
toRealPath(String) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Returns to convert the given file path with the real file path.
toRealPathAsFile(String) - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
 
toRealPathAsFile(String) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
Returns to convert the given file path with the real file path.
toRedirectParameters(RedirectRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toResponseParameters(ResponseRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toRootParameters(ContextRuleAssistant) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toScheduledJobParameters(ScheduledJobRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toScheduleParameters(ScheduleRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toSingleValueMap() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
toSingleValueMap() - Method in class com.aspectran.core.util.LinkedMultiValueMap
 
toSingleValueMap() - Method in interface com.aspectran.core.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toString() - Method in class com.aspectran.core.activity.CoreTranslet
 
toString() - Method in class com.aspectran.core.activity.process.action.AdviceAction
 
toString() - Method in class com.aspectran.core.activity.process.action.AnnotatedAction
 
toString() - Method in class com.aspectran.core.activity.process.action.ChooseAction
 
toString() - Method in class com.aspectran.core.activity.process.action.EchoAction
 
toString() - Method in class com.aspectran.core.activity.process.action.HeaderAction
 
toString() - Method in class com.aspectran.core.activity.process.action.IncludeAction
 
toString() - Method in class com.aspectran.core.activity.process.action.InvokeAction
 
toString() - Method in class com.aspectran.core.activity.process.ActionList
 
toString() - Method in class com.aspectran.core.activity.process.ContentList
 
toString() - Method in class com.aspectran.core.activity.process.result.ActionResult
 
toString() - Method in class com.aspectran.core.activity.process.result.ContentResult
 
toString() - Method in class com.aspectran.core.activity.request.FileParameter
 
toString() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
 
toString() - Method in class com.aspectran.core.activity.response.ForwardResponse
 
toString() - Method in class com.aspectran.core.activity.response.RedirectResponse
 
toString() - Method in class com.aspectran.core.activity.response.transform.CustomTransformResponse
 
toString() - Method in class com.aspectran.core.activity.response.transform.TransformResponse
 
toString() - Method in class com.aspectran.core.adapter.AbstractSessionAdapter
 
toString() - Method in class com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
 
toString() - Method in class com.aspectran.core.component.bean.proxy.RelevantAspectRuleHolder
 
toString() - Method in class com.aspectran.core.component.session.DefaultSession
 
toString() - Method in class com.aspectran.core.component.session.FileSessionStore
 
toString() - Method in class com.aspectran.core.component.session.HouseKeeper
 
toString() - Method in class com.aspectran.core.component.session.SessionData
 
toString() - Method in class com.aspectran.core.context.expr.token.Token
 
toString() - Method in class com.aspectran.core.context.resource.AspectranClassLoader
 
toString() - Method in class com.aspectran.core.context.resource.LocalResourceManager
 
toString() - Method in class com.aspectran.core.context.rule.AnnotatedActionRule
 
toString() - Method in class com.aspectran.core.context.rule.appender.FileRuleAppender
 
toString() - Method in class com.aspectran.core.context.rule.appender.ParametersRuleAppender
 
toString() - Method in class com.aspectran.core.context.rule.appender.ResourceRuleAppender
 
toString() - Method in class com.aspectran.core.context.rule.appender.UrlRuleAppender
 
toString() - Method in class com.aspectran.core.context.rule.AppendRule
 
toString() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
 
toString() - Method in class com.aspectran.core.context.rule.AspectRule
 
toString() - Method in class com.aspectran.core.context.rule.AutowireRule
 
toString() - Method in class com.aspectran.core.context.rule.BeanRule
 
toString() - Method in class com.aspectran.core.context.rule.CustomTransformRule
 
toString() - Method in class com.aspectran.core.context.rule.DispatchRule
 
toString() - Method in class com.aspectran.core.context.rule.EchoActionRule
 
toString() - Method in class com.aspectran.core.context.rule.ForwardRule
 
toString() - Method in class com.aspectran.core.context.rule.HeaderActionRule
 
toString() - Method in class com.aspectran.core.context.rule.IncludeActionRule
 
toString() - Method in class com.aspectran.core.context.rule.InvokeActionRule
 
toString() - Method in class com.aspectran.core.context.rule.ItemRule
 
toString() - Method in class com.aspectran.core.context.rule.JoinpointRule
 
toString() - Method in class com.aspectran.core.context.rule.ParameterBindingRule
 
toString() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
 
toString() - Method in class com.aspectran.core.context.rule.PointcutRule
 
toString() - Method in class com.aspectran.core.context.rule.RedirectRule
 
toString() - Method in class com.aspectran.core.context.rule.RequestRule
 
toString() - Method in class com.aspectran.core.context.rule.ResponseRule
 
toString() - Method in class com.aspectran.core.context.rule.ScheduledJobRule
 
toString() - Method in class com.aspectran.core.context.rule.ScheduleRule
 
toString() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
toString() - Method in class com.aspectran.core.context.rule.TemplateRule
 
toString() - Method in class com.aspectran.core.context.rule.TransformRule
 
toString() - Method in class com.aspectran.core.context.rule.TransletRule
 
toString() - Method in enum com.aspectran.core.context.rule.type.ActionType
 
toString() - Method in enum com.aspectran.core.context.rule.type.AppendedFileFormatType
 
toString() - Method in enum com.aspectran.core.context.rule.type.AppenderType
 
toString() - Method in enum com.aspectran.core.context.rule.type.AspectAdviceType
 
toString() - Method in enum com.aspectran.core.context.rule.type.AutoReloadType
 
toString() - Method in enum com.aspectran.core.context.rule.type.AutowireTargetType
 
toString() - Method in enum com.aspectran.core.context.rule.type.BeanProxifierType
 
toString() - Method in enum com.aspectran.core.context.rule.type.BeanRefererType
 
toString() - Method in enum com.aspectran.core.context.rule.type.ContentType
 
toString() - Method in enum com.aspectran.core.context.rule.type.DefaultSettingType
 
toString() - Method in enum com.aspectran.core.context.rule.type.ItemType
 
toString() - Method in enum com.aspectran.core.context.rule.type.ItemValueType
 
toString() - Method in enum com.aspectran.core.context.rule.type.JoinpointTargetType
 
toString() - Method in enum com.aspectran.core.context.rule.type.PointcutType
 
toString() - Method in enum com.aspectran.core.context.rule.type.ResponseType
 
toString() - Method in enum com.aspectran.core.context.rule.type.ScopeType
 
toString() - Method in enum com.aspectran.core.context.rule.type.TextStyleType
 
toString() - Method in enum com.aspectran.core.context.rule.type.TokenDirectiveType
 
toString() - Method in enum com.aspectran.core.context.rule.type.TokenType
 
toString() - Method in enum com.aspectran.core.context.rule.type.TransformType
 
toString() - Method in enum com.aspectran.core.context.rule.type.TriggerType
 
toString() - Method in class com.aspectran.core.support.i18n.message.ResourceBundleMessageSource
 
toString() - Method in class com.aspectran.core.util.apon.AbstractParameters
 
toString() - Method in class com.aspectran.core.util.apon.AponWriter
 
toString() - Method in class com.aspectran.core.util.apon.ParameterKey
 
toString() - Method in class com.aspectran.core.util.apon.ParameterValue
 
toString() - Method in enum com.aspectran.core.util.apon.ValueType
 
toString() - Method in class com.aspectran.core.util.ConcurrentReferenceHashMap.Entry
 
toString() - Method in class com.aspectran.core.util.json.JsonReader
 
toString() - Method in class com.aspectran.core.util.json.JsonWriter
 
toString() - Method in class com.aspectran.core.util.lifecycle.AbstractLifeCycle
 
toString() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
toString() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
toString() - Method in exception com.aspectran.core.util.MultiException
 
toString() - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
toString() - Method in class com.aspectran.core.util.OutputStringWriter
 
toString() - Method in class com.aspectran.core.util.statistic.CounterStatistic
 
toString() - Method in class com.aspectran.core.util.statistic.SampleStatistic
 
toString() - Method in class com.aspectran.core.util.ToStringBuilder
 
toString() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
 
toString(ViewDispatcher, String) - Method in class com.aspectran.core.context.rule.DispatchRule
Returns a string representation of DispatchRule with used Dispatcher.
toString(Token[]) - Static method in class com.aspectran.core.context.expr.token.TokenParser
Convert to string from the token array.
ToStringBuilder - Class in com.aspectran.core.util
This class enables a good and consistent toString() to be built for any class or object.
ToStringBuilder() - Constructor for class com.aspectran.core.util.ToStringBuilder
 
ToStringBuilder(int) - Constructor for class com.aspectran.core.util.ToStringBuilder
 
ToStringBuilder(String) - Constructor for class com.aspectran.core.util.ToStringBuilder
 
ToStringBuilder(String, int) - Constructor for class com.aspectran.core.util.ToStringBuilder
 
total - Variable in class com.aspectran.core.util.statistic.CounterStatistic
 
total - Variable in class com.aspectran.core.util.statistic.SampleStatistic
 
totalVariance100 - Variable in class com.aspectran.core.util.statistic.SampleStatistic
 
toTemplateParameters(TemplateRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toTransformParameters(TransformRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
toTransletParameters(TransletRule) - Static method in class com.aspectran.core.context.rule.converter.RulesToParameters
 
touchAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
 
touchAspectranParameters() - Method in class com.aspectran.core.context.config.ContextConfig
 
touchAutoReloadConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
touchContextConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
touchDaemonConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
touchDefaultSettings() - Method in class com.aspectran.core.context.rule.assistant.AssistantLocal
 
touchEmbedConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
touchExposalsConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
touchExposalsConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
touchExposalsConfig() - Method in class com.aspectran.core.context.config.SchedulerConfig
 
touchExposalsConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
touchExposalsConfig() - Method in class com.aspectran.core.context.config.WebConfig
 
touchFileStoreConfig() - Method in class com.aspectran.core.context.config.SessionManagerConfig
 
touchHeaders() - Method in class com.aspectran.core.adapter.DefaultResponseAdapter
Returns a map of the response headers that can be modified.
touchParameters(ParameterKey) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
touchParameters(ParameterKey) - Method in interface com.aspectran.core.util.apon.Parameters
 
touchParameters(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
touchParameters(String) - Method in interface com.aspectran.core.util.apon.Parameters
 
touchPointcutParameters() - Method in class com.aspectran.core.context.rule.params.JoinpointParameters
 
touchPointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutRule
 
touchPollerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
touchProfilesConfig() - Method in class com.aspectran.core.context.config.ContextConfig
 
touchRequestRule(boolean) - Method in class com.aspectran.core.context.rule.TransletRule
 
touchSchedulerConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
touchSessionManagerConfig() - Method in class com.aspectran.core.context.config.DaemonConfig
 
touchSessionManagerConfig() - Method in class com.aspectran.core.context.config.EmbedConfig
 
touchSessionManagerConfig() - Method in class com.aspectran.core.context.config.ShellConfig
 
touchSettingsAdviceRule() - Method in class com.aspectran.core.context.rule.AspectRule
 
touchShellConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
touchWebConfig() - Method in class com.aspectran.core.context.config.AspectranConfig
 
toURI(String) - Static method in class com.aspectran.core.util.ResourceUtils
 
toURI(URL) - Static method in class com.aspectran.core.util.ResourceUtils
 
trace(String) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
trace(String) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
trace(String) - Method in interface com.aspectran.core.util.logging.Log
 
trace(String) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
trace(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
trace(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
trace(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
trace(String) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
trace(String) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
trace(String) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
TRACE - com.aspectran.core.context.rule.type.MethodType
 
trackingLocation() - Method in class com.aspectran.core.util.nodelet.NodeletParser
 
transform - Static variable in class com.aspectran.core.context.rule.params.ChooseWhenParameters
 
transform - Static variable in class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
transform - Static variable in class com.aspectran.core.context.rule.params.ResponseParameters
 
transform - Static variable in class com.aspectran.core.context.rule.params.TransletParameters
 
transform(Activity) - Method in interface com.aspectran.core.activity.response.transform.CustomTransformer
 
transform(CustomTransformer) - Method in class com.aspectran.core.activity.CoreTranslet
 
transform(CustomTransformer) - Method in interface com.aspectran.core.activity.Translet
 
transform(TransformRule) - Method in class com.aspectran.core.activity.CoreTranslet
 
transform(TransformRule) - Method in interface com.aspectran.core.activity.Translet
Transformation according to a given rule, and transmits this response.
transform(Parameters, Writer, FormattingContext) - Static method in class com.aspectran.core.activity.response.transform.AponTransformResponse
 
transform(Object, Writer, String, FormattingContext) - Static method in class com.aspectran.core.activity.response.transform.XmlTransformResponse
 
Transform - Annotation Type in com.aspectran.core.component.bean.annotation
 
TRANSFORM - com.aspectran.core.context.rule.type.ResponseType
 
TransformParameters - Class in com.aspectran.core.context.rule.params
 
TransformParameters() - Constructor for class com.aspectran.core.context.rule.params.TransformParameters
 
TransformResponse - Class in com.aspectran.core.activity.response.transform
The Class TransformResponse.
TransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.TransformResponse
Instantiates a new TransformResponse.
TransformResponseException - Exception in com.aspectran.core.activity.response.transform
Thrown if an error occurs while transforming the data needed for a response.
TransformResponseException(TransformRule, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
Instantiates a new TransformResponseException.
TransformResponseFactory - Class in com.aspectran.core.activity.response.transform
A factory for creating TransformResponse objects.
TransformResponseFactory() - Constructor for class com.aspectran.core.activity.response.transform.TransformResponseFactory
 
TransformRule - Class in com.aspectran.core.context.rule
The Class TransformRule.
TransformRule() - Constructor for class com.aspectran.core.context.rule.TransformRule
Instantiates a new TransformRule.
TransformType - Enum in com.aspectran.core.context.rule.type
Supported Transform types.
translet - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
translet - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
translet - Static variable in class com.aspectran.core.context.rule.params.ForwardParameters
 
translet - Static variable in class com.aspectran.core.context.rule.params.PointcutQualifierParameters
 
translet - Static variable in class com.aspectran.core.context.rule.params.ScheduledJobParameters
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.Forward
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.Request
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToDelete
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToGet
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPatch
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPost
 
translet() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPut
 
Translet - Interface in com.aspectran.core.activity
The Interface Translet.
TRANSLET_ACTION_PARAMETER_TYPES - Static variable in class com.aspectran.core.component.bean.BeanRuleAnalyzer
 
TRANSLET_NAME_PREFIX - com.aspectran.core.context.rule.type.DefaultSettingType
 
TRANSLET_NAME_SUFFIX - com.aspectran.core.context.rule.type.DefaultSettingType
 
TransletException - Exception in com.aspectran.core.component.translet
The Class TransletException.
TransletException() - Constructor for exception com.aspectran.core.component.translet.TransletException
Creates a new TransletException without detail message.
TransletException(String) - Constructor for exception com.aspectran.core.component.translet.TransletException
Constructs a TransletException with the specified detail message.
TransletException(String, Throwable) - Constructor for exception com.aspectran.core.component.translet.TransletException
Constructor to create exception to wrap another exception and pass a message.
TransletException(Throwable) - Constructor for exception com.aspectran.core.component.translet.TransletException
Constructor to create exception to wrap another exception.
TransletNotFoundException - Exception in com.aspectran.core.activity
This exception will be thrown when a translet not found.
TransletNotFoundException(String) - Constructor for exception com.aspectran.core.activity.TransletNotFoundException
Constructor to create exception with a message.
TransletNotFoundException(String, MethodType) - Constructor for exception com.aspectran.core.activity.TransletNotFoundException
Constructor to create exception with a message.
TransletParameters - Class in com.aspectran.core.context.rule.params
 
TransletParameters() - Constructor for class com.aspectran.core.context.rule.params.TransletParameters
 
TransletRule - Class in com.aspectran.core.context.rule
The Class TransletRule.
TransletRule() - Constructor for class com.aspectran.core.context.rule.TransletRule
Instantiates a new TransletRule.
TransletRuleRegistry - Class in com.aspectran.core.component.translet
The Class TransletRuleRegistry.
TransletRuleRegistry(ApplicationAdapter) - Constructor for class com.aspectran.core.component.translet.TransletRuleRegistry
 
TransletScanFailedException - Exception in com.aspectran.core.component.translet.scan
The Class TransletScanFailedException.
TransletScanFailedException() - Constructor for exception com.aspectran.core.component.translet.scan.TransletScanFailedException
Simple constructor.
TransletScanFailedException(String) - Constructor for exception com.aspectran.core.component.translet.scan.TransletScanFailedException
Constructor to create exception with a message.
TransletScanFailedException(String, Throwable) - Constructor for exception com.aspectran.core.component.translet.scan.TransletScanFailedException
Constructor to create exception to wrap another exception and pass a message.
TransletScanFailedException(Throwable) - Constructor for exception com.aspectran.core.component.translet.scan.TransletScanFailedException
Constructor to create exception to wrap another exception.
TransletScanFilter - Interface in com.aspectran.core.component.translet.scan
The Interface TransletScanFilter.
TransletScanner - Class in com.aspectran.core.component.translet.scan
The Class TransletScanner.
TransletScanner(String) - Constructor for class com.aspectran.core.component.translet.scan.TransletScanner
 
trigger - Static variable in class com.aspectran.core.context.rule.params.SchedulerParameters
 
TriggerExpressionParameters - Class in com.aspectran.core.context.rule.params
 
TriggerExpressionParameters() - Constructor for class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
TriggerExpressionParameters(String) - Constructor for class com.aspectran.core.context.rule.params.TriggerExpressionParameters
 
TriggerParameters - Class in com.aspectran.core.context.rule.params
 
TriggerParameters() - Constructor for class com.aspectran.core.context.rule.params.TriggerParameters
 
TriggerType - Enum in com.aspectran.core.context.rule.type
Supported Trigger types.
trimAllWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimLeadingCharacter(String, char) - Static method in class com.aspectran.core.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class com.aspectran.core.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - Static variable in class com.aspectran.core.util.apon.AponFormat
 
type - Static variable in class com.aspectran.core.context.rule.params.ExceptionThrownParameters
 
type - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
type - Static variable in class com.aspectran.core.context.rule.params.PointcutParameters
 
type - Static variable in class com.aspectran.core.context.rule.params.TransformParameters
 
type - Static variable in class com.aspectran.core.context.rule.params.TriggerParameters
 
type - Static variable in class com.aspectran.core.context.rule.params.TypeAliasParameters
 
type() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
typeAlias - Static variable in class com.aspectran.core.context.rule.params.TypeAliasesParameters
 
typeAliases - Static variable in class com.aspectran.core.context.rule.params.AspectranParameters
 
TypeAliasesParameters - Class in com.aspectran.core.context.rule.params
 
TypeAliasesParameters() - Constructor for class com.aspectran.core.context.rule.params.TypeAliasesParameters
 
TypeAliasParameters - Class in com.aspectran.core.context.rule.params
 
TypeAliasParameters() - Constructor for class com.aspectran.core.context.rule.params.TypeAliasParameters
 
TypeUtils - Class in com.aspectran.core.util
Utility methods focusing on type inspection, particularly with regard to generics.
TypeUtils() - Constructor for class com.aspectran.core.util.TypeUtils
 

U

unbindValue(String, Object) - Method in class com.aspectran.core.component.session.DefaultSession
UNDEPLOY - com.aspectran.core.component.session.Session.DestroyedReason
 
unescape(String) - Static method in class com.aspectran.core.util.apon.AponFormat
 
UnknownParameterException - Exception in com.aspectran.core.util.apon
The Class UnknownParameterException.
UnknownParameterException(String, Parameters) - Constructor for exception com.aspectran.core.util.apon.UnknownParameterException
Constructor to create exception with a message.
UnreadableSessionDataException - Exception in com.aspectran.core.component.session
Exception raised when session data can not be read.
UnreadableSessionDataException(String, Throwable) - Constructor for exception com.aspectran.core.component.session.UnreadableSessionDataException
 
UnsupportedBeanScopeException - Exception in com.aspectran.core.component.bean
The Class UnsupportedBeanScopeException.
UnsupportedBeanScopeException(ScopeType, BeanRule) - Constructor for exception com.aspectran.core.component.bean.UnsupportedBeanScopeException
Create a new UnsupportedBeanScopeException.
unwrapAndThrowAsIAE(Throwable) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that will locate the innermost exception for given Throwable; and then wrap it as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is.
unwrapAndThrowAsIAE(Throwable, String) - Static method in class com.aspectran.core.util.ExceptionUtils
Method that will locate the innermost exception for given Throwable; and then wrap it as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is.
UnwritableSessionDataException - Exception in com.aspectran.core.component.session
Exception raised when session data can not be written.
UnwritableSessionDataException(String, Throwable) - Constructor for exception com.aspectran.core.component.session.UnwritableSessionDataException
 
update(int, E) - Method in class com.aspectran.core.util.ArrayStack
Replaces the n'th item down (zero-relative) from the top of this stack with another item without removing it.
update(NodeTracker) - Method in class com.aspectran.core.util.nodelet.NodeTracker
 
update(E) - Method in class com.aspectran.core.util.ArrayStack
Replaces the top item of this stack with another item without removing it.
updateContainer(Parameters) - Method in class com.aspectran.core.util.apon.AbstractParameters
 
updateContainer(Parameters) - Method in interface com.aspectran.core.util.apon.Parameters
Updates the holder of the subparameters belonging to this parameter.
updateHeaders(JoinpointRule, String[]) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updateJoinpoint(AspectRule, JoinpointParameters) - Static method in class com.aspectran.core.context.rule.AspectRule
 
updateJoinpoint(AspectRule, String, String) - Static method in class com.aspectran.core.context.rule.AspectRule
 
updateJoinpoint(JoinpointRule, JoinpointParameters) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updateJoinpoint(JoinpointRule, String) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updateJoinpointTargetType(JoinpointRule, String) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updateMethods(JoinpointRule, String[]) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updatePointcutRule(JoinpointRule, PointcutParameters) - Static method in class com.aspectran.core.context.rule.JoinpointRule
 
updateSettingsAdviceRule(SettingsAdviceRule, String) - Static method in class com.aspectran.core.context.rule.SettingsAdviceRule
 
updateTemplateSource(TemplateRule, String) - Static method in class com.aspectran.core.context.rule.TemplateRule
 
updateTrigger(ScheduleRule, TriggerParameters) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
updateTrigger(ScheduleRule, String, String) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
updateTriggerExpression(ScheduleRule, TriggerExpressionParameters) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
updateTriggerExpression(ScheduleRule, String) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
updateTriggerType(ScheduleRule, String) - Static method in class com.aspectran.core.context.rule.ScheduleRule
 
url - Static variable in class com.aspectran.core.context.rule.params.AppendParameters
 
url - Static variable in class com.aspectran.core.context.rule.params.TemplateParameters
 
URL - com.aspectran.core.context.rule.type.AppenderType
 
URL_PROTOCOL_CODE_SOURCE - Static variable in class com.aspectran.core.util.ResourceUtils
 
URL_PROTOCOL_FILE - Static variable in class com.aspectran.core.util.ResourceUtils
 
URL_PROTOCOL_JAR - Static variable in class com.aspectran.core.util.ResourceUtils
 
URL_PROTOCOL_VFSZIP - Static variable in class com.aspectran.core.util.ResourceUtils
 
URL_PROTOCOL_WSJAR - Static variable in class com.aspectran.core.util.ResourceUtils
 
URL_PROTOCOL_ZIP - Static variable in class com.aspectran.core.util.ResourceUtils
 
UrlAppendRule - Class in com.aspectran.core.context.rule
Defines a rule to append a URL with defined rules.
UrlAppendRule(String) - Constructor for class com.aspectran.core.context.rule.UrlAppendRule
 
UrlAppendRule(String, AppendedFileFormatType) - Constructor for class com.aspectran.core.context.rule.UrlAppendRule
 
UrlAppendRule(String, AppendedFileFormatType, String) - Constructor for class com.aspectran.core.context.rule.UrlAppendRule
 
UrlAppendRule(String, String) - Constructor for class com.aspectran.core.context.rule.UrlAppendRule
 
UrlRuleAppender - Class in com.aspectran.core.context.rule.appender
The Class UrlRuleAppender.
UrlRuleAppender(String) - Constructor for class com.aspectran.core.context.rule.appender.UrlRuleAppender
 
USE_APON_TO_LOAD_XML_PROPERTY_NAME - Static variable in interface com.aspectran.core.context.builder.ActivityContextBuilder
 
useCommonsLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
 
useCustomLogging(Class<? extends Log>) - Static method in class com.aspectran.core.util.logging.LogFactory
 
useJdkLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
 
useLog4J2Logging() - Static method in class com.aspectran.core.util.logging.LogFactory
 
useLog4JLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
Deprecated.
useNoLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
 
useSlf4jLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
 
useStdOutLogging() - Static method in class com.aspectran.core.util.logging.LogFactory
 

V

validate(String) - Static method in class com.aspectran.core.util.security.TimeLimitedPBTokenIssuer
 
validateProfile(String) - Method in class com.aspectran.core.context.env.ContextEnvironment
Validate the given profile, called internally prior to adding to the set of active or default profiles.
value - Static variable in class com.aspectran.core.context.rule.params.EntryParameters
 
value - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
value - Static variable in class com.aspectran.core.context.rule.params.SettingParameters
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Action
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Aspect
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Attribute
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Bean
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Component
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Description
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Dispatch
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.ExceptionThrown
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Format
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Forward
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Parameter
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Profile
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Qualifier
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Redirect
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Request
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToDelete
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToGet
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPatch
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPost
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.RequestToPut
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Scope
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Settings
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Transform
 
value() - Method in annotation type com.aspectran.core.component.bean.annotation.Value
 
Value - Annotation Type in com.aspectran.core.component.bean.annotation
 
VALUE_SEPARATOR - Static variable in class com.aspectran.core.context.expr.token.Token
 
valueBound(Session, String, Object) - Method in interface com.aspectran.core.component.session.SessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
valueOf(String) - Static method in enum com.aspectran.core.component.session.Session.DestroyedReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.AppendedFileFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.AppenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.AspectAdviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.AutoReloadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.AutowireTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.BeanProxifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.BeanRefererType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.DefaultSettingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ItemValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.JoinpointTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.PointcutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.TextStyleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.TokenDirectiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.TransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.context.rule.type.TriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.util.apon.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.util.ConcurrentReferenceHashMap.Restructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspectran.core.util.json.JsonToken
Returns the enum constant of this type with the specified name.
values() - Method in class com.aspectran.core.activity.ActivityDataMap
 
values() - Static method in enum com.aspectran.core.component.session.Session.DestroyedReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.AppendedFileFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.AppenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.AspectAdviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.AutoReloadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.AutowireTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.BeanProxifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.BeanRefererType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.DefaultSettingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ItemValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.JoinpointTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.PointcutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.TextStyleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.TokenDirectiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.context.rule.type.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.util.apon.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.util.ConcurrentReferenceHashMap.Restructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspectran.core.util.json.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
 
values() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
 
valueType - Static variable in class com.aspectran.core.context.rule.params.ItemParameters
 
ValueType - Enum in com.aspectran.core.util.apon
Defines the type of the parameter value.
valueTypeHintable(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
Sets whether write a type hint for values.
ValueTypeMismatchException - Exception in com.aspectran.core.util.apon
This exception will be thrown when the value type of the parameter does not match.
ValueTypeMismatchException(Class<?>, Class<?>, Throwable) - Constructor for exception com.aspectran.core.util.apon.ValueTypeMismatchException
 
valueUnbound(Session, String, Object) - Method in class com.aspectran.core.component.bean.scope.SessionScope
 
valueUnbound(Session, String, Object) - Method in interface com.aspectran.core.component.session.SessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
VARIABLE - com.aspectran.core.util.apon.ValueType
 
VariableParameters - Class in com.aspectran.core.util.apon
Parameters that determine the name and value type of each parameter in real time.
VariableParameters() - Constructor for class com.aspectran.core.util.apon.VariableParameters
 
VariableParameters(ParameterKey[]) - Constructor for class com.aspectran.core.util.apon.VariableParameters
 
VariableParameters(ParameterKey[], String) - Constructor for class com.aspectran.core.util.apon.VariableParameters
 
VariableParameters(String) - Constructor for class com.aspectran.core.util.apon.VariableParameters
 
VERSION - Static variable in class com.aspectran.core.util.Aspectran
 
VIEW_DISPATCHER_SETTING_NAME - Static variable in interface com.aspectran.core.activity.response.dispatch.ViewDispatcher
 
ViewDispatcher - Interface in com.aspectran.core.activity.response.dispatch
The Interface ViewDispatcher.
ViewDispatcherException - Exception in com.aspectran.core.activity.response.dispatch
Base class for exceptions thrown during view dispatching.
ViewDispatcherException() - Constructor for exception com.aspectran.core.activity.response.dispatch.ViewDispatcherException
Simple constructor.
ViewDispatcherException(String) - Constructor for exception com.aspectran.core.activity.response.dispatch.ViewDispatcherException
Constructor to create exception with a message.
ViewDispatcherException(String, Throwable) - Constructor for exception com.aspectran.core.activity.response.dispatch.ViewDispatcherException
Constructor to create exception to wrap another exception and pass a message.
ViewDispatcherException(Throwable) - Constructor for exception com.aspectran.core.activity.response.dispatch.ViewDispatcherException
Constructor to create exception to wrap another exception.

W

warn(String) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
warn(String) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
warn(String) - Method in interface com.aspectran.core.util.logging.Log
 
warn(String) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
warn(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
warn(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
warn(String) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
warn(String) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
warn(String) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
warn(String) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
warn(String) - Method in interface com.aspectran.core.util.ProcessLogger
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.commons.JakartaCommonsLoggingImpl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.jdk14.Jdk14LoggingImpl
 
warn(String, Throwable) - Method in interface com.aspectran.core.util.logging.Log
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j.Log4jImpl
Deprecated.
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2AbstractLoggerImpl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2Impl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.log4j2.Log4j2LoggerImpl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.nologging.NoLoggingImpl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.slf4j.Slf4jImpl
 
warn(String, Throwable) - Method in class com.aspectran.core.util.logging.stdout.StdOutImpl
 
WEAK - com.aspectran.core.util.ConcurrentReferenceHashMap.ReferenceType
Use WeakReferences.
WebConfig - Class in com.aspectran.core.context.config
 
WebConfig() - Constructor for class com.aspectran.core.context.config.WebConfig
 
when - Static variable in class com.aspectran.core.context.rule.params.ActionParameters
 
WHEN_NECESSARY - com.aspectran.core.util.ConcurrentReferenceHashMap.Restructure
 
WILDCARD - com.aspectran.core.context.rule.type.PointcutType
 
WildcardMasker - Class in com.aspectran.core.util.wildcard
Erase the characters that does not corresponds to the wildcard, and returns collect only the remaining characters.
WildcardMasker() - Constructor for class com.aspectran.core.util.wildcard.WildcardMasker
 
WildcardMatcher - Class in com.aspectran.core.util.wildcard
Checks whether a string matches a given wildcard pattern.
WildcardMatcher(WildcardPattern) - Constructor for class com.aspectran.core.util.wildcard.WildcardMatcher
 
WildcardPattern - Class in com.aspectran.core.util.wildcard
The Class WildcardPattern.
WildcardPattern(String) - Constructor for class com.aspectran.core.util.wildcard.WildcardPattern
 
WildcardPattern(String, char) - Constructor for class com.aspectran.core.util.wildcard.WildcardPattern
 
WildcardPointcut - Class in com.aspectran.core.component.aspect.pointcut
Pointcut using Wildcard Matching to identify joinpoints.
WildcardPointcut(List<PointcutPatternRule>) - Constructor for class com.aspectran.core.component.aspect.pointcut.WildcardPointcut
 
withdrawDerivedService(CoreService) - Method in class com.aspectran.core.service.AbstractCoreService
 
withdrawDerivedService(CoreService) - Method in interface com.aspectran.core.service.CoreService
 
withdrawDerivedService(ServiceController) - Method in class com.aspectran.core.service.AbstractServiceController
 
wrappersToPrimitives(Class<?>[]) - Static method in class com.aspectran.core.util.TypeUtils
Converts the specified array of wrapper Class objects to an array of its corresponding primitive Class objects.
wrapperToPrimitive(Class<?>) - Static method in class com.aspectran.core.util.TypeUtils
Converts the specified wrapper class to its corresponding primitive class.
write(char[], int, int) - Method in class com.aspectran.core.util.OutputStringWriter
 
write(int) - Method in class com.aspectran.core.util.OutputStringWriter
 
write(ProcessResult) - Method in class com.aspectran.core.activity.response.transform.json.ContentsJsonWriter
Write a ProcessResult object to the character-output stream.
write(Parameter) - Method in class com.aspectran.core.util.apon.AponWriter
Write a Parameter object to the character-output stream.
write(Parameters) - Method in class com.aspectran.core.util.apon.AponWriter
Write a Parameters object to the character-output stream.
write(Object) - Method in class com.aspectran.core.activity.response.transform.json.ContentsJsonWriter
 
write(Object) - Method in class com.aspectran.core.util.json.JsonWriter
Writes an object to the writer.
write(String) - Method in class com.aspectran.core.util.OutputStringWriter
 
write(String, int, int) - Method in class com.aspectran.core.util.OutputStringWriter
 
writeJson(String) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a string directly to the writer stream without quoting or escaping.
writeName(String) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a key name to the writer.
writeNull() - Method in class com.aspectran.core.util.json.JsonWriter
Writes a "null" string to the writer.
writeNull(boolean) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a "null" string to the writer.
writeValue(Boolean) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a Boolean object to the writer.
writeValue(Number) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a Number object to the writer.
writeValue(String) - Method in class com.aspectran.core.util.json.JsonWriter
Writes a string to the writer.

X

XML - com.aspectran.core.context.rule.type.AppendedFileFormatType
 
XML - com.aspectran.core.context.rule.type.TransformType
 
XmlToApon - Class in com.aspectran.core.util.apon
Converts XML to APON.
XmlToApon() - Constructor for class com.aspectran.core.util.apon.XmlToApon
 
XmlTransformResponse - Class in com.aspectran.core.activity.response.transform
Response to transform into XML.
XmlTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.XmlTransformResponse
Instantiates a new XmlTransformResponse.
XSL - com.aspectran.core.context.rule.type.TransformType
 
XslTransformResponse - Class in com.aspectran.core.activity.response.transform
Response to transform into XSL.
XslTransformResponse(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.XslTransformResponse
Instantiates a new XslTransformResponse.

Z

ZIP_FILE_SUFFIX - Static variable in class com.aspectran.core.util.ResourceUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages