- AbstractAction - Class in com.aspectran.core.activity.process.action
-
The Class AbstractAction.
- AbstractAction(ActionList) - Constructor for class com.aspectran.core.activity.process.action.AbstractAction
-
Instantiates a new AbstractAction.
- 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.
- AbstractAdaptiveRequest - Class in com.aspectran.core.activity.request
-
The Class AbstractRequest.
- AbstractAdaptiveRequest() - Constructor for class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- AbstractAdaptiveRequest(Map<String, String[]>) - Constructor for class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- AbstractAdaptiveResponse - Class in com.aspectran.core.activity.response
-
Represents response headers, mapping string header names to a list of string values.
- AbstractAdaptiveResponse() - Constructor for class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
- AbstractApplicationAdapter - Class in com.aspectran.core.adapter
-
The Class AbstractApplicationAdapter.
- AbstractApplicationAdapter(Object) - Constructor for class com.aspectran.core.adapter.AbstractApplicationAdapter
-
Instantiates a new AbstractApplicationAdapter.
- AbstractAspectranService - Class in com.aspectran.core.service
-
The Class AbstractAspectranService.
- AbstractBeanFactory - Class in com.aspectran.core.context.bean
-
The Class AbstractBeanFactory.
- AbstractBeanFactory(BeanRuleRegistry, BeanProxifierType) - Constructor for class com.aspectran.core.context.bean.AbstractBeanFactory
-
- AbstractBeanRegistry - Class in com.aspectran.core.context.bean
-
The Class AbstractBeanRegistry.
- AbstractBeanRegistry(BeanRuleRegistry, BeanProxifierType) - Constructor for class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- AbstractCorsProcessor - Class in com.aspectran.web.support.cors
-
Process an incoming cross-origin (CORS) requests.
- AbstractCorsProcessor() - Constructor for class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- AbstractDynamicBeanProxy - Class in com.aspectran.core.context.bean.proxy
-
The Class AbstractDynamicBeanProxy.
- AbstractDynamicBeanProxy(AspectRuleRegistry) - Constructor for class com.aspectran.core.context.bean.proxy.AbstractDynamicBeanProxy
-
- AbstractEnvironment - Class in com.aspectran.core.context.env
-
- AbstractEnvironment() - Constructor for class com.aspectran.core.context.env.AbstractEnvironment
-
- AbstractLocaleResolver - Class in com.aspectran.core.context.i18n
-
- AbstractLocaleResolver() - Constructor for class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
- AbstractMessageSource - Class in com.aspectran.core.context.message
-
Abstract implementation of the
HierarchicalMessageSource
interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource.
- AbstractMessageSource() - Constructor for class com.aspectran.core.context.message.AbstractMessageSource
-
- AbstractParameters - Class in com.aspectran.core.util.apon
-
- AbstractParameters(ParameterDefinition[]) - Constructor for class com.aspectran.core.util.apon.AbstractParameters
-
- AbstractParameters(ParameterDefinition[], String) - Constructor for class com.aspectran.core.util.apon.AbstractParameters
-
- AbstractPointcut - Class in com.aspectran.core.context.aspect.pointcut
-
The Class AbstractPointcut.
- AbstractPointcut(List<PointcutPatternRule>) - Constructor for class com.aspectran.core.context.aspect.pointcut.AbstractPointcut
-
- AbstractRequestAdapter - Class in com.aspectran.core.adapter
-
The Class AbstractRequestAdapter.
- AbstractRequestAdapter(Object) - Constructor for class com.aspectran.core.adapter.AbstractRequestAdapter
-
Instantiates a new AbstractRequestAdapter.
- AbstractRequestAdapter(Object, Map<String, String[]>) - 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.context.bean.scope
-
The Class AbstractScope.
- AbstractScope(ScopeType) - Constructor for class com.aspectran.core.context.bean.scope.AbstractScope
-
- 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.
- AbstractTrimDirectiveModel - Class in com.aspectran.core.context.template.engine.freemarker.directive
-
The Class AbstractTrimDirectiveModel.
- AbstractTrimDirectiveModel() - Constructor for class com.aspectran.core.context.template.engine.freemarker.directive.AbstractTrimDirectiveModel
-
- ACCEPT - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Accept
header field name.
- ACCEPT_CHARSET - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Accept-Charset
header field name.
- ACCEPT_ENCODING - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Accept-Encoding
header field name.
- ACCEPT_LANGUAGE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Accept-Language
header field name.
- ACCEPT_RANGES - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Accept-Ranges
header field name.
- accepted(Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
202 Accepted
.
- 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.AbstractEnvironment
-
- acceptsProfiles(String...) - Method in interface com.aspectran.core.context.env.Environment
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Allow-Credentials
response header field name.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Allow-Headers
response header field name.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Allow-Methods
response header field name.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Allow-Origin
response header field name.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Expose-Headers
response header field name.
- ACCESS_CONTROL_MAX_AGE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Max-Age
response header field name.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Request-Headers
request header field name.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The CORS Access-Control-Request-Method
request header field name.
- Action - Annotation Type in com.aspectran.core.context.bean.annotation
-
- action - Static variable in class com.aspectran.core.context.builder.apon.params.AdviceActionParameters
-
- action - Static variable in class com.aspectran.core.context.builder.apon.params.ExceptionThrownParameters
-
- ActionExecutionException - Exception in com.aspectran.core.activity.process.action
-
This exception will be thrown when a action execution is failed.
- ActionExecutionException() - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
-
Simple constructor.
- ActionExecutionException(String) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
-
Constructor to create exception with a message.
- ActionExecutionException(Throwable) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
-
Constructor to create exception to wrap another exception.
- 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.
- ActionExecutionException(String, Executable, Throwable) - Constructor for exception com.aspectran.core.activity.process.action.ActionExecutionException
-
- ActionList - Class in com.aspectran.core.activity.process
-
A list of actions.
- ActionList() - Constructor for class com.aspectran.core.activity.process.ActionList
-
Instantiates a new ActionList.
- ActionParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ActionParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- ActionParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- ActionPossessable - Interface in com.aspectran.core.context.rule.ability
-
The Interface ActionPossessable.
- ActionPossessSupport - Class in com.aspectran.core.context.rule.ability
-
The Class ActionPossessSupport.
- ActionPossessSupport() - Constructor for class com.aspectran.core.context.rule.ability.ActionPossessSupport
-
- ActionResult - Class in com.aspectran.core.activity.process.result
-
The Class ActionResult.
- ActionResult(ContentResult) - Constructor for class com.aspectran.core.activity.process.result.ActionResult
-
Instantiates a new Action result.
- ActionRuleApplicable - Interface in com.aspectran.core.context.rule.ability
-
The Interface ActionRuleApplicable.
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.ContentParameters
-
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.DispatchParameters
-
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.ForwardParameters
-
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.RedirectParameters
-
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.TransformParameters
-
- actions - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- ActionType - Enum in com.aspectran.core.context.rule.type
-
Type of Action.
- activeProfiles - Static variable in class com.aspectran.core.context.loader.config.AspectranContextProfilesConfig
-
- Activity - Interface in com.aspectran.core.activity
-
The Interface Activity.
- activity - Variable in class com.aspectran.core.activity.ActivityDataMap
-
- activity - Variable in class com.aspectran.core.context.expr.TokenExpressionParser
-
- ACTIVITY_CONTEXT_DATA_KEY - Static variable in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- ACTIVITY_DATA_KEY - Static variable in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- ActivityContext - Interface in com.aspectran.core.context
-
Central interface to provide configuration for performing various activities.
- ActivityContextAware - Interface in com.aspectran.core.context.bean.aware
-
Interface to be implemented by any object that wishes to be notified of the
ActivityContext
that it runs in.
- ActivityContextBuilder - Interface in com.aspectran.core.context.builder
-
The Interface ActivityContextBuilder.
- ActivityContextBuilderException - Exception in com.aspectran.core.context.builder
-
This exception will be thrown when a ActivityContext build failed.
- 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(Throwable) - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
-
Constructor to create exception to wrap another exception.
- ActivityContextBuilderException(String, Throwable) - Constructor for exception com.aspectran.core.context.builder.ActivityContextBuilderException
-
Constructor to create exception to wrap another exception and pass a message.
- ActivityContextException - Exception in com.aspectran.core.context
-
The Class ActivityContextException.
- ActivityContextException() - Constructor for exception com.aspectran.core.context.ActivityContextException
-
Simple constructor
- ActivityContextException(String) - Constructor for exception com.aspectran.core.context.ActivityContextException
-
Constructor to create exception with a message
- ActivityContextException(Throwable) - Constructor for exception com.aspectran.core.context.ActivityContextException
-
Constructor to create exception to wrap another exception
- ActivityContextException(String, Throwable) - Constructor for exception com.aspectran.core.context.ActivityContextException
-
Constructor to create exception to wrap another exception and pass a message
- ActivityContextLoader - Interface in com.aspectran.core.context.loader
-
- ActivityContextReloadingTimer - Class in com.aspectran.core.context.loader.reload
-
- ActivityContextReloadingTimer(AspectranServiceController, URL[]) - Constructor for class com.aspectran.core.context.loader.reload.ActivityContextReloadingTimer
-
- ActivityContextReloadingTimerTask - Class in com.aspectran.core.context.loader.reload
-
- ActivityContextReloadingTimerTask(AspectranServiceController, URL[]) - Constructor for class com.aspectran.core.context.loader.reload.ActivityContextReloadingTimerTask
-
- ActivityDataMap - Class in com.aspectran.core.activity
-
The Class ActivityDataMap.
- ActivityDataMap(Activity) - Constructor for class com.aspectran.core.activity.ActivityDataMap
-
Instantiates a new activity data map.
- ActivityDataMap(Activity, boolean) - Constructor for class com.aspectran.core.activity.ActivityDataMap
-
Instantiates a new activity data map.
- ActivityException - Exception in com.aspectran.core.activity
-
This exception will be thrown when activity is failed.
- 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(Throwable) - 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.
- ActivityLauncherJob - Class in com.aspectran.scheduler.service
-
The Class ActivityLauncherJob.
- ActivityLauncherJob() - Constructor for class com.aspectran.scheduler.service.ActivityLauncherJob
-
- ActivityTerminatedException - Exception in com.aspectran.core.activity
-
Raised if an activity is terminated during processing.
- 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(Throwable) - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
-
Constructor to create exception to wrap another exception.
- ActivityTerminatedException(String, Throwable) - Constructor for exception com.aspectran.core.activity.ActivityTerminatedException
-
Constructor to create exception to wrap another exception and pass a message.
- adapt() - Method in class com.aspectran.console.activity.ConsoleActivity
-
- adapt() - Method in class com.aspectran.core.activity.CoreActivity
-
- adapt() - Method in class com.aspectran.core.activity.InstantActivity
-
- adapt() - Method in class com.aspectran.embedded.activity.EmbeddedActivity
-
- adapt() - Method in class com.aspectran.web.activity.WebActivity
-
- adaptee - Variable in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- adaptee - Variable in class com.aspectran.core.adapter.AbstractRequestAdapter
-
- adaptee - Variable in class com.aspectran.core.adapter.AbstractResponseAdapter
-
- adaptee - Variable in class com.aspectran.core.adapter.AbstractSessionAdapter
-
- 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(Throwable) - Constructor for exception com.aspectran.core.activity.AdapterException
-
Constructor to create exception to wrap another exception.
- AdapterException(String, Throwable) - Constructor for exception com.aspectran.core.activity.AdapterException
-
Constructor to create exception to wrap another exception and pass a message.
- add(String, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
-
- 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.
- addActionList(ActionList) - Method in class com.aspectran.core.activity.process.ContentList
-
- 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.env.AbstractEnvironment
-
- addAspectAdviceRule(AspectAdviceRule) - Method in class com.aspectran.core.context.rule.AspectRule
-
- addAspectRule(AspectRule) - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- addAspectRule(AspectRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Adds the aspect rule.
- addAspectRule(AspectRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- addAttributeItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.IncludeActionRule
-
Adds the attribute item rule.
- addAttributeValueRule(ItemRule) - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Adds the attribute value rule.
- addAutowireTargetRule(AutowireTargetRule) - Method in class com.aspectran.core.context.rule.BeanRule
-
- addBeanRule(BeanRule) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
Adds a bean rule.
- addBeanRule(BeanRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Adds the bean rule.
- addBeanRule(BeanRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- 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.env.AbstractEnvironment
-
- addEnvironmentRule(EnvironmentRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Adds the environment rule.
- addHeader(String, String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
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.activity.response.AbstractAdaptiveResponse
-
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.
- addItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.EchoActionRule
-
Adds the attribute item rule.
- addItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.HeadingActionRule
-
Adds the header item rule.
- addItemRule(ItemRule, ItemRuleMap) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Adds the item rule.
- addJobRule(JobRule) - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- addNodelet(String, Nodelet) - Method in class com.aspectran.core.util.xml.NodeletParser
-
Registers a nodelet for the specified XPath.
- addNodelet(String, String, Nodelet) - Method in class com.aspectran.core.util.xml.NodeletParser
-
Registers a nodelet for the specified XPath.
- addNodelet(String, NodeletAdder) - Method in class com.aspectran.core.util.xml.NodeletParser
-
Adds the nodelet.
- addNodelet(String, String, NodeletAdder) - Method in class com.aspectran.core.util.xml.NodeletParser
-
Adds the nodelet.
- addParameterItemRule(ItemRule) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Adds the parameter rule.
- addPointcutPatternRule(PointcutPatternRule, List<PointcutPatternRule>) - Method in class com.aspectran.core.context.rule.PointcutRule
-
- addPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.env.ContextEnvironment
-
- addResponseRule(ResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Adds the schedule rule.
- addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- addScheduleRule(ScheduleRule) - Method in class com.aspectran.core.context.schedule.ScheduleRuleRegistry
-
- addTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Add the template rule.
- addTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- addTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.template.TemplateRuleRegistry
-
- addTransletRule(TransletRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Add the translet rule.
- addTransletRule(TransletRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- addTransletRule(TransletRule) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- addTypeAlias(String, String) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Adds a type alias to use for simplifying complex type signatures.
- advice - Static variable in class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- AdviceActionParameters - Class in com.aspectran.core.context.builder.apon.params
-
- AdviceActionParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.AdviceActionParameters
-
- AdviceActionParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.AdviceActionParameters
-
- AdviceParameters - Class in com.aspectran.core.context.builder.apon.params
-
- AdviceParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.AdviceParameters
-
- AdviceParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.AdviceParameters
-
- afterAdvice - Static variable in class com.aspectran.core.context.builder.apon.params.AdviceParameters
-
- afterStartup() - Method in class com.aspectran.console.service.ConsoleAspectranService
-
- afterStartup() - Method in class com.aspectran.core.service.BasicAspectranService
-
- afterStartup() - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
- AGE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Age
header field name.
- ALLOW - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Allow
header field name.
- allowedMethod - Static variable in class com.aspectran.core.context.builder.apon.params.RequestParameters
-
- AnnotatedConfigParser - Class in com.aspectran.core.context.bean
-
The Class AnnotatedConfigParser.
- AnnotatedConfigParser(ContextBuilderAssistant, AnnotatedConfigRelater) - Constructor for class com.aspectran.core.context.bean.AnnotatedConfigParser
-
- AponActivityContextBuilder - Class in com.aspectran.core.context.builder
-
The Class AponAspectranContextBuilder.
- AponActivityContextBuilder(ApplicationAdapter) - Constructor for class com.aspectran.core.context.builder.AponActivityContextBuilder
-
- AponActivityContextBuilder(ApplicationAdapter, String) - Constructor for class com.aspectran.core.context.builder.AponActivityContextBuilder
-
- AponActivityContextLoader - Class in com.aspectran.core.context.loader
-
- AponActivityContextLoader() - Constructor for class com.aspectran.core.context.loader.AponActivityContextLoader
-
- AponActivityContextLoader(ApplicationAdapter) - Constructor for class com.aspectran.core.context.loader.AponActivityContextLoader
-
- AponActivityContextLoader(ApplicationAdapter, String) - Constructor for class com.aspectran.core.context.loader.AponActivityContextLoader
-
- AponException - Exception in com.aspectran.core.util.apon
-
The Class AponException.
- AponException() - Constructor for exception com.aspectran.core.util.apon.AponException
-
Simple constructor.
- AponException(String) - Constructor for exception com.aspectran.core.util.apon.AponException
-
Constructor to create exception with a message.
- AponException(Throwable) - Constructor for exception com.aspectran.core.util.apon.AponException
-
Constructor to create exception to wrap another exception.
- AponException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.AponException
-
Constructor to create exception to wrap another exception and pass a message.
- AponFormat - Class in com.aspectran.core.util.apon
-
- AponFormat() - Constructor for class com.aspectran.core.util.apon.AponFormat
-
- AponImportHandler - Class in com.aspectran.core.context.builder.importer
-
The Class AponImportHandler.
- AponImportHandler(ActivityContextBuilder, String) - Constructor for class com.aspectran.core.context.builder.importer.AponImportHandler
-
- AponReader - Class in com.aspectran.core.util.apon
-
Converts an APON formatted string into a Parameters object.
- AponReader(String) - Constructor for class com.aspectran.core.util.apon.AponReader
-
Instantiates a new AponReader.
- AponReader(Reader) - Constructor for class com.aspectran.core.util.apon.AponReader
-
Instantiates a new AponReader.
- AponReadFailedException - Exception in com.aspectran.core.util.apon
-
The Class AponReadFailedException.
- AponReadFailedException() - Constructor for exception com.aspectran.core.util.apon.AponReadFailedException
-
Simple constructor.
- AponReadFailedException(String) - Constructor for exception com.aspectran.core.util.apon.AponReadFailedException
-
Constructor to create exception with a message.
- AponReadFailedException(Throwable) - Constructor for exception com.aspectran.core.util.apon.AponReadFailedException
-
Constructor to create exception to wrap another exception.
- AponReadFailedException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.AponReadFailedException
-
Constructor to create exception to wrap another exception and pass a message.
- AponTransform - Class in com.aspectran.core.activity.response.transform
-
The Class AponTransform.
- AponTransform(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.AponTransform
-
Instantiates a new AponTransform.
- AponWriteFailedException - Exception in com.aspectran.core.util.apon
-
The Class AponWriteFailedException.
- AponWriteFailedException() - Constructor for exception com.aspectran.core.util.apon.AponWriteFailedException
-
Simple constructor.
- AponWriteFailedException(String) - Constructor for exception com.aspectran.core.util.apon.AponWriteFailedException
-
Constructor to create exception with a message.
- AponWriteFailedException(Throwable) - Constructor for exception com.aspectran.core.util.apon.AponWriteFailedException
-
Constructor to create exception to wrap another exception.
- AponWriteFailedException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.AponWriteFailedException
-
Constructor to create exception to wrap another exception and pass a message.
- AponWriter - Class in com.aspectran.core.util.apon
-
Converts a Parameters object to an APON formatted string.
- AponWriter(Writer) - Constructor for class com.aspectran.core.util.apon.AponWriter
-
Instantiates a new AponWriter.
- AponWriter(Writer, boolean) - Constructor for class com.aspectran.core.util.apon.AponWriter
-
Instantiates a new AponWriter.
- AponWriter(Writer, boolean, String) - Constructor for class com.aspectran.core.util.apon.AponWriter
-
Instantiates a new AponWriter.
- append(CharSequence) - Method in class com.aspectran.core.util.StringOutputWriter
-
- append(CharSequence, int, int) - Method in class com.aspectran.core.util.StringOutputWriter
-
- append(char) - Method in class com.aspectran.core.util.StringOutputWriter
-
- append(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- append(String, boolean) - Method in class com.aspectran.core.util.ToStringBuilder
-
- append(Map<?, ?>) - Method in class com.aspectran.core.util.ToStringBuilder
-
- append(Collection<?>) - Method in class com.aspectran.core.util.ToStringBuilder
-
- append(Enumeration<?>) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendEqual(String, Object, Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendForce(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendForce(String, boolean) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendName(Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendNotEqual(String, Object, Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- appendSize(String, Object) - Method in class com.aspectran.core.util.ToStringBuilder
-
- Application - Class in com.aspectran.console
-
The Aspectran Console Application.
- Application() - Constructor for class com.aspectran.console.Application
-
- ApplicationAdapter - Interface in com.aspectran.core.adapter
-
The Interface ApplicationAdapter.
- ApplicationAdapterAware - Interface in com.aspectran.core.context.bean.aware
-
Interface to be implemented by any object that wishes to be notified of the
ApplicationAdapter
that it runs in.
- ApplicationScope - Class in com.aspectran.core.context.bean.scope
-
The Class ApplicationScope.
- ApplicationScope() - Constructor for class com.aspectran.core.context.bean.scope.ApplicationScope
-
Instantiates a new Application scope.
- apply(Translet) - Method in class com.aspectran.core.activity.PathVariableMap
-
- apply(Map<DefaultSettingType, String>) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- applyActionRule(BeanActionRule) - Method in class com.aspectran.core.activity.process.ActionList
-
- applyActionRule(MethodActionRule) - Method in class com.aspectran.core.activity.process.ActionList
-
- applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.activity.process.ActionList
-
- applyActionRule(EchoActionRule) - Method in class com.aspectran.core.activity.process.ActionList
-
- applyActionRule(HeadingActionRule) - Method in class com.aspectran.core.activity.process.ActionList
-
- applyActionRule(BeanActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
-
Adds the bean action.
- applyActionRule(MethodActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
-
Adds the method action.
- applyActionRule(IncludeActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
-
Adds the process-call action.
- applyActionRule(EchoActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
-
Adds the echo action.
- applyActionRule(HeadingActionRule) - Method in interface com.aspectran.core.context.rule.ability.ActionRuleApplicable
-
Adds the heading action.
- applyActionRule(BeanActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- applyActionRule(MethodActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- applyActionRule(HeadingActionRule) - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- applyActionRule(BeanActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyActionRule(MethodActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyActionRule(HeadingActionRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyActionRule(BeanActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyActionRule(MethodActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyActionRule(IncludeActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyActionRule(EchoActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyActionRule(HeadingActionRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyResponseRule(DispatchResponseRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
-
Apply the dispatch response rule to the response rule.
- applyResponseRule(TransformRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
-
Apply the tranform response rule to the response rule.
- applyResponseRule(ForwardResponseRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
-
Apply the forward response rule to the response rule.
- applyResponseRule(RedirectResponseRule) - Method in interface com.aspectran.core.context.rule.ability.ResponseRuleApplicable
-
Apply the redirect response rule to the response rule.
- applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyResponseRule(DispatchResponseRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyResponseRule(RedirectResponseRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyResponseRule(ForwardResponseRule) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- applyResponseRule(DispatchResponseRule) - Method in class com.aspectran.core.context.rule.ResponseRule
-
- applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.ResponseRule
-
- applyResponseRule(ForwardResponseRule) - Method in class com.aspectran.core.context.rule.ResponseRule
-
- applyResponseRule(RedirectResponseRule) - Method in class com.aspectran.core.context.rule.ResponseRule
-
- applyResponseRule(TransformRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyResponseRule(DispatchResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyResponseRule(RedirectResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applyResponseRule(ForwardResponseRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
- applySettings() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Apply settings.
- applyTransletInterface(DefaultSettings) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Apply translet interface.
- applyTransletInterface(DefaultSettings) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- applyTransletNamePattern(String) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Returns the translet name of the prefix and suffix are combined.
- applyTransletNamePattern(String) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- applyTransletNamePattern(String) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
Returns the translet name of the prefix and suffix are combined.
- applyTransletNamePattern(String, boolean) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
Returns the translet name of the prefix and suffix are combined.
- ArgumentPossessable - Interface in com.aspectran.core.context.rule.ability
-
The Interface ArgumentPossessable.
- arguments - Static variable in class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- arguments - Static variable in class com.aspectran.core.context.builder.apon.params.ConstructorParameters
-
- aroundAdvice - Static variable in class com.aspectran.core.context.builder.apon.params.AdviceParameters
-
- ArrayStack - Class in com.aspectran.core.util
-
An implementation of the
Stack
API that is based on an
ArrayList
instead of a
Vector
, so it is not
synchronized to protect against multi-threaded access.
- 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.
- arrayToDelimitedString(Object[], String) - Static method in class com.aspectran.core.util.StringUtils
-
Convert a String
array into a delimited String
(e.g.
- AspectAdviceException - Exception in com.aspectran.core.activity.aspect
-
The Class AspectAdviceException.
- 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.result
-
Represents the result data for the Aspect Advices.
- AspectAdviceResult() - Constructor for class com.aspectran.core.activity.aspect.result.AspectAdviceResult
-
- AspectAdviceRule - Class in com.aspectran.core.context.rule
-
The Class AspectAdviceRule.
- AspectAdviceRule(AspectRule, AspectAdviceType) - Constructor for class com.aspectran.core.context.rule.AspectAdviceRule
-
- AspectAdviceRulePostRegister - Class in com.aspectran.core.context.aspect
-
The Class AspectAdviceRulePostRegister.
- AspectAdviceRulePostRegister() - Constructor for class com.aspectran.core.context.aspect.AspectAdviceRulePostRegister
-
- AspectAdviceRulePreRegister - Class in com.aspectran.core.context.aspect
-
The Class AspectAdviceRulePreRegister.
- AspectAdviceRulePreRegister(AspectRuleRegistry) - Constructor for class com.aspectran.core.context.aspect.AspectAdviceRulePreRegister
-
- AspectAdviceRuleRegistry - Class in com.aspectran.core.context.aspect
-
The Class AspectAdviceRuleRegistry.
- AspectAdviceRuleRegistry() - Constructor for class com.aspectran.core.context.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.context.aspect
-
This class is the basic exception that gets thrown from the aspect pacakge.
- AspectException() - Constructor for exception com.aspectran.core.context.aspect.AspectException
-
Creates a new AspectException without detail message.
- AspectException(String) - Constructor for exception com.aspectran.core.context.aspect.AspectException
-
Constructs a AspectException with the specified detail message.
- AspectException(Throwable) - Constructor for exception com.aspectran.core.context.aspect.AspectException
-
Constructor to create exception to wrap another exception.
- AspectException(String, Throwable) - Constructor for exception com.aspectran.core.context.aspect.AspectException
-
Constructs a AspectException with the specified error message and also the specified root cause exception.
- AspectParameters - Class in com.aspectran.core.context.builder.apon.params
-
- AspectParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- AspectParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- aspectran - Static variable in class com.aspectran.core.context.builder.apon.params.RootParameters
-
- AspectranActivityContext - Class in com.aspectran.core.context
-
The Class AspectranActivityContext.
- AspectranActivityContext(ApplicationAdapter) - Constructor for class com.aspectran.core.context.AspectranActivityContext
-
Instantiates a new AspectranActivityContext.
- AspectranCheckedException - Exception in com.aspectran.core.context
-
Class for constructing checked Exceptions with a given root cause.
- AspectranCheckedException() - Constructor for exception com.aspectran.core.context.AspectranCheckedException
-
Constructs a AspectranCheckedException.
- AspectranCheckedException(String) - Constructor for exception com.aspectran.core.context.AspectranCheckedException
-
Constructs a AspectranCheckedException with the specified message.
- AspectranCheckedException(Throwable) - Constructor for exception com.aspectran.core.context.AspectranCheckedException
-
Constructs a AspectranCheckedException with the wrapped exception.
- AspectranCheckedException(String, Throwable) - Constructor for exception com.aspectran.core.context.AspectranCheckedException
-
Constructs a AspectranCheckedException with the specified message and wrapped exception.
- AspectranClassLoader - Class in com.aspectran.core.context.loader.resource
-
The Class AspectranClassLoader.
- AspectranClassLoader() - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(ClassLoader) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(String) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(String, ClassLoader) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(String[]) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(String[], ClassLoader) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranClassLoader(String, AspectranClassLoader) - Constructor for class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- AspectranConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranConfig
-
- AspectranConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranConfig
-
- AspectranConsoleConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranConsoleConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranConsoleConfig
-
- AspectranConsoleConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranConsoleConfig
-
- AspectranContextAutoReloadConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranContextAutoReloadConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranContextAutoReloadConfig
-
- AspectranContextAutoReloadConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranContextAutoReloadConfig
-
- AspectranContextConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranContextConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranContextConfig
-
- AspectranContextConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranContextConfig
-
- AspectranContextProfilesConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranContextProfilesConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranContextProfilesConfig
-
- AspectranContextProfilesConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranContextProfilesConfig
-
- AspectranNodeParser - Class in com.aspectran.core.context.builder.xml
-
The Class AspectranNodeParser.
- AspectranNodeParser(ContextBuilderAssistant) - Constructor for class com.aspectran.core.context.builder.xml.AspectranNodeParser
-
Instantiates a new AspectranNodeParser.
- AspectranNodeParser(ContextBuilderAssistant, boolean) - Constructor for class com.aspectran.core.context.builder.xml.AspectranNodeParser
-
Instantiates a new AspectranNodeParser.
- AspectranParameters - Class in com.aspectran.core.context.builder.apon.params
-
- AspectranParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- AspectranParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- AspectranRuntimeException - Exception in com.aspectran.core.context
-
Class for constructing runtime Exceptions with a given root cause.
- AspectranRuntimeException() - Constructor for exception com.aspectran.core.context.AspectranRuntimeException
-
Constructs a AspectranCheckedException.
- AspectranRuntimeException(String) - Constructor for exception com.aspectran.core.context.AspectranRuntimeException
-
Constructs a AspectranCheckedException with the specified message.
- AspectranRuntimeException(Throwable) - Constructor for exception com.aspectran.core.context.AspectranRuntimeException
-
Constructs a AspectranCheckedException with the wrapped exception.
- AspectranRuntimeException(String, Throwable) - Constructor for exception com.aspectran.core.context.AspectranRuntimeException
-
Constructs a AspectranCheckedException with the specified message and wrapped exception.
- AspectranSchedulerConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranSchedulerConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranSchedulerConfig
-
- AspectranSchedulerConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranSchedulerConfig
-
- AspectranService - Interface in com.aspectran.core.service
-
The Interface AspectranService.
- AspectranServiceController - Interface in com.aspectran.core.service
-
The Interface AspectranServiceController.
- 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(Throwable) - Constructor for exception com.aspectran.core.service.AspectranServiceException
-
Constructor to create exception to wrap another exception.
- AspectranServiceException(String, Throwable) - Constructor for exception com.aspectran.core.service.AspectranServiceException
-
Constructor to create exception to wrap another exception and pass a message.
- AspectranServiceLifeCycleListener - Interface in com.aspectran.core.service
-
The listener interface for receiving AspectranService life-cycle events.
- AspectranServiceListener - Class in com.aspectran.web.startup.listener
-
The listener interface for receiving AspectranService events.
- AspectranServiceListener() - Constructor for class com.aspectran.web.startup.listener.AspectranServiceListener
-
- AspectranWebConfig - Class in com.aspectran.core.context.loader.config
-
- AspectranWebConfig() - Constructor for class com.aspectran.core.context.loader.config.AspectranWebConfig
-
- AspectranWebConfig(String) - Constructor for class com.aspectran.core.context.loader.config.AspectranWebConfig
-
- AspectRule - Class in com.aspectran.core.context.rule
-
The Class AspectRule.
- AspectRule() - Constructor for class com.aspectran.core.context.rule.AspectRule
-
- AspectRuleRegistry - Class in com.aspectran.core.context.aspect
-
The Class AspectRuleRegistry.
- AspectRuleRegistry() - Constructor for class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- aspects - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- assemble(ProcessResult) - Static method in class com.aspectran.core.activity.response.transform.apon.ContentsAponAssembler
-
- assembleRootParameters() - Method in class com.aspectran.core.context.builder.apon.RootAponAssembler
-
- AssistantLocal - Class in com.aspectran.core.context.builder.assistant
-
The Class AssistantLocal.
- AssistantLocal() - Constructor for class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- attribute - Static variable in class com.aspectran.core.context.builder.apon.params.ReferenceParameters
-
- attributes - Static variable in class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- attributes - Static variable in class com.aspectran.core.context.builder.apon.params.ForwardParameters
-
- attributes - Static variable in class com.aspectran.core.context.builder.apon.params.RequestParameters
-
- AUTHORIZATION - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Authorization
header field name.
- autoReload - Static variable in class com.aspectran.core.context.loader.config.AspectranContextConfig
-
- Autowired - Annotation Type in com.aspectran.core.context.bean.annotation
-
- AutowireTargetRule - Class in com.aspectran.core.context.rule
-
The Class AutowireRule.
- AutowireTargetRule() - Constructor for class com.aspectran.core.context.rule.AutowireTargetRule
-
- AutowireTargetType - Enum in com.aspectran.core.context.rule.type
-
The enum AutowireTargetType.
- Aware - Interface in com.aspectran.core.context.bean.aware
-
Marker superinterface indicating that a bean is eligible to be notified.
- 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.
- get(Object) - Method in class com.aspectran.core.activity.ActivityDataMap
-
- get(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
-
- get(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
-
- 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.
- 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.
- getAction() - Method in exception com.aspectran.core.activity.process.action.ActionExecutionException
-
- getActionId() - Method in class com.aspectran.core.activity.process.action.AbstractAction
-
- getActionId() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
- 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.HeadingAction
-
- getActionId() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
- getActionId() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- getActionId() - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Gets the action id.
- getActionId() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Gets the action id.
- getActionId() - Method in class com.aspectran.core.context.rule.EchoActionRule
-
Gets the action id.
- getActionId() - Method in class com.aspectran.core.context.rule.HeadingActionRule
-
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.MethodActionRule
-
- getActionList() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
-
- getActionList() - Method in class com.aspectran.core.activity.response.ForwardResponse
-
- getActionList() - Method in class com.aspectran.core.activity.response.RedirectResponse
-
- getActionList() - Method in interface com.aspectran.core.activity.response.Response
-
Gets the action list.
- getActionList() - Method in class com.aspectran.core.activity.response.transform.AponTransform
-
- getActionList() - Method in class com.aspectran.core.activity.response.transform.JsonTransform
-
- getActionList() - Method in class com.aspectran.core.activity.response.transform.TextTransform
-
- getActionList() - Method in class com.aspectran.core.activity.response.transform.XmlTransform
-
- getActionList() - Method in class com.aspectran.core.activity.response.transform.XslTransform
-
- getActionList() - Method in interface com.aspectran.core.context.rule.ability.ActionPossessable
-
Gets the action list.
- getActionList() - Method in class com.aspectran.core.context.rule.ability.ActionPossessSupport
-
- getActionResult(String) - Method in class com.aspectran.core.activity.process.result.ContentResult
-
- getActionResult(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
-
- getActionResultWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
-
- getActionRule() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
- 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.HeadingAction
-
- getActionRule() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
- getActionRule() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- getActionType() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
- 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.HeadingAction
-
- getActionType() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
- getActionType() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- 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.env.AbstractEnvironment
-
- getActiveProfiles() - Method in interface com.aspectran.core.context.env.Environment
-
- getActiveProfiles() - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- 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.AbstractAspectranService
-
- getActivityContext() - Method in interface com.aspectran.core.service.AspectranService
-
Gets the activity context.
- getActivityContext(ServletContext) - Static method in class com.aspectran.web.service.WebAspectranService
-
Find the root ActivityContext for this web aspectran service.
- getActivityContext(HttpServlet) - Static method in class com.aspectran.web.service.WebAspectranService
-
Find the standalone ActivityContext for this web aspectran service.
- getActivityDataMap() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getActivityDataMap(boolean) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getActivityDataMap() - Method in interface com.aspectran.core.activity.Translet
-
Returns the activity's data map.
- getActivityDataMap(boolean) - Method in interface com.aspectran.core.activity.Translet
-
Returns the activity's data map.
- getAdaptee() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- 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.ApplicationAdapter
-
Gets the adaptee object.
- getAdaptee() - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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.AbstractActivity
-
Gets the after advice result.
- getAfterAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.result.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.AbstractActivity
-
- getAfterAdviceRuleList() - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- getAggregateTemplateLoader(TemplateLoader[]) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
Return a TemplateLoader based on the given TemplateLoader list.
- getAggregateTemplateLoader(Loader<?>[]) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
Return a Template Loader based on the given Template Loader list.
- getAliasedType(String) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Returns a type of an aliased type that is defined by assigning the type to the alias.
- getAllAspectranClassLoaders() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getAllowedFileExtensions() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Gets the allowed file extensions.
- getAllowedHeaders() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getAllowedHeadersString() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getAllowedMethod() - Method in class com.aspectran.core.context.rule.RequestRule
-
Gets the allowed method.
- getAllowedMethods() - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Return the configured HTTP methods.
- getAllowedMethods() - Method in class com.aspectran.core.context.rule.TransletRule
-
Gets the allowed methods.
- getAllowedMethods() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getAllowedMethodsString() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getAllowedOrigins() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getAlternativeValue() - Method in class com.aspectran.core.context.expr.token.Token
-
Gets the alternative value.
- getApplicationAdaptee() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getApplicationAdaptee() - Method in interface com.aspectran.core.activity.Translet
-
Returns the adaptee object to provide application information.
- getApplicationAdapter() - Method in class com.aspectran.core.activity.AbstractActivity
-
Gets the application adapter.
- 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 interface com.aspectran.core.context.ActivityContext
-
Gets the application adapter.
- getApplicationAdapter() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getApplicationAdapter() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- getApplicationAdapter() - Method in class com.aspectran.core.context.env.ContextEnvironment
-
- getApplicationAdapter() - Method in interface com.aspectran.core.context.env.Environment
-
- getApplicationAdapter() - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- getApplicationAdapter() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- getApplicationAdapter() - Method in interface com.aspectran.core.service.AspectranService
-
Gets the application adapter.
- getApplicationScope() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- getApplicationScope() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
-
Gets the application scope.
- getApplicationScope() - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- getArgumentItemRuleMap() - Method in interface com.aspectran.core.context.rule.ability.ArgumentPossessable
-
Gets the argument item rule map.
- getArgumentItemRuleMap() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- 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 class com.aspectran.core.activity.AbstractActivity
-
Gets the aspect advice bean.
- getAspectAdviceBean(String) - Method in interface com.aspectran.core.activity.Activity
-
Gets the aspect advice bean.
- getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.aspect.result.AspectAdviceResult
-
- getAspectAdviceBean(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- 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.BeanAction
-
Gets the aspect advice rule.
- getAspectAdviceRule() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
Gets the aspect advice rule.
- getAspectAdviceRuleList() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.activity.process.ContentList
-
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.aspect.AspectAdviceRulePostRegister
-
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.bean.proxy.RelevantAspectRuleHolder
-
Gets the aspect advice rule registry.
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Gets the aspect advice rule registry.
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
Gets the aspect advice rule registry.
- getAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
-
- getAspectAdviceType() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- getAspectAdviceType() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- getAspectId() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- getAspectId() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- getAspectranClassLoader() - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- getAspectranClassLoader() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- getAspectranClassLoader() - Method in interface com.aspectran.core.service.AspectranService
-
Gets the aspectran class loader.
- getAspectranClassLoaders(AspectranClassLoader) - Static method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getAspectranConfig() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- getAspectranConfig() - Method in interface com.aspectran.core.service.AspectranService
-
Returns the Aspectran configuration parameters used to generate the AspectranContext.
- getAspectRule(String) - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- getAspectRule() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- getAspectRule() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- getAspectRuleCount() - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- getAspectRuleMap() - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- getAspectRuleRegistry() - Method in class com.aspectran.core.activity.AbstractActivity
-
Gets the aspect rule registry.
- 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.builder.assistant.ContextBuilderAssistant
-
Gets the aspect rule registry.
- getAspectRules() - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- getAspectRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets all aspect rules.
- getAspectRules() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- getAssistantLocal() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the assistant local.
- getAssistantLocal() - Method in class com.aspectran.core.context.template.TemplateRuleRegistry
-
- getAssistantLocal() - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getAttribute(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getAttribute(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- 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.BasicApplicationAdapter
-
- getAttribute(String) - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- getAttribute(String) - Method in class com.aspectran.core.adapter.BasicSessionAdapter
-
- getAttribute(String) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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(Token) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
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.web.adapter.HttpServletRequestAdapter
-
- getAttribute(String) - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getAttribute(String) - Method in class com.aspectran.web.adapter.WebApplicationAdapter
-
- getAttributeItemRuleMap() - Method in class com.aspectran.core.context.rule.EchoActionRule
-
Gets the attribute item rule map.
- getAttributeItemRuleMap() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
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.CoreTranslet
-
- getAttributeMap() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getAttributeMap() - Method in interface com.aspectran.core.activity.Translet
-
Return a mutable Map
of the request attributes,
with attribute names as map keys and attribute value as map value.
- getAttributeMap() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Return a mutable Map
of the request attributes,
with attribute names as map keys and attribute value as map value.
- getAttributeNames() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getAttributeNames() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getAttributeNames() - Method in interface com.aspectran.core.activity.Translet
-
Returns an Enumeration
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.BasicApplicationAdapter
-
- getAttributeNames() - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- getAttributeNames() - Method in class com.aspectran.core.adapter.BasicSessionAdapter
-
- getAttributeNames() - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- getAttributeNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns an Enumeration
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.web.adapter.HttpServletRequestAdapter
-
- getAttributeNames() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getAttributeNames() - Method in class com.aspectran.web.adapter.WebApplicationAdapter
-
- getAttributeWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
-
- getAutowireTargetRuleList() - 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.
- getBasePath() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- getBasePath() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
-
Return the base path that the current application is mapped to.
- getBasePath() - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- getBasePath() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- getBasePath() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- getBean(String) - Method in class com.aspectran.core.activity.AbstractActivity
-
- getBean(Class<T>) - Method in class com.aspectran.core.activity.AbstractActivity
-
- getBean(String, Class<T>) - Method in class com.aspectran.core.activity.AbstractActivity
-
- getBean(Class<T>, String) - Method in class com.aspectran.core.activity.AbstractActivity
-
- getBean(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getBean(Class<T>) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getBean(String, Class<T>) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getBean(Class<T>, String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getBean(String) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getBean(Class<T>) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getBean(String, Class<T>) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getBean(Class<T>, String) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getBean(BeanRule) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getBean(String) - Method in interface com.aspectran.core.context.bean.BeanRegistry
-
Return an instance of the bean that matches the given id.
- getBean(Class<T>) - Method in interface com.aspectran.core.context.bean.BeanRegistry
-
Return an instance of the bean that matches the given object type.
- getBean(String, Class<T>) - Method in interface com.aspectran.core.context.bean.BeanRegistry
-
Return an instance of the bean that matches the given id.
- getBean(Class<T>, String) - Method in interface com.aspectran.core.context.bean.BeanRegistry
-
Return an instance of the bean that matches the given object type.
- getBean(BeanRule) - Method in class com.aspectran.core.context.bean.ContextBeanRegistry
-
- getBean() - Method in class com.aspectran.core.context.bean.InstantiatedBean
-
- getBean(Token) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
Returns the bean instance that matches the given token.
- getBeanActionRule() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
Returns the bean action rule.
- getBeanClass() - Method in exception com.aspectran.core.context.bean.BeanInstantiationException
-
Return the offending bean class.
- getBeanClass() - Method in exception com.aspectran.core.context.bean.proxy.ProxyBeanInstantiationException
-
Return the offending bean class.
- getBeanClass() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- getBeanClass() - Method in class com.aspectran.core.context.rule.BeanRule
-
Gets the bean class.
- getBeanClassScanFilter() - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- getBeanId() - Method in exception com.aspectran.core.context.bean.BeanNotFoundException
-
Gets the bean id.
- getBeanId() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Gets bean id.
- getBeanIdMaskPattern() - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- getBeanIdPattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- getBeanProperty(Object, String) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
Invoke bean's property.
- getBeanProxifier() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getBeanReferenceInspector() - Method in exception com.aspectran.core.context.builder.assistant.BeanReferenceException
-
Returns a bean reference inspector.
- getBeanReferenceInspector() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.expr.token.Token
-
- getBeanReferrerType() - Method in interface com.aspectran.core.context.rule.ability.BeanReferenceInspectable
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.rule.BeanRule
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getBeanReferrerType() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getBeanRegistry() - Method in class com.aspectran.core.activity.AbstractActivity
-
- getBeanRegistry() - Method in interface com.aspectran.core.activity.Activity
-
Gets the bean registry.
- 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.context.bean.BeanRuleException
-
Gets bean rule.
- getBeanRule(Object) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getBeanRule(String) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getBeanRuleRegistry() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the bean rule registry.
- getBeanRules(Class<?>) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getBeanRules() - Method in exception com.aspectran.core.context.bean.NoUniqueBeanException
-
Gets the bean rules.
- getBeanRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets all bean rules.
- getBeanRules() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- getBeforeAdviceResult(String) - Method in class com.aspectran.core.activity.AbstractActivity
-
Gets the before advice result.
- getBeforeAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.result.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.AbstractActivity
-
- getBeforeAdviceRuleList() - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- getBoolean(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getBoolean(String, boolean) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getBoolean(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getBoolean(ParameterDefinition, boolean) - 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getBoolean(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getBooleanArray(ParameterDefinition) - 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.
- getBooleanArray(ParameterDefinition) - 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(ParameterDefinition) - 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.
- getBooleanList(ParameterDefinition) - 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.parameter.FileParameter
-
Returns the contents of the file in a byte array.
- getBytes() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Return an byte array to read the contents of the file from.
- getCharacterEncoding() - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- getCharacterEncoding() - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- getCharacterEncoding() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - 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.
- getCharacterEncoding() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Gets the character encoding.
- getCharacterEncoding() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the character encoding.
- getCharacterEncoding() - Method in class com.aspectran.core.context.rule.RequestRule
-
Gets the character encoding.
- getCharacterEncoding() - Method in class com.aspectran.core.context.rule.ResponseRule
-
Gets the character encoding.
- getCharacterEncoding() - Method in class com.aspectran.core.context.rule.TransformRule
-
Gets the character encoding.
- getCharacterEncoding() - Method in class com.aspectran.web.adapter.HttpServletRequestAdapter
-
- getCharacterEncoding() - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- getChildren() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getClassLoader() - Method in class com.aspectran.core.activity.AbstractActivity
-
- getClassLoader() - Method in interface com.aspectran.core.activity.Activity
-
Returns the class loader.
- getClassLoader() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getClassLoader() - Method in interface com.aspectran.core.activity.Translet
-
Returns the class loader.
- getClassLoader() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- getClassLoader() - Method in interface com.aspectran.core.adapter.ApplicationAdapter
-
Gets the class loader.
- getClassLoader() - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- getClassLoader() - Method in interface com.aspectran.core.context.ActivityContext
-
Gets the class loader.
- getClassLoader() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getClassLoader() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- getClassLoader() - Method in class com.aspectran.core.context.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
-
- getClassOfValue(ItemRule, Object) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Gets the class of value.
- 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
-
- getCommonMessages() - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getConfigBean(Class<T>) - Method in class com.aspectran.core.activity.AbstractActivity
-
- getConfigBean(Class<T>) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getConfigBean(Class<T>) - Method in class com.aspectran.core.context.bean.AbstractBeanRegistry
-
- getConfigBean(Class<T>) - Method in interface com.aspectran.core.context.bean.BeanRegistry
-
Return the bean instance that matches the specified object type.
- getConfigBeanClass() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- getConfigBeanRule(Class<?>) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getConfigBeanRuleMap() - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getConstructorArgumentItemRuleMap() - Method in class com.aspectran.core.context.rule.BeanRule
-
Gets the constructor argument item rule map.
- 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.
- getContentTokens() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getContentTokens(ApplicationAdapter) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getContentType() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Gets the the content type of the file.
- getContentType() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
-
- 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.TransformResponse
-
- getContentType() - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- 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.DispatchResponseRule
-
Gets the content type.
- getContentType() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Gets the content type.
- getContentType() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the content type.
- getContentType() - Method in class com.aspectran.core.context.rule.TransformRule
-
Gets the content type.
- getContentType() - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- getContentType() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Gets the content type of the data being uploaded.
- getContextBuilderAssistant() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
-
- getContextEnvironment() - Method in interface com.aspectran.core.context.ActivityContext
-
Gets the context environment.
- getContextEnvironment() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getContextEnvironment() - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
-
- getContextEnvironment() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- getCreationTime() - Method in class com.aspectran.console.adapter.ConsoleSessionAdapter
-
- 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.embedded.adapter.EmbeddedSessionAdapter
-
- getCreationTime() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- 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
-
- getDeclaredResponse() - Method in class com.aspectran.core.activity.CoreActivity
-
- getDefaultActivity() - Method in interface com.aspectran.core.context.ActivityContext
-
Gets the default activity.
- getDefaultActivity() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getDefaultClassLoader() - Static method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getDefaultLocale() - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Return the default Locale that this resolver is supposed to fall back to, if any.
- getDefaultMessage(String) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultProfiles() - Method in class com.aspectran.core.context.env.AbstractEnvironment
-
- getDefaultProfiles() - Method in interface com.aspectran.core.context.env.Environment
-
- getDefaultProfiles() - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- getDefaultResponse() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Gets the default response.
- getDefaultResponse() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- getDefaultResponse() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Returns whether the default response.
- getDefaultResponse() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Returns whether the default response.
- getDefaultResponse() - Method in class com.aspectran.core.context.rule.TransformRule
-
- getDefaultServletName() - Method in class com.aspectran.web.service.DefaultServletHttpRequestHandler
-
Gets the default servlet name.
- getDefaultSettings() - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- getDefaultTemplateEngine() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getDefaultTimeZone() - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Return the default TimeZone that this resolver is supposed to fall back to, if any.
- getDefaultValue() - Method in class com.aspectran.core.context.rule.ItemRule
-
Gets the default value.
- getDeniedFileExtensions() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Gets the denied file extensions.
- getDeprefixes() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- getDescription() - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- getDescription() - Method in class com.aspectran.core.context.rule.AspectRule
-
Gets the description.
- 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.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.
- 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.
- getDesuffixes() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- getDirectiveName() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.CustomTrimDirective
-
Gets directive name.
- getDirectiveName() - Method in interface com.aspectran.core.context.template.engine.freemarker.directive.TrimDirective
-
Gets directive 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.JobRule
-
- getDispatcher() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Gets the id or class name of the view dispatcher bean that
implements
ViewDispatcher
.
- getDispatchResponseRule() - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
-
Gets the dispatch response rule.
- getDispatchResponseRule() - Method in exception com.aspectran.core.activity.response.dispatch.DispatchResponseException
-
Gets the dispatch response rule.
- getDistinctMethodNames() - Method in class com.aspectran.core.util.BeanDescriptor
-
Gets the class methods' names that is unique.
- getDistinguishedName() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- getDistinguishedName() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getDistinguishedName() - Method in class com.aspectran.core.context.builder.importer.ResourceImporter
-
- getDistinguishedName() - Method in class com.aspectran.core.context.builder.importer.UrlImporter
-
- getDouble(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getDouble(String, double) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getDouble(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getDouble(ParameterDefinition, double) - 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getDouble(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getDoubleArray(ParameterDefinition) - 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.
- getDoubleArray(ParameterDefinition) - 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(ParameterDefinition) - 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.
- getDoubleList(ParameterDefinition) - 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.context.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.
- getEncoding() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getEngine() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getEntityResolver() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- getEnvironmentRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the environment rules.
- getErrorHandler() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- 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.AbstractActivity
-
- getExceptionRuleList() - Method in class com.aspectran.core.context.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.
- getExceptionTypes() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- getExcludeNullParameter() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the exclude null parameters.
- getExcludePointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- getExecludeTargetParametersList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- getExecutableAction() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- getExecutableAction() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
Returns the executable action.
- getExposedHeaders() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getExposedHeadersString() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getExtension(String) - Static method in class com.aspectran.core.util.FilenameUtils
-
Gets the extension of a 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.
- getFactoryProducedObject(BeanRule, Object) - Method in class com.aspectran.core.context.bean.AbstractBeanFactory
-
- getFeature(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- getFile() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
- getFile() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- getFile() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getFile(String, ClassLoader) - 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
-
- getFile(URI) - Static method in class com.aspectran.core.util.ResourceUtils
-
- getFile(URI, String) - Static method in class com.aspectran.core.util.ResourceUtils
-
- getFile() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
- getFileName() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Gets the actual name of the file uploaded.
- getFileName() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Returns the file name that was uploaded in the multipart form.
- getFileParameter(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getFileParameter(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getFileParameter(String) - Method in class com.aspectran.core.activity.request.parameter.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 activity's request parameter name,
or null
if the parameter does not exist.
- getFileParameter(String) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
Returns a FileParameter
object as a given activity's request parameter name,
or null
if the parameter does not exist.
- getFileParameterNames() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getFileParameterNames() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getFileParameterNames() - Method in interface com.aspectran.core.activity.Translet
-
Returns an Enumeration
of String
objects containing
the names of the file parameters contained in this request.
- getFileParameterNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns an Enumeration
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.AbstractAdaptiveRequest
-
- getFileParameterValues(String) - Method in class com.aspectran.core.activity.request.parameter.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 activity's request parameter has,
or null
if the parameter does not exist.
- getFileParameterValues(String) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
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.builder.importer.FileImporter
-
- getFileSize() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Gets the size of the file uploaded.
- getFileSize() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Returns the file size that was uploaded in the multipart form.
- getFilterParameters() - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- 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.
- getFilterParameters() - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- getFinallyAdviceResult(String) - Method in class com.aspectran.core.activity.AbstractActivity
-
Gets the finally advice result.
- getFinallyAdviceResult(String) - Method in class com.aspectran.core.activity.aspect.result.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.AbstractActivity
-
- getFinallyAdviceRuleList() - Method in class com.aspectran.core.context.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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getFloat(String, float) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getFloat(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getFloat(ParameterDefinition, float) - 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getFloat(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getFloatArray(ParameterDefinition) - 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.
- getFloatArray(ParameterDefinition) - 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(ParameterDefinition) - 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.
- getFloatList(ParameterDefinition) - Method in interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or null
if the parameter does not exist.
- getForwardResponseRule() - Method in class com.aspectran.core.activity.response.ForwardResponse
-
Returns the forward response rule.
- getFullPath(String) - Static method in class com.aspectran.core.util.FilenameUtils
-
Gets the path from a full filename.
- getFullPathWithEndSeprator(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.
- getGroupName() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.CustomTrimDirective
-
Gets group name.
- getGroupName() - Method in interface com.aspectran.core.context.template.engine.freemarker.directive.TrimDirective
-
Gets group name.
- getHeader(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Returns the value of the response header with the given name.
- getHeader(String) - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
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.
- getHeaderItemRuleMap() - Method in class com.aspectran.core.context.rule.HeadingActionRule
-
Gets the header item rule map.
- getHeaderNames() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Returns the names of the headers of this response.
- getHeaderNames() - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
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.activity.request.AbstractAdaptiveRequest
-
Returns a map of the request headers that can be modified.
- getHeaders(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Returns the values of the response header with the given name.
- getHeaders() - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Returns a map of the request headers that can be modified.
- getHeaders(String) - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Returns the values of the response header with the given name.
- getHeaders() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns a map of the request headers that can be modified.
- getHeaders(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns the values of the response header with the given name.
- getHeaders() - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns a map of the request headers that can be modified.
- getHeaders(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns the values of the response header with the given name.
- getHeadingActionRule() - Method in class com.aspectran.core.activity.process.action.HeadingAction
-
Returns the heading action rule.
- getHidden() - Method in class com.aspectran.core.activity.process.ActionList
-
- getHidden() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Returns whether to hide result of the action.
- 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.HeadingActionRule
-
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.
- getHttpStatusCode() - Method in exception com.aspectran.web.support.cors.CorsException
-
Returns the associated HTTP status code.
- getId() - Method in class com.aspectran.console.adapter.ConsoleSessionAdapter
-
- getId() - Method in interface com.aspectran.core.adapter.SessionAdapter
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class com.aspectran.core.context.loader.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
-
- getId() - Method in class com.aspectran.embedded.adapter.EmbeddedSessionAdapter
-
- getId() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getIdBasedBeanRuleMap() - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- getImportant() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is important.
- getImporterType() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getImportFileType() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getImportHandler() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the import handler.
- getIncludeActionRule() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
Returns the include action rule.
- getIncludeTargetParametersList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- 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.
- getInputStream() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Returns an InputStream
object of the file.
- getInputStream() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- getInputStream() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getInputStream() - Method in class com.aspectran.core.context.builder.importer.ResourceImporter
-
- getInputStream() - Method in class com.aspectran.core.context.builder.importer.UrlImporter
-
- getInputStream() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Return an InputStream to read the contents of the file from.
- getInstance(Class<?>) - Static method in class com.aspectran.core.util.BeanDescriptor
-
Gets an instance of ClassDescriptor for the specified class.
- getInstantiatedBean(BeanRule) - Method in class com.aspectran.core.context.bean.scope.AbstractScope
-
- getInstantiatedBean(BeanRule) - Method in interface com.aspectran.core.context.bean.scope.Scope
-
Returns an instance of the bean that matches the given bean rule.
- getInstantiatedBean() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns the instantiated object of this bean.
- getInt(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getInt(String, int) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getInt(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getInt(ParameterDefinition, int) - 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getInt(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getIntArray(ParameterDefinition) - 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.
- getIntArray(ParameterDefinition) - 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(ParameterDefinition) - 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.
- getIntList(ParameterDefinition) - Method in interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or null
if the parameter does not exist.
- getIsolated() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getItemNames() - Method in class com.aspectran.core.context.rule.ItemRuleList
-
- getItemRuleList() - Method in exception com.aspectran.core.activity.request.MissingMandatoryParametersException
-
Returns an item rule list that represents missing parameters.
- getJobRuleList() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getJoinpointParameters() - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- getJoinpointRule() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getJoinpointType() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getJoinpointType() - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- getLastAccessedTime() - Method in class com.aspectran.console.adapter.ConsoleSessionAdapter
-
- 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.embedded.adapter.EmbeddedSessionAdapter
-
- getLastAccessedTime() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getLastModified() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- getLastModified() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getLazyInit() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is to be lazily initialized.
- getLocale() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getLocale() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns the preferred Locale
.
- getLocale() - Method in class com.aspectran.core.context.template.TemplateDataMap
-
- getLocale() - Method in class com.aspectran.web.adapter.HttpServletRequestAdapter
-
- getLocaleParamName() - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Return the name of the parameter that contains a locale specification
in a locale change request.
- 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getLong(String, long) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getLong(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getLong(ParameterDefinition, long) - 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getLong(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getLongArray(ParameterDefinition) - 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.
- getLongArray(ParameterDefinition) - 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(ParameterDefinition) - 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.
- getLongList(ParameterDefinition) - 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, Object[], 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, Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMaxAgeSeconds() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- getMaxInactiveInterval() - Method in class com.aspectran.console.adapter.ConsoleSessionAdapter
-
- 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.embedded.adapter.EmbeddedSessionAdapter
-
- getMaxInactiveInterval() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getMaxRequestSize() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Gets the maximum size of the request.
- getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getMessage(String, Object[], Locale) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getMessage(String, Object[], String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getMessage(String, Object[]) - 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[]) - Method in interface com.aspectran.core.activity.Translet
-
Try to resolve the message.
- getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getMessage(String, Object[], Locale) - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
- getMessage(String, Object[], Locale) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
- getMessage(String, Object[], String, Locale) - Method in class com.aspectran.core.context.message.DelegatingMessageSource
-
- getMessage(String, Object[], Locale) - Method in class com.aspectran.core.context.message.DelegatingMessageSource
-
- getMessage(String, Object[], String, Locale) - Method in interface com.aspectran.core.context.message.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], Locale) - Method in interface com.aspectran.core.context.message.MessageSource
-
Try to resolve the message.
- getMessageFormat(ResourceBundle, String, Locale) - Method in class com.aspectran.core.context.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.context.message.AbstractMessageSource
-
Try to retrieve the given message from the parent MessageSource, if any.
- getMessageInternal(String, Object[], Locale) - Method in class com.aspectran.core.context.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.BeanActionRule
-
- getMethod() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- getMethodActionRule() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
Returns the method action rule.
- getMethodName() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Gets the action method name.
- getMethodName() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- getMethodNamePattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- getMinusPatternStringList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- getName() - Method in class com.aspectran.core.activity.CoreTranslet
-
- 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 interface com.aspectran.core.activity.Translet
-
Returns the name of this translet.
- getName() - Method in class com.aspectran.core.context.expr.token.Token
-
Gets the token name.
- getName() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Gets the dispatch name.
- getName(Activity) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
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.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.ParameterDefinition
-
- getName() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- getName(String) - Static method in class com.aspectran.core.util.FilenameUtils
-
Gets the name minus the path from a full filename.
- getName() - Method in class com.aspectran.scheduler.service.QuartzJobListener
-
- getNamePattern() - Method in class com.aspectran.core.context.rule.TransletRule
-
Gets the name pattern.
- getNameTokens() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Gets the tokens of the dispatch name.
- getNameTokens() - Method in class com.aspectran.core.context.rule.TransletRule
-
Gets the name tokens.
- getNoCache() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getObject() - Method in interface com.aspectran.core.context.bean.ablility.FactoryBean
-
Return an instance (possibly shared or independent) of the object managed by this factory.
- getObject() - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactoryBean
-
- getObject() - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactoryBean
-
- getObject() - Method in class com.aspectran.core.support.BasePathFactoryBean
-
- getObject(Object, String) - Static method in class com.aspectran.core.util.BeanUtils
-
Gets an Object property from a bean.
- getObject() - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
-
- getObject() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactoryBean
-
- getOmittable() - Method in class com.aspectran.core.activity.process.ActionList
-
- getOmittable() - Method in class com.aspectran.core.activity.process.ContentList
-
- getOrDefault(Object, V) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
-
- getOrder() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getOriginRaisedException() - Method in class com.aspectran.core.activity.AbstractActivity
-
- getOriginRaisedException() - Method in interface com.aspectran.core.activity.Activity
-
Returns an instance of the originally raised exception.
- getOriginRaisedException() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getOriginRaisedException() - Method in interface com.aspectran.core.activity.Translet
-
Returns the origin raised exception instance.
- getOutputStream() - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- getOutputStream() - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns a OutputStream
suitable for writing binary data in the response.
- getOutputStream() - Method in class com.aspectran.web.activity.response.GZipServletResponseWrapper
-
- getOutputStream() - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- getParameter(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getParameter(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getParameter(String) - Method in class com.aspectran.core.activity.request.parameter.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 an activity's request parameter as a String
,
or null
if the parameter does not exist.
- getParameter(String) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
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(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParameter(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.
- getParameter(ParameterDefinition) - Method in interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or null
if the parameter does not exist.
- getParameterItemRuleMap() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the parameter rule map.
- getParameterItemRuleMap() - Method in class com.aspectran.core.context.rule.RequestRule
-
Gets the parameter item rule map.
- getParameterMap() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getParameterMap() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getParameterMap() - Method in interface com.aspectran.core.activity.Translet
-
Return a mutable Map of the request parameters,
with parameter names as map keys and parameter values as map values.
- getParameterMap() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Return a 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.AbstractAdaptiveRequest
-
- getParameterNames() - Method in class com.aspectran.core.activity.request.parameter.ParameterMap
-
Returns an Enumeration
of String
objects containing
the names of the parameters.
- getParameterNames() - Method in interface com.aspectran.core.activity.Translet
-
Returns an Enumeration
of String
objects containing
the names of the parameters contained in this request.
- getParameterNames() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns an Enumeration
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
-
- getParameterNameSet() - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParameterNameSet() - Method in interface com.aspectran.core.util.apon.Parameters
-
- getParameters(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParameters(ParameterDefinition) - 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.
- getParameters(ParameterDefinition) - 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(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParametersArray() - Method in class com.aspectran.core.util.apon.ParameterHolder
-
- 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.
- getParametersArray(ParameterDefinition) - 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(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParametersList() - Method in class com.aspectran.core.util.apon.ParameterHolder
-
- 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.
- getParametersList(ParameterDefinition) - Method in interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or null
if the parameter does not exist.
- getParameterValueMap() - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getParameterValueMap() - Method in interface com.aspectran.core.util.apon.Parameters
-
- getParameterValues(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getParameterValues(String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- getParameterValues(String) - Method in class com.aspectran.core.activity.request.parameter.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.TokenExpressionParser
-
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.
- getParameterValueType() - Method in interface com.aspectran.core.util.apon.Parameter
-
Returns the parameter value type.
- getParameterValueType() - Method in class com.aspectran.core.util.apon.ParameterDefinition
-
- getParameterValueType() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- getParameterWithoutCache(String) - Method in class com.aspectran.core.activity.ActivityDataMap
-
- getParent() - Method in class com.aspectran.core.activity.process.action.AbstractAction
-
- getParent() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
- getParent() - Method in interface com.aspectran.core.activity.process.action.Executable
-
Gets the action list.
- getParent() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- getParent() - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Gets the parent.
- 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
-
- getParentMessageSource() - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
- getParentMessageSource() - Method in class com.aspectran.core.context.message.DelegatingMessageSource
-
- getParentMessageSource() - Method in interface com.aspectran.core.context.message.HierarchicalMessageSource
-
Return the parent of this MessageSource, or null
if none.
- getPathVariableMap(TransletRule, String) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getPatternString() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- getPendingList() - Method in interface com.aspectran.core.context.builder.importer.ImportHandler
-
- getPlusPatternStringList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- getPointcut() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getPointcutPatternRuleList() - Method in class com.aspectran.core.context.aspect.pointcut.AbstractPointcut
-
- getPointcutPatternRuleList() - Method in interface com.aspectran.core.context.aspect.pointcut.Pointcut
-
- getPointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- getPointcutPatternVerifiable() - Method in class com.aspectran.core.context.builder.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
-
- getPrefix() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- getPrefix() - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- getPretty() - Method in class com.aspectran.core.context.rule.TransformRule
-
- getPrimitiveWrapper(Class<?>) - Static method in class com.aspectran.core.util.ClassUtils
-
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(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() - Method in class com.aspectran.core.activity.CoreActivity
-
- getProcessResult(String) - Method in class com.aspectran.core.activity.CoreActivity
-
- getProcessResult() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getProcessResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- getProcessResult() - Method in class com.aspectran.core.activity.DefaultActivity
-
- getProcessResult(String) - Method in class com.aspectran.core.activity.DefaultActivity
-
- getProcessResult() - Method in class com.aspectran.core.activity.InstantActivity
-
- getProcessResult(String) - Method in class com.aspectran.core.activity.InstantActivity
-
- getProcessResult() - Method in class com.aspectran.core.activity.response.transform.xml.ContentsInputSource
-
Returns a ProcessResult
object.
- getProcessResult() - Method in interface com.aspectran.core.activity.Translet
-
Returns the process result.
- 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.EnvironmentRule
-
- getProfiles() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getProperty(String) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- getProperty(String) - Method in class com.aspectran.core.context.env.ContextEnvironment
-
- getProperty(Token) - Method in class com.aspectran.core.context.expr.TokenExpressionParser
-
Returns an Envirionment variable that matches the given token.
- getProperty(String) - Static method in class com.aspectran.core.util.SystemUtils
-
- getPropertyItemRuleMap() - Method in class com.aspectran.core.context.env.ContextEnvironment
-
- getPropertyItemRuleMap() - Method in interface com.aspectran.core.context.rule.ability.PropertyPossessable
-
Gets the parameter rule map for properties.
- getPropertyItemRuleMap() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- 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.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.
- getPrototype() - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getPrototype() - Method in interface com.aspectran.core.util.apon.Parameters
-
- 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
-
- getQualifiedName() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- getQualifiers() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- 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
- getReader() - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getReader(String) - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- getReader(File, String) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns a Reader for reading the specified file.
- getReader(URL, String) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns a Reader for reading the specified url.
- getReasonPhrase() - Method in enum com.aspectran.web.support.http.HttpStatus
-
Return the reason phrase of this status code.
- getRedirectResponseRule() - Method in class com.aspectran.core.activity.response.RedirectResponse
-
Returns the redirect response rule.
- getRelationMap() - Method in class com.aspectran.core.context.builder.assistant.BeanReferenceInspector
-
- getReplicatedCount() - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- 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
-
Gets the request adapter.
- 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.
- getRequestCharacterEncoding() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getRequestCharacterEncoding() - Method in interface com.aspectran.core.activity.Translet
-
Returns the request character encoding.
- getRequestMethod() - Method in class com.aspectran.console.service.CommandParser
-
Gets the request method.
- getRequestMethod() - Method in interface com.aspectran.core.activity.Activity
-
Gets the request http method.
- getRequestMethod() - Method in class com.aspectran.core.activity.CoreActivity
-
- getRequestMethod() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getRequestMethod() - Method in class com.aspectran.core.activity.DefaultActivity
-
- getRequestMethod() - Method in class com.aspectran.core.activity.InstantActivity
-
- getRequestMethod() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- 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 interface com.aspectran.core.adapter.RequestAdapter
-
Returns the method used for the request.
- getRequestMethod() - Method in class com.aspectran.core.context.rule.JobRule
-
- 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.
- getRequestScope() - Method in class com.aspectran.core.adapter.AbstractRequestAdapter
-
- getRequestScope(boolean) - 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 interface com.aspectran.core.adapter.RequestAdapter
-
Gets the request scope.
- getRequiredType() - Method in exception com.aspectran.core.context.bean.BeanNotOfRequiredTypeException
-
Gets the required type.
- getRequiredType() - Method in exception com.aspectran.core.context.bean.NoUniqueBeanException
-
Gets the required type.
- getRequiredType() - Method in exception com.aspectran.core.context.bean.RequiredTypeBeanNotFoundException
-
Gets the required type.
- getResource(String) - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getResource(String) - Method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- getResource() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- 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.context.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.loader.resource.ResourceManager
-
- getResourceEntriesSize() - Method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- getResourceLocation() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getResourceManager() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getResources(String) - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getResources(Iterator<AspectranClassLoader>) - Static method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- getResources(Iterator<AspectranClassLoader>, String) - Static method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- getResources(Iterator<AspectranClassLoader>, String, Enumeration<URL>) - Static method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- getResourceURL(String, ClassLoader) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns the URL of the resource on the classpath.
- getRespondent() - Method in class com.aspectran.core.context.rule.ResponseRule
-
- getResponse(String) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- getResponse() - Method in class com.aspectran.core.context.rule.ResponseRule
-
- 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
-
Gets the response adapter.
- 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.
- getResponseCharacterEncoding() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getResponseCharacterEncoding() - Method in interface com.aspectran.core.activity.Translet
-
Returns the response character encoding.
- getResponseMap() - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
Gets the response map.
- 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.TransformResponse
-
- getResponseType() - Method in class com.aspectran.core.context.rule.ResponseRule
-
- getRestfulTransletRule(String, MethodType) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getRestfulTransletRuleSet() - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getResultValue() - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Gets the result value of an action.
- getResultValue(String) - Method in class com.aspectran.core.activity.process.result.ProcessResult
-
Gets the result value of an action.
- getRoot() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- getRootAspectranService() - Method in interface com.aspectran.core.context.ActivityContext
-
Returns the Aspectran Service that created the current ActivityContext.
- getRootAspectranService() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getSavedFile() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
- 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.
- getSchedulerBeanClass() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getSchedulerBeanId() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getScheduleRule() - Method in class com.aspectran.core.context.rule.JobRule
-
- getScheduleRule(String) - Method in class com.aspectran.core.context.schedule.ScheduleRuleRegistry
-
- getScheduleRuleMap() - Method in class com.aspectran.core.context.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.builder.assistant.ContextBuilderAssistant
-
Gets the schedule rule registry.
- getScheduleRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets all schedule rules.
- getScheduleRules() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- getScheduleRules() - Method in class com.aspectran.core.context.schedule.ScheduleRuleRegistry
-
- getScopeLock() - Method in class com.aspectran.core.context.bean.scope.AbstractScope
-
- getScopeLock() - Method in interface com.aspectran.core.context.bean.scope.Scope
-
Returns the scope lock.
- getScopeType() - Method in class com.aspectran.core.context.rule.BeanRule
-
Gets the scope type.
- getSeparator() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
-
- getSeparatorCount() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
-
- getSession(boolean) - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- 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
-
Gets the session adapter.
- 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.
- getSessionAdapter() - Method in class com.aspectran.web.activity.WebActivity
-
- getSessionAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- getSessionScope() - Method in class com.aspectran.core.adapter.BasicSessionAdapter
-
- getSessionScope() - Method in interface com.aspectran.core.adapter.SessionAdapter
-
Gets the session scope.
- getSessionScope() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- getSetter(String) - Method in class com.aspectran.core.util.BeanDescriptor
-
Gets the setter for a property as a Method object.
- getSetterType(String) - Method in class com.aspectran.core.util.BeanDescriptor
-
Gets the type for a property setter.
- getSetting(String) - Method in class com.aspectran.core.activity.AbstractActivity
-
- 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.CoreTranslet
-
- 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.aspect.AspectAdviceRuleRegistry
-
- getSetting(DefaultSettingType) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the setting vlaue.
- getSetting(String) - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- getSettings() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the settings.
- getSettings() - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- getSettingsAdviceRule() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getSingleton() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is a singleton.
- getStartDelaySeconds() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- getStartDelaySeconds() - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- getStatus() - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Returns the status code.
- getStatus() - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns the status code.
- getStorageDescription() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Return a description for the storage location of the multipart content.
- getString(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getString(String, String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getString(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getString(ParameterDefinition, 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 interface com.aspectran.core.util.apon.Parameters
-
Return the value for the specified parameter,
or defaultValue
if the parameter does not exist.
- getString(ParameterDefinition) - 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(ParameterDefinition, 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getStringArray(ParameterDefinition) - 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.
- getStringArray(ParameterDefinition) - 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(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getStringList(ParameterDefinition) - 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.
- getStringList(ParameterDefinition) - 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.context.message.ResourceBundleMessageSource
-
Efficiently retrieve the String value for the specified key,
or return null
if not found.
- getSuffix() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- getSuffix() - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- getTarget() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- getTarget() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the redirect target.
- getTarget(Activity) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the redirect target.
- getTargetBeanClass() - Method in class com.aspectran.core.context.rule.BeanRule
-
- getTargetBeanClassName() - Method in class com.aspectran.core.context.rule.BeanRule
-
- getTargetHeaders() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getTargetHeaders() - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- getTargetMethods() - Method in class com.aspectran.core.context.rule.AspectRule
-
- getTargetMethods() - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- getTargetTokens() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Gets the tokens of the redirect target.
- getTargetType() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- getTempDirectoryPath() - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Returns the directory path used for temporary files.
- getTempDirectoryPath() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- getTempDirectoryPath() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Gets the temporary file path.
- getTemplateAsStream(URL) - Method in class com.aspectran.core.activity.response.transform.TransformResponse
-
Gets the template as stream.
- getTemplateFileScanFilter() - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- getTemplateId() - Method in class com.aspectran.core.context.rule.TransformRule
-
- getTemplateId() - Method in exception com.aspectran.core.context.template.TemplateNotFoundException
-
Gets the template id.
- getTemplateLoaderForPath(String) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
Determine a FreeMarker TemplateLoader for the given path.
- getTemplateLoaderForPath(String) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
Determine a Pebble Engine Template Loader for the given path.
- getTemplateProcessor() - Method in class com.aspectran.core.activity.AbstractActivity
-
- getTemplateProcessor() - Method in interface com.aspectran.core.activity.Activity
-
Gets the template processor.
- getTemplateProcessor() - Method in interface com.aspectran.core.context.ActivityContext
-
Gets the template processor.
- getTemplateProcessor() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- getTemplateRule() - Method in class com.aspectran.core.context.rule.TransformRule
-
- getTemplateRule() - Method in exception com.aspectran.core.context.template.TemplateRuleException
-
Gets bean rule.
- getTemplateRule(String) - Method in class com.aspectran.core.context.template.TemplateRuleRegistry
-
- getTemplateRuleMap() - Method in class com.aspectran.core.context.template.TemplateRuleRegistry
-
- getTemplateRuleRegistry() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the template rule registry.
- getTemplateRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets all template rules.
- getTemplateRules() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- getTemplateSource(ApplicationAdapter) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- getTimeZone() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Gets the time zone.
- getTimeZone() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns the preferred TimeZone
.
- getTimeZoneParamName() - Method in class com.aspectran.core.context.i18n.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.TokenEvaluationException
-
Gets the token which is failed to evaluate expression.
- getToken() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- 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.
- 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.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
-
- getTranslet() - Method in class com.aspectran.core.activity.InstantActivity
-
- getTransletImplementationClass() - Method in class com.aspectran.core.activity.CoreActivity
-
Returns an implementation class for the Translet
.
- getTransletImplementationClass() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getTransletImplementationClass() - Method in interface com.aspectran.core.activity.Translet
-
Returns an implementation class for the Translet
.
- getTransletImplementationClass() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletImplementationClass() - Method in class com.aspectran.core.context.rule.TransletRule
-
- getTransletImplementationClass() - Method in exception com.aspectran.core.context.translet.TransletInstantiationException
-
Returns the translet implementation class.
- getTransletImplementationClassName() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletInterfaceClass() - Method in class com.aspectran.core.activity.CoreActivity
-
Returns an interface class for the Translet
.
- getTransletInterfaceClass() - Method in class com.aspectran.core.activity.CoreTranslet
-
- getTransletInterfaceClass() - Method in interface com.aspectran.core.activity.Translet
-
Returns an interface class for the Translet
.
- getTransletInterfaceClass() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletInterfaceClass() - Method in class com.aspectran.core.context.rule.TransletRule
-
- getTransletInterfaceClass() - Method in exception com.aspectran.core.context.translet.TransletInstantiationException
-
Returns the translet interface class.
- getTransletInterfaceClassName() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletName() - Method in class com.aspectran.console.service.CommandParser
-
Gets the translet name.
- getTransletName() - Method in interface com.aspectran.core.activity.Activity
-
Gets the name of the current translet.
- getTransletName() - Method in class com.aspectran.core.activity.CoreActivity
-
- getTransletName() - Method in class com.aspectran.core.activity.DefaultActivity
-
- getTransletName() - Method in class com.aspectran.core.activity.InstantActivity
-
- getTransletName() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
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.JobRule
-
- getTransletName() - Method in exception com.aspectran.core.context.translet.TransletNotFoundException
-
- getTransletNameMaskPattern() - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- getTransletNamePattern() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletNamePattern() - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- getTransletNamePrefix() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletNameSuffix() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- getTransletRule() - Method in class com.aspectran.core.activity.CoreActivity
-
Returns the translet rule.
- getTransletRule() - Method in exception com.aspectran.core.context.translet.TransletRuleException
-
Gets translet rule.
- getTransletRule(String) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getTransletRuleMap() - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getTransletRuleRegistry() - Method in class com.aspectran.core.activity.AbstractActivity
-
Gets the translet rule registry.
- 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.builder.assistant.ContextBuilderAssistant
-
Gets the translet rule registry.
- getTransletRules() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets all translet rules.
- getTransletRules() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- getTransletRules() - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- getTriggerParameters() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getTriggerType() - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- getTrimmer(Map) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.AbstractTrimDirectiveModel
-
Gets trimmer.
- getTrimmer(Map) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.CustomTrimDirective
-
- 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 type.
- getTypeAliases() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Gets the type aliases.
- getTypeBasedBeanRuleMap() - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- 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<?>, 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
-
Returns the sum of the object transformation cost for each class in the source
argument list.
- 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.
- getTypes() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- getTypes() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
-
- getUrl() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- 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 token's default value or bean's class name.
- getValue() - Method in class com.aspectran.core.context.rule.ItemRule
-
Returns the value of the item.
- getValue(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getValue(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- getValue() - Method in interface com.aspectran.core.util.apon.Parameter
-
Returns a value as an Object
.
- 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.
- getValue(ParameterDefinition) - 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() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- 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 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
-
Gets the value list.
- 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
-
- 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 the item.
- getVisibleCount() - Method in class com.aspectran.core.activity.process.ActionList
-
- getVisibleCount() - Method in class com.aspectran.core.activity.process.ContentList
-
- getWildcardPattern() - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
-
- getWriteablePropertyNames() - Method in class com.aspectran.core.util.BeanDescriptor
-
Gets an array of the writeable properties for an object.
- getWriteablePropertyNames(Object) - Static method in class com.aspectran.core.util.BeanUtils
-
Returns an array of the writeable properties exposed by a bean
- getWriter() - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- getWriter() - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns a Writer
object that can send character text to the client.
- getWriter() - Method in class com.aspectran.web.activity.response.GZipServletResponseWrapper
-
- getWriter() - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- GZipServletOutputStream - Class in com.aspectran.web.activity.response
-
The Class GZipServletOutputStream.
- GZipServletOutputStream(OutputStream) - Constructor for class com.aspectran.web.activity.response.GZipServletOutputStream
-
- GZipServletResponseWrapper - Class in com.aspectran.web.activity.response
-
The Class GZipServletResponseWrapper.
- GZipServletResponseWrapper(HttpServletResponse) - Constructor for class com.aspectran.web.activity.response.GZipServletResponseWrapper
-
- id - Static variable in class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- id - Static variable in class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- id - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- id - Static variable in class com.aspectran.core.context.builder.apon.params.ScheduleParameters
-
- id - Static variable in class com.aspectran.core.context.builder.apon.params.TemplateParameters
-
- ID_SEPARATOR - Static variable in interface com.aspectran.core.context.ActivityContext
-
- ID_SEPARATOR_CHAR - Static variable in interface com.aspectran.core.context.ActivityContext
-
- IF_MATCH - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP If-Match
header field name.
- IF_MODIFIED_SINCE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP If-Modified-Since
header field name.
- IF_NONE_MATCH - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP If-None-Match
header field name.
- IF_RANGE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP If-Range
header field name.
- IF_UNMODIFIED_SINCE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP If-Unmodified-Since
header field name.
- ignoreDependencyInterface(Class<?>) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- important - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- Importer - Interface in com.aspectran.core.context.builder.importer
-
The Interface Importer.
- ImporterType - Enum in com.aspectran.core.context.rule.type
-
The enum ImportType.
- ImportFileType - Enum in com.aspectran.core.context.rule.type
-
The enum ImportFileType.
- ImportHandler - Interface in com.aspectran.core.context.builder.importer
-
The Interface ImportHandler.
- ImportParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ImportParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ImportParameters
-
- ImportParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ImportParameters
-
- imports - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- include - Static variable in class com.aspectran.core.context.builder.apon.params.ActionParameters
-
- IncludeAction - Class in com.aspectran.core.activity.process.action
-
The Class IncludeAction.
- IncludeAction(IncludeActionRule, ActionList) - 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
-
- includes - Static variable in class com.aspectran.core.context.builder.apon.params.PointcutParameters
-
- IncompatibleParameterValueTypeException - Exception in com.aspectran.core.util.apon
-
The Class IncompatibleParameterValueTypeException.
- IncompatibleParameterValueTypeException() - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
Simple constructor.
- IncompatibleParameterValueTypeException(String) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
Constructor to create exception with a message.
- IncompatibleParameterValueTypeException(ParameterValue, ParameterValueType) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
- IncompatibleParameterValueTypeException(int, String, String, String) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
- IncompatibleParameterValueTypeException(int, String, String, ParameterValue, ParameterValueType) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
- IncompatibleParameterValueTypeException(Throwable) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
Constructor to create exception to wrap another exception.
- IncompatibleParameterValueTypeException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.IncompatibleParameterValueTypeException
-
Constructor to create exception to wrap another exception and pass a message.
- 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
-
- indent() - Method in class com.aspectran.core.util.json.JsonWriter
-
Write a tab character to a character stream.
- INDENT_STRING - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- 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
-
- 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
-
- init() - Method in class com.aspectran.web.startup.servlet.SpecificIPAllowedWebActivityServlet
-
- init() - Method in class com.aspectran.web.startup.servlet.WebActivityServlet
-
- InitializableBean - Interface in com.aspectran.core.context.bean.ablility
-
The Interface InitializableBean.
- InitializableTransletBean - Interface in com.aspectran.core.context.bean.ablility
-
The Interface InitializableTransletBean.
- initialize(AspectranService) - Method in interface com.aspectran.core.context.ActivityContext
-
Initializes the ActivityContext.
- initialize(AspectranService) - Method in class com.aspectran.core.context.AspectranActivityContext
-
- initialize() - Method in interface com.aspectran.core.context.bean.ablility.InitializableBean
-
Invoke on initialization after it has set all bean properties supplied.
- initialize(Translet) - Method in interface com.aspectran.core.context.bean.ablility.InitializableTransletBean
-
Invoke on initialization after it has set all bean properties supplied.
- initialize(ActivityContext) - Method in class com.aspectran.core.context.bean.AbstractBeanFactory
-
- Initialize - Annotation Type in com.aspectran.core.context.bean.annotation
-
- initialize(ActivityContext) - Method in interface com.aspectran.core.context.bean.BeanFactory
-
Initialize the bean factory.
- initialize(ActivityContext) - Method in class com.aspectran.core.context.template.ContextTemplateProcessor
-
Initialize TemplateProcessor.
- initialize() - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactoryBean
-
Initialize FreeMarkerConfigurationFactory's Configuration
if not overridden by a preconfigured FreeMarker Configuation.
- initialize() - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactoryBean
-
Initialize FreeMarkerConfigurationFactory's Configuration
if not overridden by a preconfigured FreeMarker Configuation.
- initialize(AspectranConfig) - Method in class com.aspectran.core.service.AbstractAspectranService
-
- initialize() - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
-
- initMethod - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- inspect(BeanRuleRegistry) - Method in class com.aspectran.core.context.builder.assistant.BeanReferenceInspector
-
Inspect bean reference.
- InstantActivity - Class in com.aspectran.core.activity
-
The Class InstantActivity
- InstantActivity(ActivityContext) - Constructor for class com.aspectran.core.activity.InstantActivity
-
Instantiates a new instant activity.
- InstantActivity(ActivityContext, SessionAdapter) - Constructor for class com.aspectran.core.activity.InstantActivity
-
Instantiates a new instant activity.
- InstantiatedBean - Class in com.aspectran.core.context.bean
-
Contains an object of the instantiated bean.
- InstantiatedBean(Object) - Constructor for class com.aspectran.core.context.bean.InstantiatedBean
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class com.aspectran.core.context.bean.proxy.CglibDynamicBeanProxy
-
- internalServerError(Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
500 Internal Server Error
.
- intervalInHours - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- intervalInMilliseconds - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- intervalInMinutes - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- intervalInSeconds - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- INVALID_ACTUAL_REQUEST - Static variable in exception com.aspectran.web.support.cors.CorsException
-
Invalid simple / actual request.
- INVALID_PREFLIGHT_REQUEST - Static variable in exception com.aspectran.web.support.cors.CorsException
-
Invalid preflight request.
- invalidate() - Method in class com.aspectran.console.adapter.ConsoleSessionAdapter
-
- 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.embedded.adapter.EmbeddedSessionAdapter
-
- invalidate() - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- InvalidParameterException - Exception in com.aspectran.core.util.apon
-
The Class InvalidParameterException.
- InvalidParameterException() - Constructor for exception com.aspectran.core.util.apon.InvalidParameterException
-
Simple constructor.
- InvalidParameterException(String) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterException
-
Constructor to create exception with a message.
- InvalidParameterException(int, String, String, String) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterException
-
Constructor to create exception with a message.
- InvalidParameterException(Throwable) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterException
-
Constructor to create exception to wrap another exception.
- InvalidParameterException(String, Throwable) - Constructor for exception com.aspectran.core.util.apon.InvalidParameterException
-
Constructor to create exception to wrap another exception and pass a message.
- InvalidPointcutPatternException - Exception in com.aspectran.core.context.aspect
-
The Class InvalidPointcutPatternException.
- InvalidPointcutPatternException() - Constructor for exception com.aspectran.core.context.aspect.InvalidPointcutPatternException
-
Creates a new InvalidPointcutPatternException without detail message.
- InvalidPointcutPatternException(String) - Constructor for exception com.aspectran.core.context.aspect.InvalidPointcutPatternException
-
Constructs a InvalidPointcutPatternException with the specified detail message.
- InvalidPointcutPatternException(Throwable) - Constructor for exception com.aspectran.core.context.aspect.InvalidPointcutPatternException
-
Constructor to create exception to wrap another exception.
- InvalidPointcutPatternException(String, Throwable) - Constructor for exception com.aspectran.core.context.aspect.InvalidPointcutPatternException
-
Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.
- InvalidPointcutPatternException(AspectRule, String) - Constructor for exception com.aspectran.core.context.aspect.InvalidPointcutPatternException
-
Instantiates a new InvalidPointcutPatternException.
- InvalidResourceException - Exception in com.aspectran.core.context.loader.resource
-
The Class InvalidResourceException.
- InvalidResourceException() - Constructor for exception com.aspectran.core.context.loader.resource.InvalidResourceException
-
Simple constructor
- InvalidResourceException(String) - Constructor for exception com.aspectran.core.context.loader.resource.InvalidResourceException
-
Constructor to create exception with a message
- InvalidResourceException(Throwable) - Constructor for exception com.aspectran.core.context.loader.resource.InvalidResourceException
-
Constructor to create exception to wrap another exception
- InvalidResourceException(String, Throwable) - Constructor for exception com.aspectran.core.context.loader.resource.InvalidResourceException
-
Constructor to create exception to wrap another exception and pass a
message
- 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, Method, Object[]) - Method in class com.aspectran.core.context.bean.proxy.JavassistDynamicBeanProxy
-
- invoke(Object, Method, Object[]) - Method in class com.aspectran.core.context.bean.proxy.JdkDynamicBeanProxy
-
- 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, Object[], Class<?>[]) - Static method in class com.aspectran.core.util.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter types given.
- 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.
- 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, boolean) - Static method in class com.aspectran.core.activity.process.action.MethodAction
-
- 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, 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.
- isActive() - Method in interface com.aspectran.core.service.AspectranService
-
Returns whether this AspectranService is currently active.
- isActive() - Method in class com.aspectran.core.service.BasicAspectranService
-
- isAddable() - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- isAddable() - Method in interface com.aspectran.core.util.apon.Parameters
-
- isAllowCredentials() - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- isAllowedHeader(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
Helper method to check whether the specified HTTP header is supported.
- isAllowedMethod(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
Helper method to check whether the specified HTTP method is
supported.
- isAllowedOrigin(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
Helper method to check whether requests from the specified origin must be allowed.
- isAlwaysUseMessageFormat() - Method in class com.aspectran.core.context.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.ParameterDefinition
-
- isArray() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- isAssignable(Class<?>, Class<?>) - Static method in class com.aspectran.core.util.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side
type, assuming setting by reflection.
- isAssignableValue(Class<?>, Object) - Static method in class com.aspectran.core.util.ClassUtils
-
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 value was assigned to the parameter value.
- isAssigned() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- isAutoGeneratedName() - Method in class com.aspectran.core.context.rule.ItemRule
-
Returns whether the item name was auto generated.
- isBeanRelevanted() - Method in class com.aspectran.core.context.rule.AspectRule
-
- isBracketed() - Method in interface com.aspectran.core.util.apon.Parameter
-
- isBracketed() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- isBuiltin() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- isCaseSensitive() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- isCorsRequest(HttpServletRequest) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
Returns true
if the request is a valid CORS one.
- 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
-
- 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
-
- isDefaultResponse() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Returns whether the default response.
- isDefaultResponse() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Returns whether the default response.
- isDefaultResponse() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Returns whether the default response.
- isDefaultResponse() - Method in class com.aspectran.core.context.rule.TransformRule
-
- isDisabled() - Method in class com.aspectran.core.context.rule.JobRule
-
- isDisposableBean() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean implements DisposableBean.
- 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.
- isExcludeNullParameter() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
- isExistsBeanMethodNamePattern() - Method in class com.aspectran.core.context.aspect.pointcut.AbstractPointcut
-
- isExistsBeanMethodNamePattern() - Method in interface com.aspectran.core.context.aspect.pointcut.Pointcut
-
- isExplicitContent() - Method in class com.aspectran.core.context.rule.TransletRule
-
- isExposable(String) - Method in class com.aspectran.core.service.AbstractAspectranService
-
- isFactoryBean() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean implements FactoryBean.
- isFactoryMethodRequiresTranslet() - Method in class com.aspectran.core.context.rule.BeanRule
-
- isFactoryOffered() - Method in class com.aspectran.core.context.rule.BeanRule
-
- isFactoryProductionRequired() - Method in class com.aspectran.core.context.rule.BeanRule
-
- isFieldAutowireParsed() - Method in class com.aspectran.core.context.rule.BeanRule
-
- isFirstborn() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- isHardReload() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- isHardReload() - Method in interface com.aspectran.core.service.AspectranService
-
Returns whether or not the java classes to be reload when the activity context is reloading.
- isHeadersInstantiated() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- isHidden() - Method in class com.aspectran.core.activity.process.action.BeanAction
-
- 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.HeadingAction
-
- isHidden() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
- isHidden() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- isHidden() - Method in class com.aspectran.core.activity.process.ActionList
-
- isHidden() - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Returns whether or not to hide this action result.
- isHidden() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Returns whether to hide result of the action.
- 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.HeadingActionRule
-
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.
- isHybridLoad() - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- isIgnoreInvalidLocale() - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Return whether to ignore an invalid value for the locale parameter.
- isImplicitResponse() - Method in class com.aspectran.core.context.rule.TransletRule
-
- isImportant() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is important.
- isIncluded() - Method in class com.aspectran.core.activity.AbstractActivity
-
Returns whether or not contained in other activity.
- 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.
- isInitMethodRequiresTranslet() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether the initialization method requires the Translate argument.
- 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
-
- isLazyInit() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is to be lazily initialized.
- isListableType() - Method in class com.aspectran.core.context.rule.ItemRule
-
Return whether the item is listable type.
- 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 the item is mappable type.
- isMaxLengthExceeded() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Returns whether request header has exceed the maximum length.
- isMaxLengthExceeded() - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Returns whether request header has exceed the maximum length.
- isMethodAutowireParsed() - Method in class com.aspectran.core.context.rule.BeanRule
-
- isNoBracket() - Method in class com.aspectran.core.util.apon.ParameterDefinition
-
- isNoCache() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- isNoQuotes() - Method in class com.aspectran.core.util.apon.AponWriter
-
Returns whether to wrap a string in quotes.
- isNullWrite() - Method in class com.aspectran.core.util.apon.AponWriter
-
Returns whether to write a null parameter.
- isolated - Static variable in class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- isOmittable() - Method in class com.aspectran.core.activity.process.ActionList
-
- isOmittable() - Method in class com.aspectran.core.activity.process.ContentList
-
- isOmittable() - Method in class com.aspectran.core.activity.process.result.ContentResult
-
- isOmittable() - Method in class com.aspectran.core.activity.process.result.ProcessResult
-
- isPointcutPatternVerifiable() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Checks if is pointcut pattern verifiable.
- isPointcutPatternVerifiable() - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- isPredefined() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- isPreFlightRequest(HttpServletRequest) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
Returns true
if the request is a valid CORS pre-flight one.
- isPretty() - Method in class com.aspectran.core.context.rule.TransformRule
-
- isPrimitiveArray(Class<?>) - Static method in class com.aspectran.core.util.ClassUtils
-
Check if the given class represents an array of primitives,
i.e. boolean, byte, char, short, int, long, float, or double.
- isPrimitiveWrapper(Class<?>) - Static method in class com.aspectran.core.util.ClassUtils
-
Check if the given class represents a primitive wrapper,
i.e.
- isPrimitiveWrapperArray(Class<?>) - Static method in class com.aspectran.core.util.ClassUtils
-
Check if the given class represents an array of primitive wrappers,
i.e.
- isProxiable() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean can be proxied.
- isProxied() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean is proxied.
- isReady() - Method in class com.aspectran.web.activity.response.GZipServletOutputStream
-
- isRefused() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Checks if the file is refused.
- isReplicated() - Method in class com.aspectran.core.context.rule.BeanRule
-
Returns whether this bean has been replicated.
- isRequired() - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- isRequiresTranslet() - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- isRequiresTranslet() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- isRequiresTranslet(Method) - Static method in class com.aspectran.core.context.rule.MethodActionRule
-
- 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
-
- isResponseReserved() - Method in class com.aspectran.core.activity.InstantActivity
-
- isRoot() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- 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.rule.BeanRule
-
Returns whether this bean is a singleton.
- isSingleton() - Method in class com.aspectran.web.support.view.FreeMarkerViewDispatcher
-
- isSingleton() - Method in class com.aspectran.web.support.view.JspViewDispatcher
-
- isSingleton() - Method in class com.aspectran.web.support.view.PebbleViewDispatcher
-
- isSplited() - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- isTokenize() - Method in class com.aspectran.core.context.rule.ItemRule
-
Returns whether to tokenize.
- 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
-
- 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
-
- isTypeHintWrite() - Method in class com.aspectran.core.util.apon.AponWriter
-
Returns whether write a type hint for values.
- isUrl(String) - Static method in class com.aspectran.core.util.ResourceUtils
-
- isUseCodeAsDefaultMessage() - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Return whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- isUseExternalSource() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- isValidFileExtension(String, String, String) - Static method in class com.aspectran.core.util.FilenameUtils
-
Checks whether the extension of the filename is valid.
- 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.builder.apon.params.ItemHolderParameters
-
- ItemEvaluator - Interface in com.aspectran.core.context.expr
-
Evaluates expression for the Item Rule.
- ItemExpressionParser - Class in com.aspectran.core.context.expr
-
The Class ItemExpressionParser.
- ItemExpressionParser(Activity) - Constructor for class com.aspectran.core.context.expr.ItemExpressionParser
-
Instantiates a new ItemExpressionParser.
- ItemHolderParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ItemHolderParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ItemHolderParameters
-
- ItemHolderParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ItemHolderParameters
-
- ItemParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ItemParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ItemParameters
-
- ItemParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.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
-
- ItemType - Enum in com.aspectran.core.context.rule.type
-
The enum ItemType.
- ItemValueType - Enum in com.aspectran.core.context.rule.type
-
The enum ItemValueType.
- iterator() - Method in class com.aspectran.core.activity.response.ResponseMap
-
- iterator() - Method in class com.aspectran.core.context.rule.ExceptionRule
-
- RANGE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Range
header field name.
- read() - Method in class com.aspectran.core.util.apon.AponReader
-
Converts an APON formatted string into a VariableParameters object.
- read(T) - Method in class com.aspectran.core.util.apon.AponReader
-
Converts an APON formatted string into a given Parameters object.
- read(File, String) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns a string from the specified file.
- read(URL, String) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns a string from the specified url.
- read(Reader) - Static method in class com.aspectran.core.util.ResourceUtils
-
Returns a string from the specified Reader object.
- ready() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- ready() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- redirect(RedirectResponseRule) - Method in class com.aspectran.core.activity.CoreTranslet
-
- redirect(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- redirect(String, boolean) - Method in class com.aspectran.core.activity.CoreTranslet
-
- redirect(String, Map<String, String>) - Method in class com.aspectran.core.activity.CoreTranslet
-
- redirect(RedirectResponseRule) - Method in interface com.aspectran.core.activity.Translet
-
Redirect a client according to the given rule.
- redirect(String) - Method in interface com.aspectran.core.activity.Translet
-
Redirect a client to a new target resource.
- redirect(String, boolean) - Method in interface com.aspectran.core.activity.Translet
-
Redirect a client to a new target resource.
- redirect(String, Map<String, String>) - Method in interface com.aspectran.core.activity.Translet
-
Redirect to the other target resouce.
- redirect(String) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- redirect(RedirectResponseRule) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- redirect(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Redirects a client to a new URL.
- redirect(RedirectResponseRule) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Redirects a client to a new URL.
- Redirect - Annotation Type in com.aspectran.core.context.bean.annotation
-
- redirect - Static variable in class com.aspectran.core.context.builder.apon.params.ResponseParameters
-
- redirect - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- redirect(String) - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- redirect(RedirectResponseRule) - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- RedirectParameters - Class in com.aspectran.core.context.builder.apon.params
-
- RedirectParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.RedirectParameters
-
- RedirectParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.RedirectParameters
-
- RedirectResponse - Class in com.aspectran.core.activity.response
-
The Class RedirectResponse.
- RedirectResponse(RedirectResponseRule) - Constructor for class com.aspectran.core.activity.response.RedirectResponse
-
Instantiates a new RedirectResponse.
- RedirectResponseRule - Class in com.aspectran.core.context.rule
-
The Class RedirectResponseRule.
- RedirectResponseRule() - Constructor for class com.aspectran.core.context.rule.RedirectResponseRule
-
- redirects - Static variable in class com.aspectran.core.context.builder.apon.params.ExceptionThrownParameters
-
- reference - Static variable in class com.aspectran.core.context.builder.apon.params.ItemParameters
-
- ReferenceParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ReferenceParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ReferenceParameters
-
- ReferenceParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ReferenceParameters
-
- REFERER - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Referer
header field name.
- 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
-
- RegexpPointcut - Class in com.aspectran.core.context.aspect.pointcut
-
The Class RegexpPointcut.
- RegexpPointcut(List<PointcutPatternRule>) - Constructor for class com.aspectran.core.context.aspect.pointcut.RegexpPointcut
-
- register(AspectRule) - Method in class com.aspectran.core.context.aspect.AspectAdviceRulePostRegister
-
- register(BeanRuleRegistry) - Method in class com.aspectran.core.context.aspect.AspectAdviceRulePreRegister
-
- register(TransletRuleRegistry) - Method in class com.aspectran.core.context.aspect.AspectAdviceRulePreRegister
-
- register(AspectRule) - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- registerAspectRule(AspectRule) - Method in class com.aspectran.core.activity.AbstractActivity
-
- registerAspectRule(AspectRule) - Method in interface com.aspectran.core.activity.Activity
-
Register an aspect rule dynamically.
- registerDynamically(AspectRule) - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- RegulatedApplicationAdapter - Class in com.aspectran.core.adapter
-
The Class RegulatedApplicationAdapter.
- RegulatedApplicationAdapter(ApplicationAdapter) - Constructor for class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
Instantiates a new Regulated application adapter.
- rejectRequest(Translet, CorsException) - Method in class com.aspectran.web.support.cors.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- release() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
- release() - Method in class com.aspectran.core.adapter.AbstractSessionAdapter
-
- release() - Method in interface com.aspectran.core.adapter.SessionAdapter
-
No longer use the adaptee object.
- release() - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- release() - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- release() - Method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- release() - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
- RelevantAspectRuleHolder - Class in com.aspectran.core.context.bean.proxy
-
The Class RelevantAspectRuleHolder.
- RelevantAspectRuleHolder() - Constructor for class com.aspectran.core.context.bean.proxy.RelevantAspectRuleHolder
-
- reload(boolean) - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- reload(boolean) - Method in class com.aspectran.core.context.loader.AponActivityContextLoader
-
- reload(boolean) - Method in class com.aspectran.core.context.loader.HybridActivityContextLoader
-
- reload() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- reload(boolean) - Method in class com.aspectran.core.context.loader.XmlActivityContextLoader
-
- reloadActivityContext() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- reloadMode - Static variable in class com.aspectran.core.context.loader.config.AspectranContextAutoReloadConfig
-
The reload mode, which is either "hard" or "soft".
- remove(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMap
-
- remove(Object) - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
-
- removeAttribute(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- 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.BasicApplicationAdapter
-
- removeAttribute(String) - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- removeAttribute(String) - Method in class com.aspectran.core.adapter.BasicSessionAdapter
-
- removeAttribute(String) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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.web.adapter.HttpServletRequestAdapter
-
- removeAttribute(String) - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- removeAttribute(String) - Method in class com.aspectran.web.adapter.WebApplicationAdapter
-
- 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
-
- 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.AbstractAdaptiveRequest
-
- 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.
- renderDefaultMessage(String, Object[], Locale) - Method in class com.aspectran.core.context.message.MessageSourceSupport
-
Render the given default message String.
- repeatCount - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- repeatForever - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- 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.
- 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
-
Replicate this response.
- replicate() - Method in class com.aspectran.core.activity.response.transform.AponTransform
-
- replicate() - Method in class com.aspectran.core.activity.response.transform.JsonTransform
-
- replicate() - Method in class com.aspectran.core.activity.response.transform.TextTransform
-
- replicate() - Method in class com.aspectran.core.activity.response.transform.XmlTransform
-
- replicate() - Method in class com.aspectran.core.activity.response.transform.XslTransform
-
- replicate() - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- replicate() - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- replicate() - Method in interface com.aspectran.core.context.rule.ability.Replicable
-
- replicate() - Method in class com.aspectran.core.context.rule.BeanRule
-
- replicate(BeanRule) - Static method in class com.aspectran.core.context.rule.BeanRule
-
- replicate() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
- replicate(DispatchResponseRule) - Static method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Returns a new derived instance of DispatchResponseRule.
- replicate() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
- replicate(ForwardResponseRule) - Static method in class com.aspectran.core.context.rule.ForwardResponseRule
-
- replicate() - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
- replicate(RedirectResponseRule) - Static method in class com.aspectran.core.context.rule.RedirectResponseRule
-
- replicate() - Method in class com.aspectran.core.context.rule.ResponseRule
-
- replicate(ResponseRule) - Static method in class com.aspectran.core.context.rule.ResponseRule
-
- replicate() - Method in class com.aspectran.core.context.rule.TemplateRule
-
- replicate(TemplateRule) - Static method in class com.aspectran.core.context.rule.TemplateRule
-
- replicate() - Method in class com.aspectran.core.context.rule.TransformRule
-
- replicate(TransformRule) - Static method in class com.aspectran.core.context.rule.TransformRule
-
- replicate() - Method in class com.aspectran.core.context.rule.TransletRule
-
- 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.activity.process.ContentList
-
- replicateAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
-
- reporting(Activity) - Method in class com.aspectran.scheduler.service.JobActivityReport
-
- Request - Annotation Type in com.aspectran.core.context.bean.annotation
-
- request - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- requestAdapter - Variable in class com.aspectran.core.activity.ActivityDataMap
-
- RequestAdapter - Interface in com.aspectran.core.adapter
-
The Interface RequestAdapter.
- 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(Throwable) - 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.
- 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(String) - 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.
- RequestMethodNotAllowedException(String, Throwable) - 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(MethodType) - Constructor for exception com.aspectran.core.activity.request.RequestMethodNotAllowedException
-
Instantiates a new RequestMethodNotAllowedException.
- RequestParameters - Class in com.aspectran.core.context.builder.apon.params
-
- RequestParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.RequestParameters
-
- RequestParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.RequestParameters
-
- RequestParseException - Exception in com.aspectran.web.activity.request
-
Exception thrown when request parse fails.
- RequestParseException() - Constructor for exception com.aspectran.web.activity.request.RequestParseException
-
Simple constructor.
- RequestParseException(String) - Constructor for exception com.aspectran.web.activity.request.RequestParseException
-
Constructor to create exception with a message.
- RequestParseException(String, Throwable) - Constructor for exception com.aspectran.web.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() - Constructor for class com.aspectran.core.context.rule.RequestRule
-
- RequestScope - Class in com.aspectran.core.context.bean.scope
-
The Class RequestScope.
- RequestScope() - Constructor for class com.aspectran.core.context.bean.scope.RequestScope
-
Instantiates a new Request scope.
- Required - Annotation Type in com.aspectran.core.context.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.
- RequiredTypeBeanNotFoundException - Exception in com.aspectran.core.context.bean
-
The Class RequiredTypeBeanNotFoundException.
- RequiredTypeBeanNotFoundException(Class<?>) - Constructor for exception com.aspectran.core.context.bean.RequiredTypeBeanNotFoundException
-
Instantiates a new BeanNotFoundException.
- reserve(Object, BeanReferenceInspectable) - Method in class com.aspectran.core.context.builder.assistant.BeanReferenceInspector
-
Reserves to bean reference inspection.
- reserveBeanReference(String, BeanReferenceInspectable) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- reserveBeanReference(Class<?>, BeanReferenceInspectable) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
- reserveBeanReference(String, BeanReferenceInspectable) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- reserveBeanReference(Class<?>, BeanReferenceInspectable) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- reserveResponse(Response) - Method in class com.aspectran.core.activity.CoreActivity
-
Responds immediately, and the remaining jobs will be canceled.
- reserveResponse() - Method in class com.aspectran.core.activity.CoreActivity
-
- reset() - Method in class com.aspectran.core.context.loader.resource.LocalResourceManager
-
- reset() - Method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- 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.AspectAdviceType
-
Returns an AspectAdviceType
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.BeanReferrerType
-
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.ImporterType
-
Returns an ImporterType
with a value represented
by the specified String
.
- resolve(String) - Static method in enum com.aspectran.core.context.rule.type.ImportFileType
-
Returns an ImportFileType
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.JoinpointType
-
Returns a JoinpointType
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.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(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.TriggerType
-
Returns a TriggerType
with a value represented
by the specified String
.
- resolve(String) - Static method in enum com.aspectran.core.util.apon.ParameterValueType
-
Returns a ParameterValueType with a value represented by the specified String.
- resolveActionBeanClass(String, BeanActionRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class for bean action rule.
- resolveActionBeanClass(String, BeanActionRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveAdviceBeanClass(String, AspectRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class for the aspect rule.
- resolveAdviceBeanClass(String, AspectRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveAliasType(String) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
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.builder.assistant.ShallowContextBuilderAssistant
-
- resolveArguments(Object[], Locale) - Method in class com.aspectran.core.context.message.MessageSourceSupport
-
Template method for resolving argument objects.
- resolveBeanClass(ItemRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class.
- resolveBeanClass(Token) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class for token.
- resolveBeanClass(String, ScheduleRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class for the schedule rule.
- resolveBeanClass(ItemRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveBeanClass(Token) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveBeanClass(String, ScheduleRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveByHint(String) - Static method in enum com.aspectran.core.util.apon.ParameterValueType
-
- resolveCode(String, Locale) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) - Method in class com.aspectran.core.context.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.context.message.AbstractMessageSource
-
Subclasses can override this method to resolve a message without arguments
in an optimized fashion, i.e. to resolve without involving a MessageFormat.
- resolveCodeWithoutArguments(String, Locale) - Method in class com.aspectran.core.context.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.context.i18n.AbstractLocaleResolver
-
Resolve the default locale for the given translet,
Called if can not find specified Locale.
- resolveDefaultTimeZone(Translet) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Resolve the default time zone for the given translet,
Called if can not find specified TimeZone.
- resolveFactoryBeanClass(String, BeanRule) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Resolve bean class for factory bean rule.
- resolveFactoryBeanClass(String, BeanRule) - Method in class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- resolveLocale() - Method in class com.aspectran.core.activity.CoreActivity
-
Resolve the current locale.
- resolveLocale(Translet) - Method in class com.aspectran.core.context.i18n.FixedLocaleResolver
-
- resolveLocale(Translet) - Method in interface com.aspectran.core.context.i18n.LocaleResolver
-
Resolve the current locale via the given translet.
- resolveLocale(Translet) - Method in class com.aspectran.core.context.i18n.SessionLocaleResolver
-
- resolveLocale() - Method in class com.aspectran.web.activity.WebActivity
-
- resolveRequestCharacterEncoding() - Method in class com.aspectran.core.activity.CoreActivity
-
Determine the request character encoding.
- resolveResponseCharacterEncoding() - Method in class com.aspectran.core.activity.CoreActivity
-
Determine the response character encoding.
- resolveTimeZone(Translet) - Method in class com.aspectran.core.context.i18n.FixedLocaleResolver
-
- resolveTimeZone(Translet) - Method in interface com.aspectran.core.context.i18n.LocaleResolver
-
Resolve the current timezone via the given translet.
- resolveTimeZone(Translet) - Method in class com.aspectran.core.context.i18n.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.builder.apon.params.ImportParameters
-
- resource - Static variable in class com.aspectran.core.context.builder.apon.params.TemplateParameters
-
- ResourceBundleMessageSource - Class in com.aspectran.core.context.message
-
MessageSource
implementation that
accesses resource bundles using specified basenames.
- ResourceBundleMessageSource() - Constructor for class com.aspectran.core.context.message.ResourceBundleMessageSource
-
- ResourceEntries - Class in com.aspectran.core.context.loader.resource
-
The Class ResourceEntries.
- ResourceEntries() - Constructor for class com.aspectran.core.context.loader.resource.ResourceEntries
-
- resourceEntries - Variable in class com.aspectran.core.context.loader.resource.ResourceManager
-
- ResourceImporter - Class in com.aspectran.core.context.builder.importer
-
The Class ResourceImporter.
- ResourceImporter(ClassLoader, String, ImportFileType) - Constructor for class com.aspectran.core.context.builder.importer.ResourceImporter
-
- ResourceManager - Class in com.aspectran.core.context.loader.resource
-
The Class ResourceManager.
- ResourceManager() - Constructor for class com.aspectran.core.context.loader.resource.ResourceManager
-
- resourceNameToClassName(String) - Static method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- resources - Static variable in class com.aspectran.core.context.loader.config.AspectranContextConfig
-
- 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() - Method in class com.aspectran.core.activity.CoreTranslet
-
- response(Response) - Method in class com.aspectran.core.activity.CoreTranslet
-
- response(Activity) - Method in class com.aspectran.core.activity.response.dispatch.DispatchResponse
-
- response(Activity) - Method in class com.aspectran.core.activity.response.ForwardResponse
-
- response(Activity) - Method in class com.aspectran.core.activity.response.RedirectResponse
-
- Response - Interface in com.aspectran.core.activity.response
-
The Interface Response.
- response(Activity) - Method in interface com.aspectran.core.activity.response.Response
-
Response.
- response(Activity) - Method in class com.aspectran.core.activity.response.transform.AponTransform
-
- response(Activity) - Method in class com.aspectran.core.activity.response.transform.JsonTransform
-
- response(Activity) - Method in class com.aspectran.core.activity.response.transform.TextTransform
-
- response(Activity) - Method in class com.aspectran.core.activity.response.transform.XmlTransform
-
- response(Activity) - Method in class com.aspectran.core.activity.response.transform.XslTransform
-
- response() - Method in interface com.aspectran.core.activity.Translet
-
Respond immediately, and the remaining jobs will be canceled.
- response(Response) - Method in interface com.aspectran.core.activity.Translet
-
Respond immediately, and the remaining jobs will be canceled.
- RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.DispatchResponseRule
-
- RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.ForwardResponseRule
-
- RESPONSE_TYPE - Static variable in class com.aspectran.core.context.rule.RedirectResponseRule
-
- 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(Throwable) - Constructor for exception com.aspectran.core.activity.response.ResponseException
-
Constructor to create exception to wrap another exception.
- ResponseException(String, Throwable) - Constructor for exception com.aspectran.core.activity.response.ResponseException
-
Constructor to create exception to wrap another exception and pass a message.
- 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.builder.apon.params
-
- ResponseParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ResponseParameters
-
- ResponseParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ResponseParameters
-
- ResponseRule - Class in com.aspectran.core.context.rule
-
The Class ResponseRule.
- ResponseRule() - 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.
- responses - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- ResponseType - Enum in com.aspectran.core.context.rule.type
-
The enum ResponseType.
- restart() - Method in interface com.aspectran.core.service.AspectranServiceController
-
Restart an Aspectran Service.
- restart() - Method in class com.aspectran.core.service.BasicAspectranService
-
- restart(ActivityContext) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- restart(ActivityContext) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- restarted(boolean) - Method in interface com.aspectran.core.service.AspectranServiceLifeCycleListener
-
- restoreAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Restore assistant local.
- resume() - Method in interface com.aspectran.core.service.AspectranServiceController
-
Continues an Aspectran Service after it has been paused.
- resume() - Method in class com.aspectran.core.service.BasicAspectranService
-
- resume() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- resume(String) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- resume() - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- resume(String) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- resumed() - Method in interface com.aspectran.core.service.AspectranServiceLifeCycleListener
-
- resumeSchedulerService() - Method in class com.aspectran.core.service.AbstractAspectranService
-
- retrieveAspectAdviceRuleRegistry(Activity, String, String, String, String) - Method in class com.aspectran.core.context.bean.proxy.AbstractDynamicBeanProxy
-
- RETRY_AFTER - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Retry-After
header field name.
- rollback() - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Delete a saved file.
- root - Static variable in class com.aspectran.core.context.loader.config.AspectranContextConfig
-
- ROOT_WEB_ASPECTRAN_SERVICE_ATTRIBUTE - Static variable in class com.aspectran.web.service.WebAspectranService
-
- RootAponAssembler - Class in com.aspectran.core.context.builder.apon
-
The Class RootAponAssembler.
- RootAponAssembler(ContextBuilderAssistant) - Constructor for class com.aspectran.core.context.builder.apon.RootAponAssembler
-
- RootAponDisassembler - Class in com.aspectran.core.context.builder.apon
-
The Class RootAponDisassembler.
- RootAponDisassembler(ContextBuilderAssistant) - Constructor for class com.aspectran.core.context.builder.apon.RootAponDisassembler
-
- RootParameters - Class in com.aspectran.core.context.builder.apon.params
-
- RootParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.RootParameters
-
- RootParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.RootParameters
-
- ROUND_BRACKET_CLOSE - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- ROUND_BRACKET_OPEN - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- run() - Method in class com.aspectran.core.context.loader.reload.ActivityContextReloadingTimerTask
-
- RuntimeActivityContextBuilder - Class in com.aspectran.core.context.builder
-
The Class RuntimeActivityContextBuilder.
- RuntimeActivityContextBuilder(ApplicationAdapter) - Constructor for class com.aspectran.core.context.builder.RuntimeActivityContextBuilder
-
- save(String, Class<?>) - Method in interface com.aspectran.core.util.ClassScanner.SaveHandler
-
- save(String, File) - Method in interface com.aspectran.core.util.FileScanner.SaveHandler
-
- saveAs(File) - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Save an uploaded file as a given destination file.
- saveAs(File, boolean) - Method in class com.aspectran.core.activity.request.parameter.FileParameter
-
Save an file as a given destination file.
- saveAs(File, boolean) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFileParameter
-
Save an uploaded file as a given destination file.
- savedFile - Variable in class com.aspectran.core.activity.request.parameter.FileParameter
-
- scan(String, ClassScanner.SaveHandler) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- scan - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- scan - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- scan(String, WildcardMatcher, FileScanner.SaveHandler) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- scan(String) - Method in class com.aspectran.core.util.ClassScanner
-
Find all classes that match the class name pattern.
- scan(String, Map<String, Class<?>>) - Method in class com.aspectran.core.util.ClassScanner
-
Find all classes that match the class name pattern.
- scan(String, ClassScanner.SaveHandler) - 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, Map<String, File>) - Method in class com.aspectran.core.util.FileScanner
-
- scan(String, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
-
- scan(String, String) - Method in class com.aspectran.core.util.FileScanner
-
- scan(String, String, Map<String, File>) - Method in class com.aspectran.core.util.FileScanner
-
- scan(String, String, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
-
- scan(String, WildcardMatcher, FileScanner.SaveHandler) - Method in class com.aspectran.core.util.FileScanner
-
- scanFromJarResource(URL, WildcardMatcher, ClassScanner.SaveHandler) - Method in class com.aspectran.core.util.ClassScanner
-
- scanIntervalSeconds - Static variable in class com.aspectran.core.context.loader.config.AspectranContextAutoReloadConfig
-
The interval in seconds between scanning the specified resouces for file changes.
- ScheduleParameters - Class in com.aspectran.core.context.builder.apon.params
-
- ScheduleParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.ScheduleParameters
-
- ScheduleParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.ScheduleParameters
-
- scheduler - Static variable in class com.aspectran.core.context.builder.apon.params.ScheduleParameters
-
- scheduler - Static variable in class com.aspectran.core.context.loader.config.AspectranConfig
-
- SchedulerParameters - Class in com.aspectran.core.context.builder.apon.params
-
- SchedulerParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.SchedulerParameters
-
- SchedulerParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.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(Throwable) - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
-
Constructor to create exception to wrap another exception
- SchedulerServiceException(String, Throwable) - Constructor for exception com.aspectran.scheduler.service.SchedulerServiceException
-
Constructor to create exception to wrap another exception and pass a message
- 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.context.schedule
-
The Class ScheduleRuleRegistry.
- ScheduleRuleRegistry() - Constructor for class com.aspectran.core.context.schedule.ScheduleRuleRegistry
-
- schedules - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- scope - Variable in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- Scope - Interface in com.aspectran.core.context.bean.scope
-
The Interface Scope.
- scope - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- scopedBeanMap - Variable in class com.aspectran.core.context.bean.scope.AbstractScope
-
- ScopeType - Enum in com.aspectran.core.context.rule.type
-
The enum ScopeType.
- search(Object) - 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(String, String) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 지정문자열(keyw)이 검색된 횟수를,
지정문자열이 없으면 0 을 반환한다.
- search(CharSequence, char) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 지정문자열(keyw)이 검색된 횟수를,
지정문자열이 없으면 0 을 반환한다.
- searchIgnoreCase(String, String) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 대소문자 구분없이 지정문자열(keyw)이 검색된 횟수를,
지정문자열이 없으면 0 을 반환한다.
- searchIgnoreCase(CharSequence, char) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 지정문자열(keyw)이 검색된 횟수를,
지정문자열이 없으면 0 을 반환한다.
- searchResources(Iterator<AspectranClassLoader>, String) - Static method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- searchResources(Iterator<AspectranClassLoader>, String, Enumeration<URL>) - Static method in class com.aspectran.core.context.loader.resource.ResourceManager
-
- seekUniqueFile(File) - Static method in class com.aspectran.core.util.FilenameUtils
-
Returns a file name that does not overlap in the specified directory.
- seekUniqueFile(File, char) - Static method in class com.aspectran.core.util.FilenameUtils
-
Returns a file name that does not overlap in the specified directory.
- seeOther(Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
303 See Other
.
- sendError(Translet) - Method in interface com.aspectran.web.support.cors.CorsProcessor
-
Sends an error response to the client using the specified status.
- sendError(Translet) - Method in class com.aspectran.web.support.cors.DefaultCorsProcessor
-
- separate(CharSequence) - Method in class com.aspectran.core.util.wildcard.WildcardMatcher
-
- SERVER - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Server
header field name.
- service(String) - Method in class com.aspectran.console.service.ConsoleAspectranService
-
Process the actual dispatching to the activity.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.aspectran.web.service.WebAspectranService
-
Processes the actual dispatching to the activity.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.aspectran.web.startup.servlet.SpecificIPAllowedWebActivityServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class com.aspectran.web.startup.servlet.WebActivityServlet
-
- SessionAdapter - Interface in com.aspectran.core.adapter
-
The Interface SessionAdapter.
- SessionLocaleResolver - Class in com.aspectran.core.context.i18n
-
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.context.i18n.SessionLocaleResolver
-
- SessionScope - Class in com.aspectran.core.context.bean.scope
-
The Class SessionScope.
- SessionScope() - Constructor for class com.aspectran.core.context.bean.scope.SessionScope
-
Instantiates a new Session scope.
- SessionScopeActivity - Class in com.aspectran.core.activity
-
The Class SessionScopeActivity.
- SessionScopeActivity(ActivityContext, SessionAdapter) - Constructor for class com.aspectran.core.activity.SessionScopeActivity
-
Instantiates a new session scope activity.
- SessionScopeAdvisor - Class in com.aspectran.core.activity.aspect
-
The Class SessionScopeAdvisor.
- 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_COOKIE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Set-Cookie
header field name.
- SET_COOKIE2 - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Set-Cookie2
header field name.
- setActionId(String) - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Sets the action id.
- setActionId(String) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Sets the action id.
- 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.HeadingActionRule
-
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.MethodActionRule
-
- setActionList(ActionList) - Method in interface com.aspectran.core.context.rule.ability.ActionPossessable
-
Sets the action list.
- setActionList(ActionList) - Method in class com.aspectran.core.context.rule.ability.ActionPossessSupport
-
- setActiveProfiles(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
-
- setActiveProfiles(String) - Method in class com.aspectran.core.context.env.AbstractEnvironment
-
- setActiveProfiles(String[]) - Method in class com.aspectran.core.context.env.AbstractEnvironment
-
- setActiveProfiles(String...) - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- setActivityContext(ActivityContext) - Method in interface com.aspectran.core.context.bean.aware.ActivityContextAware
-
- setActivityContext(ActivityContext) - Method in class com.aspectran.core.support.BasePathFactoryBean
-
- 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.parameter.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.
- setAllowCredentials(boolean) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedFileExtensions(String) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Sets the allowed file extensions.
- setAllowedFileExtensions(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setAllowedFileExtensions(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Sets the allowed file extensions.
- setAllowedHeaders(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedHeaders(String[]) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedHeaders(Set<String>) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedMethod(MethodType) - Method in class com.aspectran.core.context.rule.RequestRule
-
Sets the allowed method.
- setAllowedMethods(MethodType[]) - Method in class com.aspectran.core.context.rule.TransletRule
-
Sets the allowed methods.
- setAllowedMethods(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedMethods(String[]) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedMethods(Set<String>) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedOrigins(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedOrigins(String[]) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAllowedOrigins(Set<String>) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setAlternativeValue(Object) - Method in class com.aspectran.core.context.expr.token.Token
-
Sets the alternative value.
- setAlwaysUseMessageFormat(boolean) - Method in class com.aspectran.core.context.message.MessageSourceSupport
-
Set whether to always apply the MessageFormat rules, parsing even
messages without arguments.
- setApplicationAdapter(ApplicationAdapter) - Method in interface com.aspectran.core.context.bean.aware.ApplicationAdapterAware
-
- setApplicationAdapter(ApplicationAdapter) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setApplicationAdapter(ApplicationAdapter) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setArgumentItemRuleMap(ItemRuleMap) - Method in interface com.aspectran.core.context.rule.ability.ArgumentPossessable
-
Sets the argument item rule map.
- setArgumentItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- setAspectAdviceRule(AspectAdviceRule) - Method in class com.aspectran.core.activity.process.action.BeanAction
-
Sets the aspect advice rule.
- setAspectAdviceRule(AspectAdviceRule) - Method in class com.aspectran.core.context.rule.MethodActionRule
-
Sets the aspect advice rule.
- setAspectAdviceRuleList(List<AspectAdviceRule>) - Method in class com.aspectran.core.context.rule.AspectRule
-
- setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.activity.process.ContentList
-
- setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.bean.proxy.RelevantAspectRuleHolder
-
Sets the aspect advice rule registry.
- setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Sets the aspect advice rule registry.
- setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.rule.MethodActionRule
-
Sets the aspect advice rule registry.
- setAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.rule.TransletRule
-
- setAspectranServiceLifeCycleListener(AspectranServiceLifeCycleListener) - Method in interface com.aspectran.core.service.AspectranService
-
Sets the aspectran service life-cycle listener.
- setAspectranServiceLifeCycleListener(AspectranServiceLifeCycleListener) - Method in class com.aspectran.core.service.BasicAspectranService
-
- setAspectRuleRegistry(AspectRuleRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
-
- setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Sets the assistant local.
- setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.context.template.TemplateRuleRegistry
-
- setAssistantLocal(AssistantLocal) - Method in class com.aspectran.core.context.translet.TransletRuleRegistry
-
- setAttribute(String, Object) - Method in class com.aspectran.core.activity.CoreTranslet
-
- setAttribute(String, Object) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- 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.BasicApplicationAdapter
-
- setAttribute(String, Object) - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- setAttribute(String, Object) - Method in class com.aspectran.core.adapter.BasicSessionAdapter
-
- setAttribute(String, Object) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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.web.adapter.HttpServletRequestAdapter
-
- setAttribute(String, Object) - Method in class com.aspectran.web.adapter.HttpSessionAdapter
-
- setAttribute(String, Object) - Method in class com.aspectran.web.adapter.WebApplicationAdapter
-
- setAttributeItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.EchoActionRule
-
Sets the attribute rule map.
- setAttributeItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
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
-
Sets the attribute map.
- setAttributeMap(Map<String, Object>) - Method in class com.aspectran.embedded.activity.EmbeddedActivity
-
- setAutoGeneratedName(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.context.message.ResourceBundleMessageSource
-
Set a single basename, following
ResourceBundle
conventions:
essentially, a fully-qualified classpath location.
- setBasenames(String...) - Method in class com.aspectran.core.context.message.ResourceBundleMessageSource
-
Set an array of basenames, each following
ResourceBundle
conventions: essentially, a fully-qualified classpath location.
- setBasePath(String) - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
Sets the application base path.
- setBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- setBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets the bean class.
- setBeanClassScanFilter(BeanClassScanFilter) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setBeanClassScanFilter(Class<?>) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setBeanClassScanFilter(String) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setBeanId(String) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Sets bean id.
- setBeanIdMaskPattern(WildcardPattern) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setBeanIdMaskPattern(String) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setBeanIdPattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setBeanProxifier(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setBeanReferenceInspector(BeanReferenceInspector) - Method in exception com.aspectran.core.context.builder.assistant.BeanReferenceException
-
Sets the bean reference inspector.
- setBeanRelevanted(boolean) - Method in class com.aspectran.core.context.rule.AspectRule
-
- setBracketed(boolean) - Method in class com.aspectran.core.util.apon.ParameterValue
-
- setBuiltin(boolean) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- setCacheEnabled(boolean) - Static method in class com.aspectran.core.util.BeanDescriptor
-
- setCacheEnabled(boolean) - Static method in class com.aspectran.core.util.MethodUtils
-
Set whether methods should be cached for greater performance or not,
default is true
.
- setCacheEnabled(boolean) - Static method in class com.aspectran.core.util.PropertiesLoaderUtils
-
Set whether methods should be cached for greater performance or not,
default is true
.
- setCacheSeconds(int) - Method in class com.aspectran.core.context.message.ResourceBundleMessageSource
-
Set the number of seconds to cache loaded resource bundle files.
- setCaseSensitive(boolean) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- setCharacterEncoding(String) - Method in class com.aspectran.core.adapter.BasicRequestAdapter
-
- setCharacterEncoding(String) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- setCharacterEncoding(String) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Sets the character encoding of the response being sent to the client.
- setCharacterEncoding(String) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Sets the character encoding.
- setCharacterEncoding(String) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the character encoding.
- setCharacterEncoding(String) - Method in class com.aspectran.core.context.rule.RequestRule
-
Sets the character encoding.
- setCharacterEncoding(String) - Method in class com.aspectran.core.context.rule.ResponseRule
-
Sets the character encoding.
- setCharacterEncoding(String) - Method in class com.aspectran.core.context.rule.TransformRule
-
Sets the character encoding.
- setCharacterEncoding(String) - Method in class com.aspectran.web.adapter.HttpServletRequestAdapter
-
- setCharacterEncoding(String) - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- setClassLoader(ClassLoader) - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- setClassLoader(ClassLoader) - Method in interface com.aspectran.core.adapter.ApplicationAdapter
-
Sets the class loader.
- setClassLoader(ClassLoader) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- setClassLoader(ClassLoader) - Method in interface com.aspectran.core.context.bean.aware.ClassLoaderAware
-
- setClassLoader(ClassLoader) - Method in class com.aspectran.core.context.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
-
- setCommonMessages(Properties) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Specify locale-independent common messages, with the message code as key
and the full message String (may contain argument placeholders) as value.
- setConfigBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- setConstructorArgumentItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets the constructor argument item rule map.
- 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
-
- setContentLength(int) - Method in class com.aspectran.web.activity.response.GZipServletResponseWrapper
-
- setContentList(ContentList) - Method in class com.aspectran.core.context.rule.TransletRule
-
Sets the content list.
- setContentTokens(Token[]) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- setContentType(String) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- 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.DispatchResponseRule
-
Sets the content type.
- setContentType(String) - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Sets the content type.
- setContentType(String) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the content type.
- setContentType(String) - Method in class com.aspectran.core.context.rule.TransformRule
-
Sets the content type.
- setContentType(String) - Method in class com.aspectran.web.adapter.HttpServletResponseAdapter
-
- setContextBeanRegistry(ContextBeanRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
-
Sets the context bean registry.
- setContextTemplateProcessor(ContextTemplateProcessor) - Method in class com.aspectran.core.context.AspectranActivityContext
-
Sets the template processor.
- setCurrentActivity(Activity) - Method in class com.aspectran.core.activity.AbstractActivity
-
Sets the current activity.
- setCurrentActivity(Activity) - Method in interface com.aspectran.core.context.ActivityContext
-
Sets the current activity.
- setCurrentActivity(Activity) - Method in class com.aspectran.core.context.AspectranActivityContext
-
- setDefaultEncoding(String) - Method in class com.aspectran.core.context.message.ResourceBundleMessageSource
-
Set the default charset to use for parsing resource bundle files.
- setDefaultEncoding(String) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
Set the default encoding for the FreeMarker configuration.
- setDefaultLocale(Locale) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(String) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Set a default Locale that this resolver will return if no other locale found.
- setDefaultLocale(String) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setDefaultProfiles(String...) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
-
- setDefaultProfiles(String) - Method in class com.aspectran.core.context.env.AbstractEnvironment
-
- setDefaultProfiles(String[]) - Method in class com.aspectran.core.context.env.AbstractEnvironment
-
- setDefaultProfiles(String...) - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Sets whether the default response.
- setDefaultResponse(Response) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
- setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
Sets whether the default response.
- setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets whether the default response.
- setDefaultResponse(Boolean) - Method in class com.aspectran.core.context.rule.TransformRule
-
- setDefaultServletName(String) - Method in class com.aspectran.web.service.DefaultServletHttpRequestHandler
-
Set the name of the default Servlet to be forwarded to for static resource requests.
- setDefaultSettings(DefaultSettings) - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- setDefaultTemplateEngine(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setDefaultTimeZone(TimeZone) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
Set a default TimeZone that this resolver will return if no other time zone found.
- setDefaultTimeZone(String) - Method in class com.aspectran.core.context.i18n.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.rule.ItemRule
-
Sets the default value.
- setDeniedFileExtensions(String) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Sets the denied file extensions.
- setDeniedFileExtensions(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setDeniedFileExtensions(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Sets the denied file extensions.
- setDeprefixes(String[]) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- setDescription(String) - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- setDescription(String) - Method in class com.aspectran.core.context.rule.AspectRule
-
Sets the description.
- 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.ExceptionRule
-
Sets the description.
- 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.
- 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.
- setDesuffixes(String[]) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- setDirectiveType(TokenDirectiveType) - Method in class com.aspectran.core.context.expr.token.Token
-
Sets the token directive type.
- setDisabled(Boolean) - Method in class com.aspectran.core.context.rule.JobRule
-
- setDispatcher(String) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
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.context.bean.proxy.RelevantAspectRuleHolder
-
Sets the relevant aspect rule list.
- setEncoding(String) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- setEngine(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.xml.NodeletParser
-
- setErrorHandler(ErrorHandler) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- 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
-
- setExcludeNullParameter(Boolean) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the exclude null parameters.
- setExcludePointcutPatternRuleList(List<PointcutPatternRule>) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setExecludeTargetParametersList(List<Parameters>) - Method in class com.aspectran.core.context.rule.PointcutRule
-
- setExposals(String[]) - Method in class com.aspectran.core.service.AbstractAspectranService
-
- setExposals(String[]) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- setExposals(String[]) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- setExposedHeaders(String) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setExposedHeaders(String[]) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setExposedHeaders(Set<String>) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setExposeSchedulerInRepository(boolean) - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
-
Set whether to expose the Aspectran-managed Scheduler
instance in the
Quartz SchedulerRepository
.
- 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.
- setFactoryMethodRequiresTranslet(boolean) - 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.context.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
-
- setFieldAutowireParsed(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
-
- 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.CoreTranslet
-
- setFileParameter(String, FileParameter) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- setFileParameter(String, FileParameter[]) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- setFileParameter(String, FileParameter) - Method in class com.aspectran.core.activity.request.parameter.FileParameterMap
-
- setFileParameter(String, FileParameter[]) - Method in class com.aspectran.core.activity.request.parameter.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.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 FileParameter
object 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.
- setFilterParameters(Parameters) - Method in class com.aspectran.core.context.bean.scan.BeanClassScanner
-
- setFilterParameters(Parameters) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets the filter parameters.
- setFilterParameters(Parameters) - Method in class com.aspectran.core.context.rule.TransletRule
-
Sets the filter parameters.
- setFilterParameters(Parameters) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setFreemarkerSettings(Properties) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
Set properties that contain well-known FreeMarker keys which will be
passed to FreeMarker's Configuration.setSettings
method.
- setFreemarkerVariables(Map<String, Object>) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
Set a Map that contains well-known FreeMarker objects which will be passed
to FreeMarker's Configuration.setAllSharedVariables()
method.
- setGetterName(String) - Method in class com.aspectran.core.context.expr.token.Token
-
Sets the name of the property whose value is to be retrieved.
- setHeader(String, String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Set the given single header value under the given header name.
- setHeader(String, String) - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
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.HeadingActionRule
-
Sets the header rule map.
- setHidden(Boolean) - Method in class com.aspectran.core.activity.process.ActionList
-
- setHidden(boolean) - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Sets whether or not to hide this action result.
- setHidden(Boolean) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Sets whether to hide result of the action.
- 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.HeadingActionRule
-
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.
- setHybridLoad(boolean) - Method in interface com.aspectran.core.context.builder.ActivityContextBuilder
-
- setHybridLoad(boolean) - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- 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
-
- setIgnoreInvalidLocale(boolean) - Method in class com.aspectran.core.context.i18n.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 important bean.
- setImportFileType(ImportFileType) - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- setImportHandler(ImportHandler) - Method in class com.aspectran.core.context.builder.assistant.ContextBuilderAssistant
-
Sets the import handler.
- setIncluded(boolean) - Method in class com.aspectran.core.activity.AbstractActivity
-
Sets whether this activity is included in other activity.
- setIncludeTargetParametersList(List<Parameters>) - Method in class com.aspectran.core.context.rule.PointcutRule
-
- 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.
- setInitMethodRequiresTranslet(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets whether the initialization method requires the Translate argument.
- setInstantiatedBean(InstantiatedBean) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets the instantiated object of this bean.
- setJobRuleList(List<JobRule>) - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- setJoinpointType(JoinpointType) - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- setLastModified(long) - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- setLazyInit(Boolean) - Method in class com.aspectran.core.context.rule.BeanRule
-
Sets whether this bean is to be lazily initialized.
- setLocale(Locale) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Sets the locale.
- setLocale(Locale) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Sets the preferred Locale
.
- setLocale(Translet, Locale) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
- setLocale(Translet, Locale) - Method in class com.aspectran.core.context.i18n.FixedLocaleResolver
-
- setLocale(Translet, Locale) - Method in interface com.aspectran.core.context.i18n.LocaleResolver
-
Set the current locale to the given one.
- setLocale(Translet, Locale) - Method in class com.aspectran.core.context.i18n.SessionLocaleResolver
-
- setLocaleParamName(String) - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Set the name of the parameter that contains a locale specification
in a locale change request.
- 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.
- setMaxAgeSeconds(int) - Method in class com.aspectran.web.support.cors.AbstractCorsProcessor
-
- setMaxFileSize(long) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Set the maximum allowed size (in bytes) for each individual file before
an upload gets rejected. -1 indicates no limit (the default).
- setMaxFileSize(long) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setMaxInMemorySize(int) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Set the maximum allowed size (in bytes) before uploads are written to disk.
- setMaxInMemorySize(int) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setMaxLengthExceeded(boolean) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Sets whether the request header has exceeded the maximum length.
- setMaxLengthExceeded(boolean) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Sets whether request header has exceed the maximum length.
- setMaxRequestSize(long) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Sets the maximum length of HTTP GET Request
-1 indicates no limit (the default).
- setMaxRequestSize(long) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setMaxRequestSize(long) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Sets the maximum size of the request.
- setMaxRequestSize(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Sets the maximum size of the request.
- setMethod(Method) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- setMethod(Method) - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- setMethodAutowireParsed(boolean) - Method in class com.aspectran.core.context.rule.BeanRule
-
- setMethodName(String) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
Sets the action method name.
- setMethodNamePattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setMinusPatternStringList(List<String>) - Method in class com.aspectran.core.context.rule.PointcutRule
-
- 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.DispatchResponseRule
-
Sets the dispatch name.
- setName(String, Token[]) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
- setName(String) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the name of a item.
- 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.
- 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
-
- setNoQuotes(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
-
Sets whether wrap a string in quotes.
- setNullWrite(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
-
Sets whether to write a null parameter.
- setObject(Object, String, Object) - Static method in class com.aspectran.core.util.BeanUtils
-
Sets the value of a bean property to an Object.
- setOmittable(Boolean) - Method in class com.aspectran.core.activity.process.ActionList
-
- setOmittable(Boolean) - Method in class com.aspectran.core.activity.process.ContentList
-
- setOmittable(boolean) - Method in class com.aspectran.core.activity.process.result.ContentResult
-
- setOmittable(boolean) - Method in class com.aspectran.core.activity.process.result.ProcessResult
-
- setOutputStream(OutputStream) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- setParameter(String, String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- setParameter(String, String[]) - Method in class com.aspectran.core.activity.CoreTranslet
-
- setParameter(String, String) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- setParameter(String, String[]) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- setParameter(String, String) - Method in class com.aspectran.core.activity.request.parameter.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.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 interface com.aspectran.core.adapter.RequestAdapter
-
Sets the value to the parameter with the given name.
- setParameterItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the parameter rules.
- 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
-
Sets the parameter map.
- setParameterMap(Map<String, String>) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the parameter map.
- setParameterMap(ParameterMap) - Method in class com.aspectran.embedded.activity.EmbeddedActivity
-
- setParameterValues(String, String[]) - Method in class com.aspectran.core.activity.request.parameter.ParameterMap
-
Sets the values to the parameter with the given name.
- setParameterValueType(ParameterValueType) - Method in interface com.aspectran.core.util.apon.Parameter
-
Sets the parameter value type.
- setParameterValueType(ParameterValueType) - Method in class com.aspectran.core.util.apon.ParameterValue
-
- setParentMessageSource(MessageSource) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
- setParentMessageSource(MessageSource) - Method in class com.aspectran.core.context.message.DelegatingMessageSource
-
- setParentMessageSource(MessageSource) - Method in interface com.aspectran.core.context.message.HierarchicalMessageSource
-
Set the parent that will be used to try to resolve messages
that this object can't resolve.
- setPatternString(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setPlusPatternStringList(List<String>) - Method in class com.aspectran.core.context.rule.PointcutRule
-
- setPointcut(Pointcut) - Method in class com.aspectran.core.context.rule.AspectRule
-
- setPointcutPatternVerifiable(boolean) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setPointcutType(PointcutType) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setPrefix(String) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- setPrefix(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- setPrefix(String) - Method in class com.aspectran.web.support.view.FreeMarkerViewDispatcher
-
Sets the prefix for the template name.
- setPrefix(String) - Method in class com.aspectran.web.support.view.JspViewDispatcher
-
Sets the prefix for the template name.
- setPretty(Boolean) - Method in class com.aspectran.core.context.rule.TransformRule
-
- 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.EnvironmentRule
-
- setProfiles(String[]) - Method in interface com.aspectran.core.context.builder.importer.Importer
-
- setProperty(String, Object) - Method in class com.aspectran.core.activity.response.transform.xml.ContentsXMLReader
-
- setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.env.ContextEnvironment
-
- setPropertyItemRuleMap(ItemRuleMap) - Method in interface com.aspectran.core.context.rule.ability.PropertyPossessable
-
Sets the parameter rule map for properties.
- setPropertyItemRuleMap(ItemRuleMap) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- 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.EnvironmentRule
-
- setPrototype(Parameter) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- setPrototype(Parameter) - Method in interface com.aspectran.core.util.apon.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.AutowireTargetRule
-
- setQuartzProperties(Properties) - Method in class com.aspectran.scheduler.support.QuartzSchedulerFactoryBean
-
Sets 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.parameter.FileParameter
-
Sets whether the refused file.
- 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.
- setRequestMethod(MethodType) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
- setRequestMethod(MethodType) - Method in class com.aspectran.core.context.rule.JobRule
-
- setRequestMethods(String...) - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Configure the request method(s) over which the locale can be changed.
- setRequestRule(RequestRule) - Method in class com.aspectran.core.context.rule.TransletRule
-
Sets the request rule.
- setRequestScope(RequestScope) - Method in class com.aspectran.core.adapter.AbstractRequestAdapter
-
- setRequestScope(RequestScope) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Sets the request scope.
- setRequired(boolean) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setRequiresTranslet(boolean) - Method in class com.aspectran.core.context.rule.BeanActionRule
-
- setRequiresTranslet(boolean) - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- setResource(String) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- setResourceLocation(String) - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- setResourceLocations(String[]) - Method in interface com.aspectran.core.context.loader.ActivityContextLoader
-
- setResourceLocations(String[]) - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- 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.
- setResponseMap(ResponseMap) - Method in class com.aspectran.core.context.rule.ExceptionThrownRule
-
Sets the response map.
- setResponseRule(ResponseRule) - Method in class com.aspectran.core.activity.CoreActivity
-
Replace the response rule.
- 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(Object) - Method in class com.aspectran.core.activity.process.result.ActionResult
-
Sets the result value of an action.
- 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.
- 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.
- setSessionAdapter(SessionAdapter) - Method in class com.aspectran.core.activity.AbstractActivity
-
Sets the session adapter.
- setSessionAspectAdviceRuleRegistry(AspectAdviceRuleRegistry) - Method in class com.aspectran.core.context.aspect.AspectRuleRegistry
-
- setSettings(Map<String, Object>) - Method in class com.aspectran.core.context.rule.SettingsAdviceRule
-
- setSettingsAdviceRule(SettingsAdviceRule) - Method in class com.aspectran.core.context.rule.AspectRule
-
- 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.scheduler.service.QuartzSchedulerService
-
- setStartDelaySeconds(int) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- setStatus(int) - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Sets the status code.
- setStatus(HttpStatus) - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Sets the status code.
- setStatus(int) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Sets the status code.
- setStatus(HttpStatus) - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Sets the status code.
- setStatus(HttpStatus, Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
Sets the status code.
- setStatus(int, Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
Sets the status code.
- setStrictVariables(boolean) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setSuffix(String) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- setSuffix(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- setSuffix(String) - Method in class com.aspectran.web.support.view.FreeMarkerViewDispatcher
-
Sets the suffix for the template name.
- setSuffix(String) - Method in class com.aspectran.web.support.view.JspViewDispatcher
-
Sets the suffix for the template name.
- setTarget(Field) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setTarget(Method) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setTarget(String) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
Sets the target name.
- setTarget(String, Token[]) - Method in class com.aspectran.core.context.rule.RedirectResponseRule
-
- setTargetBeanClass(Class<?>) - Method in class com.aspectran.core.context.rule.BeanRule
-
- setTargetType(AutowireTargetType) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setTempDirectoryPath(String) - Method in interface com.aspectran.web.activity.request.MultipartFormDataParser
-
Sets the directory path used to temporarily files.
- setTempDirectoryPath(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParser
-
- setTempDirectoryPath(String) - Method in class com.aspectran.web.support.multipart.commons.CommonsMultipartFormDataParserFactory
-
Sets the temporary directory path.
- setTemplateFileScanFilter(TransletFileScanFilter) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setTemplateFileScanFilter(Class<?>) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setTemplateFileScanFilter(String) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setTemplateId(String) - Method in class com.aspectran.core.context.rule.TransformRule
-
- setTemplateLoader(TemplateLoader) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoader(TemplateLoader[]) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoader(List<TemplateLoader>) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoader(Loader<?>) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateLoader(Loader<?>[]) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateLoader(List<Loader<?>>) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateLoaderPath(String) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoaderPath(String[]) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoaderPath(List<String>) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setTemplateLoaderPath(String) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateLoaderPath(String[]) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateLoaderPath(List<String>) - Method in class com.aspectran.core.context.template.engine.pebble.PebbleEngineFactory
-
- setTemplateNamePrefix(String) - Method in class com.aspectran.web.support.view.PebbleViewDispatcher
-
Sets the prefix for the template name.
- setTemplateNameSuffix(String) - Method in class com.aspectran.web.support.view.PebbleViewDispatcher
-
Sets the suffix for the template name.
- setTemplateRule(TemplateRule) - Method in class com.aspectran.core.context.rule.TransformRule
-
- setTimeZone(TimeZone) - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Sets the time zone.
- setTimeZone(TimeZone) - Method in interface com.aspectran.core.adapter.RequestAdapter
-
Sets the preferred TimeZone
.
- setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.context.i18n.AbstractLocaleResolver
-
- setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.context.i18n.FixedLocaleResolver
-
- setTimeZone(Translet, TimeZone) - Method in interface com.aspectran.core.context.i18n.LocaleResolver
-
Set the current timezone to the given one.
- setTimeZone(Translet, TimeZone) - Method in class com.aspectran.core.context.i18n.SessionLocaleResolver
-
- setTimeZoneParamName(String) - Method in class com.aspectran.core.context.i18n.LocaleChangeInterceptor
-
Set the name of the parameter that contains a timezone specification
in a locale change request.
- settings - Static variable in class com.aspectran.core.context.builder.apon.params.AspectParameters
-
- settings - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- SettingsAdviceRule - Class in com.aspectran.core.context.rule
-
The Class SettingsAdviceRule.
- SettingsAdviceRule(AspectRule) - Constructor for class com.aspectran.core.context.rule.SettingsAdviceRule
-
- setToken(Token) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setTokenize(Boolean) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets whether to tokenize.
- setTransformType(TransformType) - Method in class com.aspectran.core.context.rule.TransformRule
-
Sets the transform type.
- setTransletImplementationClass(Class<? extends CoreTranslet>) - Method in class com.aspectran.core.activity.CoreActivity
-
Sets the translet implement class.
- setTransletImplementationClass(Class<CoreTranslet>) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletImplementationClass(Class<? extends CoreTranslet>) - Method in class com.aspectran.core.context.rule.TransletRule
-
- setTransletImplementationClassName(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletInterfaceClass(Class<? extends Translet>) - Method in class com.aspectran.core.activity.CoreActivity
-
Sets the translet interface class.
- setTransletInterfaceClass(Class<Translet>) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletInterfaceClass(Class<? extends Translet>) - Method in class com.aspectran.core.context.rule.TransletRule
-
- setTransletInterfaceClassName(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletName(String) - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
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.JobRule
-
- setTransletNameMaskPattern(WildcardPattern) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setTransletNameMaskPattern(String) - Method in class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- setTransletNamePattern(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletNamePattern(String, String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletNamePattern(String) - Method in class com.aspectran.core.context.rule.PointcutPatternRule
-
- setTransletNamePrefix(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletNameSuffix(String) - Method in class com.aspectran.core.context.builder.assistant.DefaultSettings
-
- setTransletRuleRegistry(TransletRuleRegistry) - Method in class com.aspectran.core.context.AspectranActivityContext
-
Sets the translet rule registry.
- setTransletRuleRegistry(TransletRuleRegistry) - Method in class com.aspectran.core.context.bean.BeanRuleRegistry
-
- setTriggerParameters(Parameters) - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- setTriggerType(TriggerType) - Method in class com.aspectran.core.context.rule.ScheduleRule
-
- setTrimDirectives(Parameters) - Method in class com.aspectran.core.context.template.engine.freemarker.FreeMarkerConfigurationFactory
-
- setType(ItemType) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the item type.
- setTypeHintWrite(boolean) - Method in class com.aspectran.core.util.apon.AponWriter
-
Sets whether write a type hint for values.
- setTypes(Class<?>...) - Method in class com.aspectran.core.context.rule.AutowireTargetRule
-
- setUriDecoding(String) - Method in class com.aspectran.web.service.WebAspectranService
-
- setUrl(String) - Method in class com.aspectran.core.context.rule.TemplateRule
-
- setUseCodeAsDefaultMessage(boolean) - Method in class com.aspectran.core.context.message.AbstractMessageSource
-
Set whether to use the message code as default message instead of
throwing a NoSuchMessageException.
- setValidating(boolean) - Method in class com.aspectran.core.util.xml.NodeletParser
-
- setValue(String) - Method in class com.aspectran.core.context.expr.token.Token
-
Sets the token's default value or bean's class name.
- setValue(String) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the value.
- setValue(Token[]) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the value.
- setValue(List<Token[]>) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the value.
- setValue(Map<String, Token[]>) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the value.
- setValueType(ItemValueType) - Method in class com.aspectran.core.context.rule.ItemRule
-
Sets the value type of the item.
- setWaitOnShutdown(boolean) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- setWaitOnShutdown(boolean) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- setWriteListener(WriteListener) - Method in class com.aspectran.web.activity.response.GZipServletOutputStream
-
- setWriter(Writer) - Method in class com.aspectran.core.adapter.BasicResponseAdapter
-
- ShallowContextBuilderAssistant - Class in com.aspectran.core.context.builder.assistant
-
The Class ShallowContextBuilderAssistant.
- ShallowContextBuilderAssistant() - Constructor for class com.aspectran.core.context.builder.assistant.ShallowContextBuilderAssistant
-
- ShallowImportHandler - Class in com.aspectran.core.context.builder.importer
-
The Class ShallowImportHandler.
- ShallowImportHandler() - Constructor for class com.aspectran.core.context.builder.importer.ShallowImportHandler
-
- shutdown() - Method in interface com.aspectran.core.service.AspectranService
-
- shutdown() - Method in interface com.aspectran.core.service.AspectranServiceController
-
Destroys an Aspectran Service and any services that are dependent on this service.
- shutdown() - Method in class com.aspectran.core.service.BasicAspectranService
-
- shutdown() - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
- shutdown(boolean) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- shutdown() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- shutdown() - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- shutdown(boolean) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- SINGLE_QUOTE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- singleton - Static variable in class com.aspectran.core.context.builder.apon.params.BeanParameters
-
- size() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
-
- Slf4jImpl - Class in com.aspectran.core.util.logging.slf4j
-
- Slf4jImpl(String) - Constructor for class com.aspectran.core.util.logging.slf4j.Slf4jImpl
-
- SPACE - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- SPACE_CHAR - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- SpecificIPAllowedWebActivityServlet - Class in com.aspectran.web.startup.servlet
-
The Class SpecificIPAllowedWebActivityServlet.
- SpecificIPAllowedWebActivityServlet() - Constructor for class com.aspectran.web.startup.servlet.SpecificIPAllowedWebActivityServlet
-
Instantiates a new SpecificIPAllowedWebActivityServlet.
- split(String) - Method in class com.aspectran.core.util.PrefixSuffixPattern
-
- split(String, String) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 구분문자열(delim)을 기준으로 문자열을 분리하여
각 분리된 문자열을 배열에 할당하여 반환한다.
- split(String, String, int) - Static method in class com.aspectran.core.util.StringUtils
-
대상 문자열(str)에서 구분 문자열(delim)을 기준으로 문자열을 분리하여
각 분리된 문자열을 배열에 할당하여 반환한다.
- split(String, char) - Static method in class com.aspectran.core.util.StringUtils
-
대상문자열(str)에서 구분문자열(delim)을 기준으로 문자열을 분리하여
각 분리된 문자열을 배열에 할당하여 반환한다.
- split(String, char, int) - Static method in class com.aspectran.core.util.StringUtils
-
대상 문자열(str)에서 구분 문자열(delim)을 기준으로 문자열을 분리하여
각 분리된 문자열을 배열에 할당하여 반환한다.
- 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
-
- STANDALONE_WEB_ASPECTRAN_SERVICE_ATTRIBUTE_PREFIX - Static variable in class com.aspectran.web.service.WebAspectranService
-
- STAR_CHAR - Static variable in class com.aspectran.core.util.wildcard.WildcardPattern
-
- start(int) - Method in class com.aspectran.core.context.loader.reload.ActivityContextReloadingTimer
-
- startDelaySeconds - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- startDelaySeconds - Static variable in class com.aspectran.core.context.loader.config.AspectranSchedulerConfig
-
- started() - Method in interface com.aspectran.core.service.AspectranServiceLifeCycleListener
-
- startsWith(String, char) - Static method in class com.aspectran.core.util.StringUtils
-
- 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.
- startup - Static variable in class com.aspectran.core.context.loader.config.AspectranContextAutoReloadConfig
-
Defaults to false
, which disables automatic reloading.
- startup - Static variable in class com.aspectran.core.context.loader.config.AspectranSchedulerConfig
-
- startup() - Method in interface com.aspectran.core.service.AspectranServiceController
-
Start an Aspectran Service.
- startup() - Method in class com.aspectran.core.service.BasicAspectranService
-
- startup(int) - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- startup() - Method in class com.aspectran.scheduler.service.QuartzSchedulerService
-
- startup() - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- startup(int) - Method in interface com.aspectran.scheduler.service.SchedulerService
-
- 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.loader.reload.ActivityContextReloadingTimer
-
- stopped() - Method in interface com.aspectran.core.service.AspectranServiceLifeCycleListener
-
- stringify() - Method in class com.aspectran.core.context.expr.token.Token
-
- stringify(MethodType[]) - Static method in enum com.aspectran.core.context.rule.type.MethodType
-
Converts an array of MethodType
to a comma separated String
.
- stringify(Parameters) - Static method in class com.aspectran.core.util.apon.AponWriter
-
Converts a Parameters object to an APON formatted string.
- stringify(Parameters, boolean) - Static method in class com.aspectran.core.util.apon.AponWriter
-
Converts a Parameters object to an APON formatted string.
- stringify(Parameters, boolean, String) - Static method in class com.aspectran.core.util.apon.AponWriter
-
Converts a Parameters object to an APON formatted string.
- stringify(Object) - Static method in class com.aspectran.core.util.json.JsonWriter
-
Converts an object to a JSON formatted string.
- stringify(Object, boolean) - Static method in class com.aspectran.core.util.json.JsonWriter
-
Converts an object to a JSON formatted string.
- stringify(Object, boolean, String) - Static method in class com.aspectran.core.util.json.JsonWriter
-
Converts an object to a JSON formatted string.
- StringOutputWriter - 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.
- StringOutputWriter() - Constructor for class com.aspectran.core.util.StringOutputWriter
-
Create a new string writer using the default initial string-builder size.
- StringOutputWriter(int) - Constructor for class com.aspectran.core.util.StringOutputWriter
-
Create a new string writer using the specified initial string-builder size.
- 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
-
- stripHintedValueType(String) - Static method in enum com.aspectran.core.util.apon.ParameterValueType
-
- SUFFIX_PARAM_NAME - Static variable in interface com.aspectran.core.context.template.engine.freemarker.directive.TrimDirective
-
- SystemUtils - Class in com.aspectran.core.util
-
Helpers for java.lang.System.
- SystemUtils() - Constructor for class com.aspectran.core.util.SystemUtils
-
- target - Static variable in class com.aspectran.core.context.builder.apon.params.RedirectParameters
-
- TE - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP TE
header field name.
- template - Static variable in class com.aspectran.core.context.builder.apon.params.TransformParameters
-
- template(String) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Evaluate the template without any provided variables.
- template(String, Map<String, String>) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Evaluate the template with a set of parameters.
- template(String, Map<String, String>, Map<String, Object>) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Evaluate the template with a set of parameters and a set of attributes.
- TemplateDataMap - Class in com.aspectran.core.context.template
-
The Class TemplateDataMap.
- TemplateDataMap(Activity) - Constructor for class com.aspectran.core.context.template.TemplateDataMap
-
- TemplateEngine - Interface in com.aspectran.core.context.template.engine
-
The Interface TemplateEngine.
- TemplateEngineProcessException - Exception in com.aspectran.core.context.template.engine
-
The Class TemplateEngineProcessException.
- TemplateEngineProcessException(String) - Constructor for exception com.aspectran.core.context.template.engine.TemplateEngineProcessException
-
Instantiates a new TemplateEngineProcessException.
- TemplateEngineProcessException(String, Throwable) - Constructor for exception com.aspectran.core.context.template.engine.TemplateEngineProcessException
-
Instantiates a new TemplateEngineProcessException.
- TemplateEngineProcessException(Throwable) - Constructor for exception com.aspectran.core.context.template.engine.TemplateEngineProcessException
-
Instantiates a new TemplateEngineProcessException.
- TemplateException - Exception in com.aspectran.core.context.template
-
This class is the basic exception that gets thrown from the template pacakge.
- TemplateException() - Constructor for exception com.aspectran.core.context.template.TemplateException
-
Creates a new TemplateException without detail message.
- TemplateException(String) - Constructor for exception com.aspectran.core.context.template.TemplateException
-
Constructs a TemplateException with the specified detail message.
- TemplateException(Throwable) - Constructor for exception com.aspectran.core.context.template.TemplateException
-
Constructor to create exception to wrap another exception.
- TemplateException(String, Throwable) - Constructor for exception com.aspectran.core.context.template.TemplateException
-
Constructs a TemplateException with the specified error message and also the specified root cause exception.
- TemplateNotFoundException - Exception in com.aspectran.core.context.template
-
The Class TemplateNotFoundException.
- TemplateNotFoundException(String) - Constructor for exception com.aspectran.core.context.template.TemplateNotFoundException
-
Instantiates a new TemplateNotFoundException.
- TemplateNotFoundException(String, Throwable) - Constructor for exception com.aspectran.core.context.template.TemplateNotFoundException
-
Instantiates a new TemplateNotFoundException.
- TemplateParameters - Class in com.aspectran.core.context.builder.apon.params
-
- TemplateParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.TemplateParameters
-
- TemplateParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.TemplateParameters
-
- TemplateProcessor - Interface in com.aspectran.core.context.template
-
The Interface TemplateProcessor.
- TemplateProcessorException - Exception in com.aspectran.core.context.template
-
This class is the basic exception that gets thrown from the template pacakge.
- TemplateProcessorException(String, TemplateRule) - Constructor for exception com.aspectran.core.context.template.TemplateProcessorException
-
Instantiates a new TemplateProcessorException.
- TemplateProcessorException(String, TemplateRule, Throwable) - Constructor for exception com.aspectran.core.context.template.TemplateProcessorException
-
Instantiates a new TemplateProcessorException.
- TemplateRule - Class in com.aspectran.core.context.rule
-
The Class TemplateRule.
- TemplateRule() - Constructor for class com.aspectran.core.context.rule.TemplateRule
-
- TemplateRule(String) - Constructor for class com.aspectran.core.context.rule.TemplateRule
-
- TemplateRuleException - Exception in com.aspectran.core.context.template
-
The Class TemplateRuleException.
- TemplateRuleException(String, TemplateRule) - Constructor for exception com.aspectran.core.context.template.TemplateRuleException
-
Instantiates a new TemplateRuleException.
- TemplateRuleException(String, TemplateRule, Throwable) - Constructor for exception com.aspectran.core.context.template.TemplateRuleException
-
Instantiates a new TemplateRuleException.
- TemplateRuleRegistry - Class in com.aspectran.core.context.template
-
The Class TemplateRuleRegistry.
- TemplateRuleRegistry() - Constructor for class com.aspectran.core.context.template.TemplateRuleRegistry
-
- templates - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- temporaryRedirect(Translet) - Static method in class com.aspectran.web.support.http.HttpStatusSetter
-
307 Temporary Redirect
.
- terminate() - Method in class com.aspectran.core.activity.AbstractActivity
-
- terminate() - Method in interface com.aspectran.core.activity.Activity
-
Throws an Activity Terminated Exception in order to end the current activity.
- TEXT_LINE_START - Static variable in class com.aspectran.core.util.apon.AponFormat
-
- TextTransform - Class in com.aspectran.core.activity.response.transform
-
The Class TextTransform.
- TextTransform(TransformRule) - Constructor for class com.aspectran.core.activity.response.transform.TextTransform
-
Instantiates a new TextTransform.
- thrown - Static variable in class com.aspectran.core.context.builder.apon.params.AdviceActionParameters
-
- throwns - Static variable in class com.aspectran.core.context.builder.apon.params.ExceptionParameters
-
- TIME_ZONE_SESSION_ATTRIBUTE_NAME - Static variable in class com.aspectran.core.context.i18n.SessionLocaleResolver
-
Name of the session attribute that holds the TimeZone.
- 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.
- toItemParametersList(String) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Convert the given String
into an Item Parameters
.
- toItemRule(Parameters) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Convert the given item parameters into an ItemRule
.
- toItemRuleMap(List<Parameters>) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Convert the given item parameters list into an ItemRuleMap
.
- toItemRuleMap(String) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Convert the given String
into an ItemRuleMap
.
- Token - Class in com.aspectran.core.context.expr.token
-
The Class Token.
- Token(TokenType, String) - Constructor for class com.aspectran.core.context.expr.token.Token
-
Instantiates a new Token.
- TokenDirectiveType - Enum in com.aspectran.core.context.rule.type
-
The enum TokenDirectiveType.
- TokenEvaluationException - Exception in com.aspectran.core.context.expr
-
The Class TokenEvaluationException.
- TokenEvaluationException(String, Token) - Constructor for exception com.aspectran.core.context.expr.TokenEvaluationException
-
Instantiates a new token evaluation exception.
- TokenEvaluationException(String, 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 expression.
- TokenExpressionParser - Class in com.aspectran.core.context.expr
-
The Class TokenExpressionParser.
- TokenExpressionParser(Activity) - Constructor for class com.aspectran.core.context.expr.TokenExpressionParser
-
Instantiates a new token expression parser.
- tokenIterator(ItemRule) - Static method in class com.aspectran.core.context.rule.ItemRule
-
Returns a Token
iterator.
- tokenize - Static variable in class com.aspectran.core.context.builder.apon.params.ItemParameters
-
- 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
-
The enum TokenType.
- 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.
- toNullableBooleanObject(String) - Static method in class com.aspectran.core.util.BooleanUtils
-
- 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.
- toRealPath(String) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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.
- toRealPathAsFile(String) - Method in class com.aspectran.core.adapter.RegulatedApplicationAdapter
-
- 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.process.action.BeanAction
-
- toString() - Method in class com.aspectran.core.activity.process.action.EchoAction
-
- toString() - Method in class com.aspectran.core.activity.process.action.HeadingAction
-
- toString() - Method in class com.aspectran.core.activity.process.action.IncludeAction
-
- toString() - Method in class com.aspectran.core.activity.process.action.MethodAction
-
- 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.parameter.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.TransformResponse
-
- toString() - Method in class com.aspectran.core.adapter.AbstractApplicationAdapter
-
- toString() - Method in class com.aspectran.core.adapter.AbstractSessionAdapter
-
- toString() - Method in class com.aspectran.core.context.aspect.AspectAdviceRuleRegistry
-
- toString() - Method in class com.aspectran.core.context.AspectranActivityContext
-
- toString() - Method in class com.aspectran.core.context.bean.proxy.RelevantAspectRuleHolder
-
- toString() - Method in class com.aspectran.core.context.builder.importer.FileImporter
-
- toString() - Method in class com.aspectran.core.context.builder.importer.ResourceImporter
-
- toString() - Method in class com.aspectran.core.context.builder.importer.UrlImporter
-
- toString() - Method in class com.aspectran.core.context.expr.token.Token
-
- toString(Token[]) - Static method in class com.aspectran.core.context.expr.token.TokenParser
-
Convert to string from the token array.
- toString() - Method in class com.aspectran.core.context.loader.resource.AspectranClassLoader
-
- toString() - Method in class com.aspectran.core.context.message.ResourceBundleMessageSource
-
- toString() - Method in class com.aspectran.core.context.rule.AspectAdviceRule
-
- toString(boolean) - 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.BeanActionRule
-
- toString() - Method in class com.aspectran.core.context.rule.BeanRule
-
- toString() - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
- toString(ViewDispatcher, String) - Method in class com.aspectran.core.context.rule.DispatchResponseRule
-
Returns a string representation of DispatchResponseRule
with used Dispatcher
.
- toString() - Method in class com.aspectran.core.context.rule.EchoActionRule
-
- toString() - Method in class com.aspectran.core.context.rule.EnvironmentRule
-
- toString() - Method in class com.aspectran.core.context.rule.ForwardResponseRule
-
- toString() - Method in class com.aspectran.core.context.rule.HeadingActionRule
-
- toString() - Method in class com.aspectran.core.context.rule.IncludeActionRule
-
- toString() - Method in class com.aspectran.core.context.rule.ItemRule
-
- toString() - Method in class com.aspectran.core.context.rule.JobRule
-
- toString() - Method in class com.aspectran.core.context.rule.JoinpointRule
-
- toString() - Method in class com.aspectran.core.context.rule.MethodActionRule
-
- 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.RedirectResponseRule
-
- 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.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.AspectAdviceType
-
- 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.BeanReferrerType
-
- 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.ImporterType
-
- toString() - Method in enum com.aspectran.core.context.rule.type.ImportFileType
-
- 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.JoinpointType
-
- 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.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.context.template.engine.freemarker.directive.CustomTrimDirective
-
- toString() - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- toString() - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- toString() - Method in class com.aspectran.core.util.apon.ParameterDefinition
-
- toString() - Method in class com.aspectran.core.util.apon.ParameterValue
-
- toString() - Method in enum com.aspectran.core.util.apon.ParameterValueType
-
- toString() - Method in class com.aspectran.core.util.LinkedCaseInsensitiveMultiValueMap
-
- toString() - Method in class com.aspectran.core.util.StringOutputWriter
-
- toString() - Method in class com.aspectran.core.util.ToStringBuilder
-
- toString() - Method in class com.aspectran.core.util.wildcard.WildcardPattern
-
- toString() - Method in enum com.aspectran.web.support.http.HttpStatus
-
Return a string representation of this status code.
- 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(String) - Constructor for class com.aspectran.core.util.ToStringBuilder
-
- ToStringBuilder(int) - Constructor for class com.aspectran.core.util.ToStringBuilder
-
- ToStringBuilder(String, int) - Constructor for class com.aspectran.core.util.ToStringBuilder
-
- touchAspectAdviceRuleRegistry() - Method in class com.aspectran.core.activity.AbstractActivity
-
- touchAspectAdviceRuleRegistry() - Method in class com.aspectran.core.activity.process.ContentList
-
- touchAspectAdviceRuleRegistry() - Method in class com.aspectran.core.context.rule.TransletRule
-
- touchContentList() - Method in class com.aspectran.core.context.rule.TransletRule
-
- touchContentList(boolean, boolean) - Method in class com.aspectran.core.context.rule.TransletRule
-
- touchDefaultSettings() - Method in class com.aspectran.core.context.builder.assistant.AssistantLocal
-
- touchHeaders() - Method in class com.aspectran.core.activity.request.AbstractAdaptiveRequest
-
Returns a map of the request headers that can be modified.
- touchHeaders() - Method in class com.aspectran.core.activity.response.AbstractAdaptiveResponse
-
Returns a map of the request headers that can be modified.
- touchHeaders() - Method in interface com.aspectran.core.adapter.ResponseAdapter
-
Returns a map of the request headers that can be modified.
- touchHeaders() - Method in class com.aspectran.web.adapter.HttpServletRequestAdapter
-
- touchParameters(String) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- touchParameters(ParameterDefinition) - Method in class com.aspectran.core.util.apon.AbstractParameters
-
- touchParameters(String) - Method in interface com.aspectran.core.util.apon.Parameters
-
- touchParameters(ParameterDefinition) - Method in interface com.aspectran.core.util.apon.Parameters
-
- touchPointcutPatternRuleList() - Method in class com.aspectran.core.context.rule.PointcutRule
-
- touchProcessResult() - Method in class com.aspectran.core.activity.CoreTranslet
-
- touchProcessResult(String) - Method in class com.aspectran.core.activity.CoreTranslet
-
- touchProcessResult(String, int) - Method in class com.aspectran.core.activity.CoreTranslet
-
- touchProcessResult() - Method in interface com.aspectran.core.activity.Translet
-
Returns the ProcessResult.
- touchProcessResult(String) - Method in interface com.aspectran.core.activity.Translet
-
Returns the process result with the contents name.
- touchProcessResult(String, int) - Method in interface com.aspectran.core.activity.Translet
-
Returns the process result with the contents name.
- toURI(URL) - Static method in class com.aspectran.core.util.ResourceUtils
-
- toURI(String) - 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
-
- 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
-
- TRAILER - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Trailer
header field name.
- TRANSFER_ENCODING - Static variable in interface com.aspectran.web.support.http.HttpHeaders
-
The HTTP Transfer-Encoding
header field name.
- 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 - Annotation Type in com.aspectran.core.context.bean.annotation
-
- transform - Static variable in class com.aspectran.core.context.builder.apon.params.ResponseParameters
-
- transform - Static variable in class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- TransformFactory - Class in com.aspectran.core.activity.response.transform
-
A factory for creating Transform objects.
- TransformFactory() - Constructor for class com.aspectran.core.activity.response.transform.TransformFactory
-
- TransformParameters - Class in com.aspectran.core.context.builder.apon.params
-
- TransformParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.TransformParameters
-
- TransformParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.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
-
The Class TransformResponseException.
- TransformResponseException() - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(String) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(String, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(TransformRule, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(TransformRule, String, Throwable) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseException(TransformRule, String) - Constructor for exception com.aspectran.core.activity.response.transform.TransformResponseException
-
Instantiates a new TransformResponseException.
- TransformResponseFactory - Class in com.aspectran.core.activity.response
-
The Class TransformResponseFactory.
- TransformResponseFactory() - Constructor for class com.aspectran.core.activity.response.TransformResponseFactory
-
- transformRule - Variable in class com.aspectran.core.activity.response.transform.TransformResponse
-
- TransformRule - Class in com.aspectran.core.context.rule
-
The Class TransformRule.
- TransformRule() - Constructor for class com.aspectran.core.context.rule.TransformRule
-
- transforms - Static variable in class com.aspectran.core.context.builder.apon.params.ExceptionThrownParameters
-
- TransformType - Enum in com.aspectran.core.context.rule.type
-
The enum TransformType.
- Translet - Interface in com.aspectran.core.activity
-
The Interface Translet.
- translet - Static variable in class com.aspectran.core.context.builder.apon.params.ExcludeTargetParameters
-
- translet - Static variable in class com.aspectran.core.context.builder.apon.params.ForwardParameters
-
- translet - Static variable in class com.aspectran.core.context.builder.apon.params.JobParameters
-
- translet - Static variable in class com.aspectran.core.context.builder.apon.params.PointcutTargetParameters
-
- translet(String) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- translet(String, ParameterMap) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- translet(String, ParameterMap, Map<String, Object>) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- translet(String, MethodType) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- translet(String, MethodType, ParameterMap) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- translet(String, MethodType, ParameterMap, Map<String, Object>) - Method in class com.aspectran.embedded.service.EmbeddedAspectranService
-
Runs the translet.
- TRANSLET_ACTION_PARAMETER_TYPES - Static variable in class com.aspectran.core.context.bean.BeanRuleAnalyzer
-
- TRANSLET_NAME_SEPARATOR_CHAR - Static variable in interface com.aspectran.core.context.ActivityContext
-
- TransletException - Exception in com.aspectran.core.context.translet
-
The Class TransletException.
- TransletException() - Constructor for exception com.aspectran.core.context.translet.TransletException
-
Creates a new TransletException without detail message.
- TransletException(String) - Constructor for exception com.aspectran.core.context.translet.TransletException
-
Constructs a TransletException with the specified detail message.
- TransletException(Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletException
-
Constructor to create exception to wrap another exception.
- TransletException(String, Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletException
-
Constructor to create exception to wrap another exception and pass a message.
- TransletFileScanFilter - Interface in com.aspectran.core.context.translet.scan
-
The Interface TransletFileScanFilter.
- TransletFileScanner - Class in com.aspectran.core.context.translet.scan
-
The Class TransletFileScanner.
- TransletFileScanner(String, ClassLoader) - Constructor for class com.aspectran.core.context.translet.scan.TransletFileScanner
-
- transletImplementationClass - Static variable in class com.aspectran.core.context.builder.apon.params.DefaultSettingsParameters
-
- TransletInstantiationException - Exception in com.aspectran.core.context.translet
-
Exception thrown when instantiation of a translet failed.
- TransletInstantiationException(Class<? extends Translet>, Class<? extends CoreTranslet>, Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletInstantiationException
-
Create a new TransletInstantiationException.
- transletInterfaceClass - Static variable in class com.aspectran.core.context.builder.apon.params.DefaultSettingsParameters
-
- transletNamePattern - Static variable in class com.aspectran.core.context.builder.apon.params.DefaultSettingsParameters
-
- transletNamePrefix - Static variable in class com.aspectran.core.context.builder.apon.params.DefaultSettingsParameters
-
- transletNameSuffix - Static variable in class com.aspectran.core.context.builder.apon.params.DefaultSettingsParameters
-
- TransletNotFoundException - Exception in com.aspectran.core.context.translet
-
This exception will be thrown when a translet not found.
- TransletNotFoundException(String) - Constructor for exception com.aspectran.core.context.translet.TransletNotFoundException
-
Constructor to create exception with a message.
- TransletNotFoundException(Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletNotFoundException
-
Constructor to create exception to wrap another exception.
- TransletNotFoundException(String, Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletNotFoundException
-
Constructor to create exception to wrap another exception and pass a
message.
- TransletParameters - Class in com.aspectran.core.context.builder.apon.params
-
- TransletParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.TransletParameters
-
- TransletParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.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.
- TransletRuleException - Exception in com.aspectran.core.context.translet
-
The Class TransletRuleException.
- TransletRuleException(String, TransletRule) - Constructor for exception com.aspectran.core.context.translet.TransletRuleException
-
Instantiates a new TransletRuleException.
- TransletRuleException(String, TransletRule, Throwable) - Constructor for exception com.aspectran.core.context.translet.TransletRuleException
-
Instantiates a new TransletRuleException.
- TransletRuleRegistry - Class in com.aspectran.core.context.translet
-
The Class TransletRuleRegistry.
- TransletRuleRegistry(ApplicationAdapter) - Constructor for class com.aspectran.core.context.translet.TransletRuleRegistry
-
- translets - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-
- TransletScanFailedException - Exception in com.aspectran.core.context.translet.scan
-
The Class TransletScanFailedException.
- TransletScanFailedException() - Constructor for exception com.aspectran.core.context.translet.scan.TransletScanFailedException
-
Simple constructor.
- TransletScanFailedException(String) - Constructor for exception com.aspectran.core.context.translet.scan.TransletScanFailedException
-
Constructor to create exception with a message.
- TransletScanFailedException(Throwable) - Constructor for exception com.aspectran.core.context.translet.scan.TransletScanFailedException
-
Constructor to create exception to wrap another exception.
- TransletScanFailedException(String, Throwable) - Constructor for exception com.aspectran.core.context.translet.scan.TransletScanFailedException
-
Constructor to create exception to wrap another exception and pass a message.
- trigger - Static variable in class com.aspectran.core.context.builder.apon.params.ScheduleParameters
-
- TriggerParameters - Class in com.aspectran.core.context.builder.apon.params
-
- TriggerParameters() - Constructor for class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- TriggerParameters(String) - Constructor for class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- TriggerType - Enum in com.aspectran.core.context.rule.type
-
The enum TriggerType.
- trim(String) - Method in class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- trimAllWhitespace(String) - Static method in class com.aspectran.core.util.StringUtils
-
Trim all whitespace from the given String
:
leading, trailing, and in between characters.
- TrimDirective - Interface in com.aspectran.core.context.template.engine.freemarker.directive
-
The Class TrimDirective.
- TrimDirectiveGroup - Class in com.aspectran.core.context.template.engine.freemarker.directive
-
The Class TrimDirectiveGroup.
- TrimDirectiveGroup(TrimDirective[]) - Constructor for class com.aspectran.core.context.template.engine.freemarker.directive.TrimDirectiveGroup
-
- 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
.
- Trimmer - Class in com.aspectran.core.context.template.engine.freemarker.directive
-
The Class Trimmer.
- Trimmer() - Constructor for class com.aspectran.core.context.template.engine.freemarker.directive.Trimmer
-
- 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.builder.apon.params.ExceptionThrownParameters
-
- type - Static variable in class com.aspectran.core.context.builder.apon.params.ItemParameters
-
- type - Static variable in class com.aspectran.core.context.builder.apon.params.JoinpointParameters
-
- type - Static variable in class com.aspectran.core.context.builder.apon.params.PointcutParameters
-
- type - Static variable in class com.aspectran.core.context.builder.apon.params.TransformParameters
-
- type - Static variable in class com.aspectran.core.context.builder.apon.params.TriggerParameters
-
- typeAlias - Static variable in class com.aspectran.core.context.builder.apon.params.AspectranParameters
-