- Cache - com.jdon.controller.cache中的接口
-
Cache interface A Cache object is responsible for managing a collection of
cached objects Given an ObjectKey object, a Cache object quickly finds the
corresponding cached object.
- CACHE_TYPE_MODEL - 类 中的静态变量com.jdon.domain.model.cache.ModelCacheKeyFactory
-
可缓存的类型: Model对象
- Cacheable - com.jdon.controller.cache中的接口
-
Cacheable don't bind to CacheFactory,
- CacheableWrapper - com.jdon.cache中的类
-
All domain model will be wrapped by this class.
- CacheableWrapper(String, Object) - 类 的构造器com.jdon.cache.CacheableWrapper
-
- CacheInterceptor - com.jdon.aop.interceptor中的类
-
Cache Interceptor all Interceptors are added in picoContainer
method match can be done by this class, CacheInterceptor only interceptor the
method getXXXXX.
- CacheInterceptor(ModelManager) - 类 的构造器com.jdon.aop.interceptor.CacheInterceptor
-
- CacheKey - com.jdon.controller.cache中的类
-
Instances of the ObjectKey class identify the object that will be fetched
from the cache.
- CacheKey(String, String, String) - 类 的构造器com.jdon.controller.cache.CacheKey
-
- CacheKeyFactory - com.jdon.controller.cache中的类
-
different cached object, there is different cache key.
- CacheKeyFactory() - 类 的构造器com.jdon.controller.cache.CacheKeyFactory
-
- CacheLine - com.jdon.cache中的类
-
- CacheLine(Object, boolean) - 类 的构造器com.jdon.cache.CacheLine
-
- CacheLine(Object, boolean, long) - 类 的构造器com.jdon.cache.CacheLine
-
- cacheLineTable - 类 中的变量com.jdon.cache.UtilCache
-
A hashtable containing a CacheLine object with a value and a loadTime for
each element. for above jdk1.5
- CacheManager - com.jdon.controller.cache中的类
-
Cacahe Managerment Pattern
Client objects request objects from a CacheManager object by calling its
fetchObject method.
- CacheManager(Cache) - 类 的构造器com.jdon.controller.cache.CacheManager
-
- cacheManager - 类 中的变量com.jdon.domain.model.cache.ModelCacheManager
-
- callService(String, String, Object[]) - 类 中的方法com.jdon.controller.AppUtil
-
- callService(String, String, Object[], HttpServletRequest) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
Command pattern for service invoke sample: browser url:
/aaa.do?
- CGLIBDynamicProxyWeaving - com.jdon.bussinessproxy.dyncproxy.cglib中的类
-
CGLIB Dynamic Proxy Weaving mode Weaving implemention is dynamic proxy Every
target service object has its DynamicProxyWeaving object
problem:
memory leak is more entwined in cglib.
- CGLIBDynamicProxyWeaving(TargetMetaRequest, AopClient) - 类 的构造器com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBDynamicProxyWeaving
-
- CGLIBMethodInterceptorImp - com.jdon.container.interceptor中的类
-
- CGLIBMethodInterceptorImp(Object, Object, IntroduceInfo, List<MethodInterceptor>) - 类 的构造器com.jdon.container.interceptor.CGLIBMethodInterceptorImp
-
- CGLIBProxyInstanceFactoryVisitable - com.jdon.bussinessproxy.dyncproxy.cglib中的类
-
http://www.jdon.com/jivejdon/thread/37330
- CGLIBProxyInstanceFactoryVisitable(AopClient, TargetMetaRequestsHolder) - 类 的构造器com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBProxyInstanceFactoryVisitable
-
- changeMonitor(ComponentMonitor) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
Changes monitor in the ComponentAdapterFactory, the component adapters
and the child containers, if these support a ComponentMonitorStrategy.
- channel - 类 中的变量com.jdon.async.future.EventResultFuture
-
- ChannelExecutor - com.jdon.async.future中的类
-
- ChannelExecutor(String) - 类 的构造器com.jdon.async.future.ChannelExecutor
-
- characters(char[], int, int) - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Filter a character data event.
- characters(char[], int, int) - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Filter a character data event.
- characters(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add a string of character data, with XML escaping.
- charInString(char, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if single character c(actually a string) is contained within string s.
- className - 类 中的变量com.jdon.container.config.ComponentMetaDef
-
- ClassUtil - com.jdon.util中的类
-
- ClassUtil() - 类 的构造器com.jdon.util.ClassUtil
-
- clear() - 类 中的方法com.jdon.async.disruptor.EventResultDisruptor
-
- clear() - 类 中的方法com.jdon.async.disruptor.EventResultHandlerImp
-
- clear() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorSwitcher
-
- clear() - 类 中的方法com.jdon.async.disruptor.ValueEventProcessor
-
- clear() - 接口 中的方法com.jdon.async.EventResultHandler
-
- clear() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- clear() - 类 中的方法com.jdon.cache.LRUCache
-
- clear() - 类 中的方法com.jdon.cache.UtilCache
-
Removes all elements from this cache
- clear() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- clear() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- clear() - 类 中的方法com.jdon.container.access.TargetMetaRequestsHolder
-
- clear() - 类 中的方法com.jdon.container.interceptor.BeforeAfterMethodTarget
-
- clear() - 类 中的方法com.jdon.container.interceptor.CGLIBMethodInterceptorImp
-
- clear() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- clear() - 类 中的方法com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- clear() - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
- clear() - 类 中的方法com.jdon.container.pico.JdonThreadLocalCyclicDependencyGuard
-
- clear() - 类 中的方法com.jdon.container.visitor.ComponentsboxsInSession
-
- clear() - 接口 中的方法com.jdon.controller.cache.Cache
-
- clear() - 类 中的方法com.jdon.controller.cache.CacheManager
-
- clear() - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- clear() - 类 中的方法com.jdon.controller.context.application.Application
-
- clear() - 类 中的方法com.jdon.domain.message.DomainMessage
-
- clear() - 类 中的方法com.jdon.util.ConcurrentLinkedList
-
- clearAllCaches() - 类 中的方法com.jdon.cache.UtilCache
-
Removes all elements from this cache
- clearCache() - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- clearCache() - 接口 中的方法com.jdon.domain.model.cache.ModelManager
-
- clearCache() - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
clear all models in the cache.
- clearCounters() - 类 中的方法com.jdon.cache.UtilCache
-
Clears the hit and miss counters
- clearExpired() - 类 中的方法com.jdon.cache.UtilCache
-
Clears all expired cache entries; also clear any cache entries where the
SoftReference in the CacheLine object has been cleared by the gc
- clearGuardedContainer() - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter.Guard
-
- clearGurad() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- clearWhitespace() - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Discards saved whitespace.
- clone() - 类 中的方法com.jdon.components.encache.EhCacheListener
-
- close() - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- close() - 类 中的方法com.jdon.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- com.jdon.annotation - 程序包 com.jdon.annotation
-
- com.jdon.annotation.intercept - 程序包 com.jdon.annotation.intercept
-
- com.jdon.annotation.model - 程序包 com.jdon.annotation.model
-
- com.jdon.annotation.pointcut - 程序包 com.jdon.annotation.pointcut
-
- com.jdon.annotation.pointcut.method - 程序包 com.jdon.annotation.pointcut.method
-
- com.jdon.aop - 程序包 com.jdon.aop
-
- com.jdon.aop.interceptor - 程序包 com.jdon.aop.interceptor
-
- com.jdon.aop.joinpoint - 程序包 com.jdon.aop.joinpoint
-
- com.jdon.aop.reflection - 程序包 com.jdon.aop.reflection
-
- com.jdon.async - 程序包 com.jdon.async
-
- com.jdon.async.disruptor - 程序包 com.jdon.async.disruptor
-
- com.jdon.async.disruptor.pool - 程序包 com.jdon.async.disruptor.pool
-
- com.jdon.async.future - 程序包 com.jdon.async.future
-
- com.jdon.bussinessproxy - 程序包 com.jdon.bussinessproxy
-
- com.jdon.bussinessproxy.dyncproxy - 程序包 com.jdon.bussinessproxy.dyncproxy
-
- com.jdon.bussinessproxy.dyncproxy.cglib - 程序包 com.jdon.bussinessproxy.dyncproxy.cglib
-
- com.jdon.bussinessproxy.meta - 程序包 com.jdon.bussinessproxy.meta
-
- com.jdon.bussinessproxy.target - 程序包 com.jdon.bussinessproxy.target
-
- com.jdon.cache - 程序包 com.jdon.cache
-
- com.jdon.components.encache - 程序包 com.jdon.components.encache
-
- com.jdon.components.guavacache - 程序包 com.jdon.components.guavacache
-
- com.jdon.container - 程序包 com.jdon.container
-
- com.jdon.container.access - 程序包 com.jdon.container.access
-
- com.jdon.container.access.xml - 程序包 com.jdon.container.access.xml
-
- com.jdon.container.annotation - 程序包 com.jdon.container.annotation
-
- com.jdon.container.annotation.type - 程序包 com.jdon.container.annotation.type
-
- com.jdon.container.builder - 程序包 com.jdon.container.builder
-
- com.jdon.container.config - 程序包 com.jdon.container.config
-
- com.jdon.container.config.aspect - 程序包 com.jdon.container.config.aspect
-
- com.jdon.container.factory - 程序包 com.jdon.container.factory
-
- com.jdon.container.finder - 程序包 com.jdon.container.finder
-
- com.jdon.container.interceptor - 程序包 com.jdon.container.interceptor
-
- com.jdon.container.pico - 程序包 com.jdon.container.pico
-
- com.jdon.container.startup - 程序包 com.jdon.container.startup
-
- com.jdon.container.visitor - 程序包 com.jdon.container.visitor
-
- com.jdon.container.visitor.data - 程序包 com.jdon.container.visitor.data
-
- com.jdon.container.visitor.http - 程序包 com.jdon.container.visitor.http
-
- com.jdon.controller - 程序包 com.jdon.controller
-
- com.jdon.controller.cache - 程序包 com.jdon.controller.cache
-
- com.jdon.controller.config - 程序包 com.jdon.controller.config
-
- com.jdon.controller.context - 程序包 com.jdon.controller.context
-
- com.jdon.controller.context.application - 程序包 com.jdon.controller.context.application
-
- com.jdon.controller.context.web - 程序包 com.jdon.controller.context.web
-
- com.jdon.controller.events - 程序包 com.jdon.controller.events
-
- com.jdon.controller.model - 程序包 com.jdon.controller.model
-
- com.jdon.controller.pool - 程序包 com.jdon.controller.pool
-
- com.jdon.controller.service - 程序包 com.jdon.controller.service
-
- com.jdon.domain.advsior - 程序包 com.jdon.domain.advsior
-
- com.jdon.domain.dci - 程序包 com.jdon.domain.dci
-
- com.jdon.domain.message - 程序包 com.jdon.domain.message
-
- com.jdon.domain.message.consumer - 程序包 com.jdon.domain.message.consumer
-
- com.jdon.domain.model.cache - 程序包 com.jdon.domain.model.cache
-
- com.jdon.domain.model.injection - 程序包 com.jdon.domain.model.injection
-
- com.jdon.domain.proxy - 程序包 com.jdon.domain.proxy
-
- com.jdon.util - 程序包 com.jdon.util
-
- com.jdon.util.jdom - 程序包 com.jdon.util.jdom
-
- com.jdon.util.scanAnnotation - 程序包 com.jdon.util.scanAnnotation
-
- com.jdon.util.task - 程序包 com.jdon.util.task
-
- Command - com.jdon.domain.message中的类
-
- Command() - 类 的构造器com.jdon.domain.message.Command
-
- comment(char[], int, int) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
- CommonsPoolAdapter - com.jdon.controller.pool中的类
-
ObjectPool pool = new StackObjectPool(new MyPoolableObjectFactory());
CommonsPoolAdapter cp = new CommonsPoolAdapter(pool); MyObject mo =
(MyObject)cp.borrowObject(); .... cp.returnObject(mo);
- CommonsPoolAdapter(GenericObjectPool) - 类 的构造器com.jdon.controller.pool.CommonsPoolAdapter
-
- CommonsPoolFactory - com.jdon.controller.pool中的类
-
- CommonsPoolFactory(TargetServiceFactory, String) - 类 的构造器com.jdon.controller.pool.CommonsPoolFactory
-
- compare(Object, Object) - 类 中的方法com.jdon.util.MyCompare
-
- Component - com.jdon.annotation中的注释类型
-
“@Component”
is equals to:
<component name="abc" class="com.sample.Abc" />”
“@Component's name will be the class's getClass.getName();
Component not open for the client, so default no need name,
but if you call the component from the client, you can use
the @Component's name(class's getClass.getName()).
- ComponentAdvsior - com.jdon.domain.advsior中的类
-
in container, when a component inject into another component or a model, the
advisor will create a proxy for injected class with its interfaces.
- ComponentAdvsior(ContainerCallback) - 类 的构造器com.jdon.domain.advsior.ComponentAdvsior
-
- ComponentKeys - com.jdon.container.finder中的接口
-
the important keys in container.xml
- ComponentLoader - com.jdon.container.annotation.type中的类
-
- ComponentLoader(AnnotationScaner, ConsumerLoader) - 类 的构造器com.jdon.container.annotation.type.ComponentLoader
-
- ComponentMessageInterceptor - com.jdon.aop.interceptor中的类
-
same as com.jdon.domain.message.MessageInterceptor this is for components or
service
test see com.jdon.sample.test.event.A
- ComponentMessageInterceptor(ContainerCallback, EventMessageFirer) - 类 的构造器com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- ComponentMetaDef - com.jdon.container.config中的类
-
the component definition in container.xml
- ComponentMetaDef(String, String, String[]) - 类 的构造器com.jdon.container.config.ComponentMetaDef
-
- ComponentMetaDef(String, String) - 类 的构造器com.jdon.container.config.ComponentMetaDef
-
- ComponentOriginalVisitor - com.jdon.container.visitor中的类
-
original impleplements for target service components that will be cached
this is default concrete class of componentVisitor, configured in contain.xml
- ComponentOriginalVisitor(ContainerCallback, TargetMetaRequestsHolder) - 类 的构造器com.jdon.container.visitor.ComponentOriginalVisitor
-
- ComponentsboxsInSession - com.jdon.container.visitor中的类
-
- ComponentsboxsInSession(HttpSessionVisitorFactorySetup) - 类 的构造器com.jdon.container.visitor.ComponentsboxsInSession
-
- ComponentVisitor - com.jdon.container.visitor中的接口
-
Visitor pattern
ComponentVisitor is a actor of Visitor, it do not need
many access method, such as:
visitAcomponent();
visitBcomponent();
...
- ConcurrentLinkedList - com.jdon.util中的类
-
- ConcurrentLinkedList() - 类 的构造器com.jdon.util.ConcurrentLinkedList
-
- conf_level - 类 中的静态变量com.jdon.util.Debug
-
- CONFIG_NAME - 类 中的静态变量com.jdon.container.access.xml.AppConfigureCollection
-
- ConfigInfo - com.jdon.container.pico中的类
-
Informations before or after container is created.
- ConfigInfo() - 类 的构造器com.jdon.container.pico.ConfigInfo
-
- constructors - 类 中的变量com.jdon.container.config.ComponentMetaDef
-
- Consumer - com.jdon.annotation中的注释类型
-
Consumer of the producer annotated with @send(topic) of the method;
* Topic/queue(1:N or 1:1):
if a class annotated with @Consumer(XX); it must implements
com.jdon.domain.message.DomainEventHandler
the @Send(topicName) ==> @Consumer(topicName);
if there are many consumers, execution order will be
alphabetical list by Name of @Consumer class.
- ConsumerLoader - com.jdon.container.annotation.type中的类
-
- ConsumerLoader(AnnotationScaner) - 类 的构造器com.jdon.container.annotation.type.ConsumerLoader
-
- ConsumerMethodHolder - com.jdon.domain.message.consumer中的类
-
- ConsumerMethodHolder(String, Method) - 类 的构造器com.jdon.domain.message.consumer.ConsumerMethodHolder
-
- contain(Object) - 类 中的方法com.jdon.cache.LRUCache
-
- contain(Object) - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- contain(Object) - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- contain(Object) - 接口 中的方法com.jdon.controller.cache.Cache
-
- contain(Object) - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- ContainerBuilderFactory - com.jdon.container.factory中的类
-
fetch the all components configures, and create ContainerBuilder Instance.
- ContainerBuilderFactory() - 类 的构造器com.jdon.container.factory.ContainerBuilderFactory
-
- ContainerCallback - com.jdon.container.finder中的类
-
the components in container can call the container by this class; set this
class as components construtor parameter.
- ContainerCallback(ContainerWrapper) - 类 的构造器com.jdon.container.finder.ContainerCallback
-
- ContainerComponents - com.jdon.container.config中的类
-
the components that loaded from container.xml
- ContainerComponents(Map) - 类 的构造器com.jdon.container.config.ContainerComponents
-
- ContainerComponentsXmlLoader - com.jdon.container.config中的类
-
- ContainerComponentsXmlLoader() - 类 的构造器com.jdon.container.config.ContainerComponentsXmlLoader
-
- ContainerDirector - com.jdon.container.builder中的类
-
container director register order: 1. register all components in
container.xml 2. register all components in aspect.xml 3. startup above all
components 4. register user services in jdonframework.xml
- ContainerDirector(ContainerRegistryBuilder) - 类 的构造器com.jdon.container.builder.ContainerDirector
-
- ContainerFactory - com.jdon.container.factory中的类
-
- ContainerFactory() - 类 的构造器com.jdon.container.factory.ContainerFactory
-
- ContainerFinder - com.jdon.container.finder中的接口
-
difference with ContainerCallback:
ContainerCallback client is in the container.
- ContainerFinderImp - com.jdon.container.finder中的类
-
Container lookup from outside the container.
- ContainerFinderImp() - 类 的构造器com.jdon.container.finder.ContainerFinderImp
-
- ContainerLoaderAnnotation - com.jdon.container.annotation中的类
-
load all Annotation components
add all annotated components into AnnotationHolder then ContainerBuilder load
all components from AnnotationHolder and register into picocontainer.
- ContainerLoaderAnnotation() - 类 的构造器com.jdon.container.annotation.ContainerLoaderAnnotation
-
- ContainerLoaderXML - com.jdon.container.factory中的类
-
- ContainerLoaderXML() - 类 的构造器com.jdon.container.factory.ContainerLoaderXML
-
- ContainerRegistry - com.jdon.container.builder中的类
-
- ContainerRegistry(ContainerWrapper) - 类 的构造器com.jdon.container.builder.ContainerRegistry
-
- ContainerRegistryBuilder - com.jdon.container.builder中的接口
-
the container builder
- ContainerSetupScript - com.jdon.container.startup中的类
-
setup container
- ContainerSetupScript() - 类 的构造器com.jdon.container.startup.ContainerSetupScript
-
- containerWrapper - 类 中的变量com.jdon.container.builder.ContainerRegistry
-
- containerWrapper - 类 中的变量com.jdon.container.builder.DefaultContainerBuilder
-
- ContainerWrapper - com.jdon.container中的接口
-
ContainerWrapper is a main interface of jdon framework
- containInCache(Object, String) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- containInCache(ModelKey) - 接口 中的方法com.jdon.domain.model.cache.ModelManager
-
- containInCache(ModelKey) - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
- containObject(StringKey) - 类 中的方法com.jdon.controller.cache.CacheManager
-
- contains(String, String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- containsKey(Object) - 类 中的方法com.jdon.cache.UtilCache
-
Returns a boolean specifying whether or not an element with the specified
key is in the cache.
- containsThisClass(Class) - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- contextDestroyed(ServletContextEvent) - 类 中的方法com.jdon.container.startup.ServletContainerListener
-
- ContextHolder - com.jdon.controller.context中的类
-
- ContextHolder(AppContextWrapper, SessionWrapper) - 类 的构造器com.jdon.controller.context.ContextHolder
-
- contextInitialized(ServletContextEvent) - 类 中的方法com.jdon.container.startup.ServletContainerListener
-
- ContiguousUSStateCodes - 类 中的静态变量com.jdon.util.UtilValidate
-
Valid contiguous U.S. postal codes
- copy(String, String) - 类 中的静态方法com.jdon.util.FileUtil
-
This class copies an input file to output file
- CopyDir(String, String) - 类 中的静态方法com.jdon.util.FileUtil
-
This class copies an input files of a directory to another directory not
include subdir
- copyTargetMetaDefHolder() - 类 中的方法com.jdon.container.annotation.AnnotationContainerRegistry
-
- count(String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- create(TargetServiceFactory, String) - 类 中的方法com.jdon.aop.interceptor.PoolInterceptor
-
- create(TargetMetaDef) - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
create the all interceptor instances, and put them into
interceptorsChain; the interceptors that prointcut is for SERVIERS are in
the front, and then the EJB Interceptors , in the back there are POJO
interceptors. you can change the orders bu replacing this class in
container.xml
- create() - 类 中的方法com.jdon.bussinessproxy.target.DefaultTargetServiceFactory
-
- create(ContainerCallback) - 类 中的方法com.jdon.bussinessproxy.target.POJOObjectFactory
-
- create(ContainerCallback) - 类 中的方法com.jdon.bussinessproxy.target.SingletonPOJOObjectFactory
-
- create(ContainerCallback) - 接口 中的方法com.jdon.bussinessproxy.target.TargetObjectFactory
-
- create() - 接口 中的方法com.jdon.bussinessproxy.target.TargetServiceFactory
-
- create(ConfigInfo) - 类 中的方法com.jdon.container.factory.ContainerFactory
-
- create(HttpServletRequest) - 类 中的静态方法com.jdon.controller.context.web.RequestWrapperFactory
-
create a HttpServletRequestWrapper with session supports. this method
will create HttpSession.
- CREATE - 接口 中的静态变量com.jdon.controller.events.Event
-
- create(Class, MethodInterceptor) - 类 中的方法com.jdon.domain.proxy.ModelProxyFactory
-
- create(int, int, String, String, int, int, int, OutputStream) - 类 中的方法com.jdon.util.RegisterCode
-
- create(URL, Filter) - 类 中的静态方法com.jdon.util.scanAnnotation.IteratorFactory
-
- CREATE_STR - 类 中的静态变量com.jdon.controller.events.EventUtil
-
- createAnnotationComponentClass(String, AnnotationHolder, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.ComponentLoader
-
- createAnnotationConsumerClass(String, AnnotationHolder, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.ConsumerLoader
-
- createAnnotationInterceptor(String, AnnotationHolder) - 类 中的方法com.jdon.container.annotation.type.InterceptorLoader
-
- createAnnotationIntroduceInfoClass(String, AnnotationHolder, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.InroduceLoader
-
- createAnnotationServiceClass(String, AnnotationHolder, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.ServiceLoader
-
- createAutoDisruptor(String) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- createCacheEventListener(Properties) - 类 中的方法com.jdon.components.encache.EhcacheEventListenerFactory
-
- createCacheKey(String, String) - 类 中的方法com.jdon.controller.cache.CacheKeyFactory
-
- createCacheKey(String, String) - 类 中的方法com.jdon.controller.cache.StringCacheKeyFactory
-
- createCacheKeyImp(String, String) - 类 中的方法com.jdon.controller.cache.CacheKeyFactory
-
- createCacheKeyImp(String, String) - 类 中的方法com.jdon.controller.cache.StringCacheKeyFactory
-
- createCacheKeyImp(String, String) - 类 中的方法com.jdon.domain.model.cache.ModelCacheKeyFactory
-
- createClass(String) - 类 中的静态方法com.jdon.container.annotation.type.Utils
-
- createClass(String) - 类 中的静态方法com.jdon.util.ObjectCreator
-
- createComponentAdapter(Object, Class, Parameter[]) - 类 中的方法com.jdon.container.pico.JdonComponentAdapterFactory
-
- createContainerBuilder(AppContextWrapper) - 类 中的方法com.jdon.container.factory.ContainerBuilderFactory
-
the main method in this class, read all components include interceptors
from Xml configure file.
- createContainerBuilder(AppContextWrapper, ContainerWrapper, ContainerComponents, ContainerComponents) - 类 中的方法com.jdon.container.factory.ContainerBuilderFactory
-
- createContainerBuilderForTest(String, String) - 类 中的方法com.jdon.container.factory.ContainerBuilderFactory
-
- createDefaultParameters(Class[]) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
Create default parameters for the given types.
- createDemoRequest() - 类 中的方法com.jdon.controller.AppUtil
-
- createDirectMethod(String, Object[]) - 类 中的静态方法com.jdon.controller.AppUtil
-
- createDisruptor(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
one topic one EventDisruptor
- createDisruptor(String) - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
one event one EventDisruptor
- createDw(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- createEJBAdvice(TargetMetaDef) - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- createFile(String, String) - 类 中的静态方法com.jdon.util.FileUtil
-
write the content to a file;
- createMethod(TargetServiceFactory) - 类 中的方法com.jdon.aop.reflection.MethodConstructor
-
ejb's method creating must at first get service's EJB Object;
pojo's method creating can only need service's class.
- createNewSet() - 类 中的方法com.jdon.container.annotation.type.ConsumerLoader
-
- createObject(String) - 类 中的静态方法com.jdon.util.ObjectCreator
-
Instantaite an Object from a given class name
- createObject(Class) - 类 中的静态方法com.jdon.util.ObjectCreator
-
Instantaite an Object instance
- createObject(String, Object[]) - 类 中的静态方法com.jdon.util.ObjectCreator
-
Instantaite an Object instance, requires a constructor with parameters
- createObject(Class, Object[]) - 类 中的静态方法com.jdon.util.ObjectCreator
-
Instantaite an Object instance, requires a constractor with parameters
- createObjectMethod(Object, MethodMetaArgs) - 类 中的方法com.jdon.aop.reflection.MethodConstructor
-
create a method object by target Object
- createObjectMethod(Object, String, Class[]) - 类 中的方法com.jdon.aop.reflection.MethodConstructor
-
create a method object
- createPOJOAdvice(TargetMetaDef) - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- createPojoMethod() - 类 中的方法com.jdon.aop.reflection.MethodConstructor
-
create a method object by its meta definition
- createPOJOTargetMetaDef(String, String, TargetMetaDefHolder, Class) - 类 中的静态方法com.jdon.bussinessproxy.meta.POJOTargetMetaDefFactory
-
- createPOJOTargetMetaDef(String, String, TargetMetaDefHolder, Class) - 类 中的方法com.jdon.container.annotation.type.ServiceLoader
-
- createProxy(MethodInterceptor, Object, Class[]) - 类 中的方法com.jdon.container.interceptor.ProxyFactory
-
- createProxy(Object) - 类 中的方法com.jdon.domain.advsior.ComponentAdvsior
-
- createProxy(Object) - 类 中的方法com.jdon.domain.advsior.ModelAdvisor
-
- createQueryStringFromMap(Map, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
Builds a query string from a given map of parameters
- createSessionContext() - 类 中的方法com.jdon.container.visitor.ComponentOriginalVisitor
-
- createSessionContext() - 接口 中的方法com.jdon.container.visitor.ComponentVisitor
-
- createSessionContext() - 类 中的方法com.jdon.container.visitor.http.HttpSessionProxyComponentVisitor
-
- createSessionContext() - 类 中的方法com.jdon.container.visitor.http.NoSessionProxyComponentVisitor
-
- createSingleDisruptor(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
single producer :single consumer
no lock
- createSingleDw(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- createTargetAdvice(String) - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- createTargetComponent(Object, Class) - 类 中的方法com.jdon.domain.model.injection.ModelProxyInjection
-
- createTargetMetaRequest(TargetMetaDef, ContextHolder) - 类 中的方法com.jdon.container.access.UserTargetMetaDefFactory
-
create a targetMetaRequest instance.
- createTargetMetaRequest(TargetMetaDef, AppContextWrapper) - 类 中的方法com.jdon.container.access.UserTargetMetaDefFactory
-
- createTargetObject(TargetServiceFactory) - 类 中的方法com.jdon.aop.reflection.MethodInvokerUtil
-
if target service is ejb object, cache it, so this function can active
stateful session bean.
- createTargetObject(Object, Class) - 类 中的方法com.jdon.domain.model.injection.ModelProxyInjection
-
- createTargetPOJOAdvice(String) - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- createtSessionVisitor(SessionWrapper, TargetMetaDef) - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
-
- createtVisitor(SessionWrapper, TargetMetaDef) - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
-
return a ComponentVisitor with cache. the httpSession is used for
optimizing the component performance
- createtVisitor(SessionWrapper, TargetMetaDef) - 接口 中的方法com.jdon.container.visitor.VisitorFactory
-
return a ComponentVisitor with cache. the httpSession is used for
optimizing the component performance
- creditCardDelimiters - 类 中的静态变量com.jdon.util.UtilValidate
-
non-digit characters which are allowed in credit card numbers
- currentInterceptorInt - 类 中的变量com.jdon.aop.reflection.ProxyMethodInvocation
-
- currentInterceptorInt - 类 中的变量com.jdon.container.interceptor.MethodInvocationImp
-
- currentInterceptorInt - 类 中的变量com.jdon.domain.proxy.ModelMethodInvocation
-
- currentMonitor() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
Returns the first current monitor found in the ComponentAdapterFactory,
the component adapters and the child containers, if these support a
ComponentMonitorStrategy.
- dataElement(String, String, String, Attributes, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an element with character data content.
- dataElement(String, String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an element with character data content but no qname or attributes.
- dataElement(String, Attributes, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an element with character data content but no Namespace URI or qname.
- dataElement(String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an element with character data content but no attributes
or Namespace URI.
- DataFormatFilter - com.jdon.util.jdom中的类
-
Filter for data- or field-oriented XML.
- DataFormatFilter() - 类 的构造器com.jdon.util.jdom.DataFormatFilter
-
Create a new filter.
- DataFormatFilter(XMLReader) - 类 的构造器com.jdon.util.jdom.DataFormatFilter
-
Create a new filter.
- DataUnformatFilter - com.jdon.util.jdom中的类
-
Filter for removing formatting from data- or field-oriented XML.
- DataUnformatFilter() - 类 的构造器com.jdon.util.jdom.DataUnformatFilter
-
Create a new filter.
- DataUnformatFilter(XMLReader) - 类 的构造器com.jdon.util.jdom.DataUnformatFilter
-
Create a new filter.
- dateFormat - 类 中的静态变量com.jdon.util.Debug
-
- dateToMillis(long) - 类 中的静态方法com.jdon.util.UtilDateTime
-
save the datetime of System.currentTimeMillis() to dtatbase persistence.
- daysInFebruary(int) - 类 中的静态方法com.jdon.util.UtilValidate
-
Given integer argument year, returns number of days in February of that year.
- daysInMonth - 类 中的静态变量com.jdon.util.UtilValidate
-
An array of ints representing the number of days in each month of the year.
- DbUtil - com.jdon.util中的类
-
- DbUtil() - 类 的构造器com.jdon.util.DbUtil
-
- Debug - com.jdon.util中的类
-
Configurable Debug logging wrapper class
- Debug() - 类 的构造器com.jdon.util.Debug
-
- decimalPointDelimiter - 类 中的静态变量com.jdon.util.UtilValidate
-
decimal point character differs by language and culture
- DECODE - 类 中的静态变量com.jdon.util.Base64
-
Specify decoding in first bit.
- decode(byte[]) - 类 中的静态方法com.jdon.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - 类 中的静态方法com.jdon.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - 类 中的静态方法com.jdon.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - 类 中的静态方法com.jdon.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - 类 中的静态方法com.jdon.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - 类 中的静态方法com.jdon.util.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeString(String) - 类 中的静态方法com.jdon.util.StringUtil
-
Decode a string using Base64 encoding.
- decodeToFile(String, String) - 类 中的静态方法com.jdon.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - 类 中的静态方法com.jdon.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DefaultContainerBuilder - com.jdon.container.builder中的类
-
the container builder the methods invoke order is decided by
containerDirector.
- DefaultContainerBuilder(ContainerWrapper, ContainerComponents, ContainerComponents) - 类 的构造器com.jdon.container.builder.DefaultContainerBuilder
-
construtor
- defaultEmptyOK - 类 中的静态变量com.jdon.util.UtilValidate
-
boolean specifying by default whether or not it is okay for a String to be empty
- DefaultTargetServiceFactory - com.jdon.bussinessproxy.target中的类
-
Factory that create target service object
- DefaultTargetServiceFactory(ContainerCallback, TargetMetaRequestsHolder) - 类 的构造器com.jdon.bussinessproxy.target.DefaultTargetServiceFactory
-
- DELETE - 接口 中的静态变量com.jdon.controller.events.Event
-
- DELETE_STR - 类 中的静态变量com.jdon.controller.events.EventUtil
-
- deleteCookie(HttpServletResponse, Cookie, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
Convenience method for deleting a cookie by name
- deleteProperty(String) - 类 中的方法com.jdon.util.jdom.XMLProperties
-
Deletes the specified property.
- DemoSessionWrapper - com.jdon.controller.context.application中的类
-
- DemoSessionWrapper() - 类 的构造器com.jdon.controller.context.application.DemoSessionWrapper
-
- destroy() - 类 中的方法com.jdon.bussinessproxy.target.DefaultTargetServiceFactory
-
- destroy() - 接口 中的方法com.jdon.bussinessproxy.target.TargetServiceFactory
-
- destroy() - 类 中的方法com.jdon.util.DisableUrlSessionFilter
-
Unused.
- destroy() - 类 中的方法com.jdon.util.HttpResponseCacheFilter
-
- destroy() - 类 中的方法com.jdon.util.SetCharacterEncodingFilter
-
Take this filter out of service.
- destroyed(AppContextWrapper) - 类 中的方法com.jdon.container.startup.ContainerSetupScript
-
desroy Application container
- destroyObject(Object) - 类 中的方法com.jdon.controller.pool.CommonsPoolFactory
-
- digits - 类 中的静态变量com.jdon.util.UtilValidate
-
digit characters
- digitsInSocialSecurityNumber - 类 中的静态变量com.jdon.util.UtilValidate
-
U.S.
- digitsInUSPhoneAreaCode - 类 中的静态变量com.jdon.util.UtilValidate
-
- digitsInUSPhoneMainNumber - 类 中的静态变量com.jdon.util.UtilValidate
-
- digitsInUSPhoneNumber - 类 中的静态变量com.jdon.util.UtilValidate
-
U.S. phone numbers have 10 digits.
- digitsInZipCode1 - 类 中的静态变量com.jdon.util.UtilValidate
-
U.S.
- digitsInZipCode2 - 类 中的静态变量com.jdon.util.UtilValidate
-
U.S.
- DisableUrlSessionFilter - com.jdon.util中的类
-
Servlet filter which disables URL-encoded session identifiers.
- DisableUrlSessionFilter() - 类 的构造器com.jdon.util.DisableUrlSessionFilter
-
- dispose() - 类 中的方法com.jdon.components.encache.EhCacheListener
-
- dispose(Object) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
- dispose() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
Dispose the components of this PicoContainer and all its logical child
containers.
- DisruptorCommandPoolFactory - com.jdon.async.disruptor.pool中的类
-
- DisruptorCommandPoolFactory() - 类 的构造器com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- DisruptorFactory - com.jdon.async.disruptor中的类
-
SLEEPING is a better option when you have a large number of event processors
and you need throughput when you don't mind a 1ms latency hit in the worse
case.
- DisruptorFactory(DisruptorParams, ContainerCallback, DisruptorPoolFactory) - 类 的构造器com.jdon.async.disruptor.DisruptorFactory
-
- DisruptorFactory() - 类 的构造器com.jdon.async.disruptor.DisruptorFactory
-
- DisruptorForCommandFactory - com.jdon.async.disruptor中的类
-
- DisruptorForCommandFactory(DisruptorParams, ContainerCallback, DisruptorCommandPoolFactory, DisruptorFactory) - 类 的构造器com.jdon.async.disruptor.DisruptorForCommandFactory
-
- DisruptorListener - com.jdon.async.disruptor中的接口
-
- DisruptorParams - com.jdon.async.disruptor中的类
-
- DisruptorParams(String) - 类 的构造器com.jdon.async.disruptor.DisruptorParams
-
- DisruptorPoolFactory - com.jdon.async.disruptor.pool中的类
-
- DisruptorPoolFactory() - 类 的构造器com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- DisruptorSwitcher - com.jdon.async.disruptor.pool中的类
-
- DisruptorSwitcher() - 类 的构造器com.jdon.async.disruptor.pool.DisruptorSwitcher
-
- DO_BREAK_LINES - 类 中的静态变量com.jdon.util.Base64
-
Do break lines when encoding.
- doAfterStarted() - 类 中的方法com.jdon.container.annotation.AnnotationContainerBuilder
-
- doAfterStarted() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- doAfterStarted() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jdon.util.DisableUrlSessionFilter
-
Filters requests to disable URL-based session identifiers.
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jdon.util.HttpResponseCacheFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.jdon.util.SetCharacterEncodingFilter
-
Select and set (if specified) the character encoding to be used to
interpret request parameters for this request.
- DOMAIN - 接口 中的静态变量com.jdon.aop.joinpoint.Pointcut
-
- DOMAIN_PROXY_FACTORY - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- DomainCacheInterceptor - com.jdon.domain.model.cache中的类
-
aspect.xml :
in Repository/DAO class add:
- DomainCacheInterceptor(ModelManager) - 类 的构造器com.jdon.domain.model.cache.DomainCacheInterceptor
-
- DomainCommandDispatchHandler - com.jdon.domain.message中的类
-
- DomainCommandDispatchHandler(ModelConsumerMethodHolder) - 类 的构造器com.jdon.domain.message.DomainCommandDispatchHandler
-
- DomainCommandHandlerFirst - com.jdon.async.disruptor.pool中的类
-
- DomainCommandHandlerFirst(DisruptorForCommandFactory) - 类 的构造器com.jdon.async.disruptor.pool.DomainCommandHandlerFirst
-
- DomainEventDispatchHandler - com.jdon.domain.message中的类
-
action by annotation "@onEvent("topicName")"
- DomainEventDispatchHandler(ConsumerMethodHolder, ContainerWrapper) - 类 的构造器com.jdon.domain.message.DomainEventDispatchHandler
-
- DomainEventHandler<T> - com.jdon.domain.message中的接口
-
This is a Disruptor EvenHandler.
- DomainEventHandlerAdapter - com.jdon.async.disruptor中的类
-
- DomainEventHandlerAdapter(DomainEventHandler) - 类 的构造器com.jdon.async.disruptor.DomainEventHandlerAdapter
-
- DomainEventHandlerDecorator - com.jdon.async.disruptor.pool中的类
-
- DomainEventHandlerDecorator(DomainEventHandler) - 类 的构造器com.jdon.async.disruptor.pool.DomainEventHandlerDecorator
-
- domainMessage - 类 中的变量com.jdon.async.disruptor.EventDisruptor
-
- domainMessage - 类 中的变量com.jdon.async.future.EventResultFuture
-
- DomainMessage - com.jdon.domain.message中的类
-
- DomainMessage(Object) - 类 的构造器com.jdon.domain.message.DomainMessage
-
- DomainMessage(Object, int) - 类 的构造器com.jdon.domain.message.DomainMessage
-
- DTDEntityResolver - com.jdon.controller.config中的类
-
- DTDEntityResolver() - 类 的构造器com.jdon.controller.config.DTDEntityResolver
-
- DynamicModel - com.jdon.controller.model中的类
-
Dynamic Model this class can be used for DTO
- DynamicModel() - 类 的构造器com.jdon.controller.model.DynamicModel
-
- DynamicProxyWeaving - com.jdon.bussinessproxy.dyncproxy中的类
-
Dynamic Proxy Weaving mode Weaving implemention is dynamic proxy Every target
service object has its DynamicProxyWeaving object
动态代理类 可实现AOP拦截
- DynamicProxyWeaving(TargetMetaRequest, AopClient) - 类 的构造器com.jdon.bussinessproxy.dyncproxy.DynamicProxyWeaving
-
- EDIT - 接口 中的静态变量com.jdon.controller.events.Event
-
- EDIT_STR - 类 中的静态变量com.jdon.controller.events.EventUtil
-
- EhcacheConf - com.jdon.components.encache中的类
-
- EhcacheConf(String, String) - 类 的构造器com.jdon.components.encache.EhcacheConf
-
- EhcacheEventListenerFactory - com.jdon.components.encache中的类
-
need configure in META-INF/jdon_ehcache.xml
- EhcacheEventListenerFactory() - 类 的构造器com.jdon.components.encache.EhcacheEventListenerFactory
-
- EhCacheListener - com.jdon.components.encache中的类
-
need configure in META-INF/jdon_ehcache.xml
- EhCacheListener() - 类 的构造器com.jdon.components.encache.EhCacheListener
-
- EJB_TARGET_PROPS_SERVICES - 接口 中的静态变量com.jdon.aop.joinpoint.Pointcut
-
- emitWhitespace() - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Passes saved whitespace down the filter chain.
- EMPTY_ATTS - 类 中的静态变量com.jdon.util.jdom.XMLFilterBase
-
- emptyElement(String, String, String, Attributes) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an empty element.
- emptyElement(String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an empty element without a qname or attributes.
- emptyElement(String, Attributes) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an empty element without a Namespace URI or qname.
- emptyElement(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Add an empty element without a Namespace URI, qname or attributes.
- EncacheProvider - com.jdon.components.encache中的类
-
- EncacheProvider(EhcacheConf) - 类 的构造器com.jdon.components.encache.EncacheProvider
-
configFileName must be defined in container.xml
- ENCODE - 类 中的静态变量com.jdon.util.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - 类 中的静态方法com.jdon.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - 类 中的静态方法com.jdon.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encodeBytes(byte[]) - 类 中的静态方法com.jdon.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - 类 中的静态方法com.jdon.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - 类 中的静态方法com.jdon.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - 类 中的静态方法com.jdon.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - 类 中的静态方法com.jdon.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - 类 中的静态方法com.jdon.util.Base64
-
- encodeFileToFile(String, String) - 类 中的静态方法com.jdon.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - 类 中的静态方法com.jdon.util.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - 类 中的静态方法com.jdon.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - 类 中的静态方法com.jdon.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodePassword(String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
Encode a string using algorithm specified in web.xml and return the
resulting encrypted password.
- encodeString(String) - 类 中的静态方法com.jdon.util.StringUtil
-
Encode a string using Base64 encoding.
- encodeToFile(byte[], String) - 类 中的静态方法com.jdon.util.Base64
-
Convenience method for encoding data to a file.
- encodeURL(String) - 类 中的静态方法com.jdon.util.RequestUtil
-
- encodeURL(String, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
Use the new URLEncoder.encode() method from Java 1.4 if available, else
use the old deprecated version.
- ENCODING - 类 中的静态变量com.jdon.util.PropsUtil
-
- encoding - 类 中的变量com.jdon.util.SetCharacterEncodingFilter
-
The default character encoding to set for requests that pass through
this filter.
- endCDATA() - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
- endDTD() - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Filter a end DTD event.
- endElement(String, String, String) - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Add newline and indentation prior to end tag.
- endElement(String, String, String) - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Filter an end element event.
- endElement(String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
End an element without a qname.
- endElement(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
End an element without a Namespace URI or qname.
- endEntity(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
- ERROR - 类 中的静态变量com.jdon.util.Debug
-
- errorOn() - 类 中的静态方法com.jdon.util.Debug
-
- errors - 类 中的变量com.jdon.controller.events.EventSupport
-
- Event - com.jdon.controller.events中的接口
-
Event是Web层和Ejb层之间的传递者 包含actioName 是WEB层的action名称; actionType是action的具体类型。
- EventDisruptor - com.jdon.async.disruptor中的类
-
A subscriber send a EventDisruptor to RingBuffer.
- EventDisruptor() - 类 的构造器com.jdon.async.disruptor.EventDisruptor
-
- EventDisruptorFactory - com.jdon.async.disruptor中的类
-
- EventDisruptorFactory() - 类 的构造器com.jdon.async.disruptor.EventDisruptorFactory
-
- EventException - com.jdon.controller.events中的异常错误
-
This exception is the base class for all the event exceptions.
- EventException() - 异常错误 的构造器com.jdon.controller.events.EventException
-
- EventException(String) - 异常错误 的构造器com.jdon.controller.events.EventException
-
- eventMessageFirer - 类 中的变量com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- EventMessageFirer - com.jdon.async中的类
-
- EventMessageFirer(DisruptorFactory, DisruptorForCommandFactory, FutureDirector, ModelProxyInjection) - 类 的构造器com.jdon.async.EventMessageFirer
-
- eventMessageFirer - 类 中的变量com.jdon.domain.message.MessageInterceptor
-
- EventModel - com.jdon.controller.events中的类
-
- EventModel() - 类 的构造器com.jdon.controller.events.EventModel
-
- EventModel(Object) - 类 的构造器com.jdon.controller.events.EventModel
-
- eventResult - 类 中的变量com.jdon.async.future.EventResultFuture
-
- eventResultCache - 类 中的变量com.jdon.domain.message.DomainMessage
-
- EventResultDisruptor - com.jdon.async.disruptor中的类
-
A Consumer send response back to the Subscriber by this value object
- EventResultDisruptor() - 类 的构造器com.jdon.async.disruptor.EventResultDisruptor
-
- EventResultFactory - com.jdon.async.disruptor中的类
-
- EventResultFactory() - 类 的构造器com.jdon.async.disruptor.EventResultFactory
-
- EventResultFuture - com.jdon.async.future中的类
-
- EventResultFuture(String, FutureListener, DomainMessage) - 类 的构造器com.jdon.async.future.EventResultFuture
-
- EventResultHandler - com.jdon.async中的接口
-
- eventResultHandler - 类 中的变量com.jdon.domain.message.DomainMessage
-
- EventResultHandlerImp - com.jdon.async.disruptor中的类
-
- EventResultHandlerImp(int) - 类 的构造器com.jdon.async.disruptor.EventResultHandlerImp
-
- eventSource - 类 中的变量com.jdon.domain.message.DomainMessage
-
- EventSupport - com.jdon.controller.events中的类
-
Title:
Description: 带有web层的Action name 和action type
- EventSupport() - 类 的构造器com.jdon.controller.events.EventSupport
-
- EventUtil - com.jdon.controller.events中的类
-
- EventUtil() - 类 的构造器com.jdon.controller.events.EventUtil
-
- execute(Method, Object, Object[]) - 类 中的方法com.jdon.aop.reflection.MethodInvokerUtil
-
the service execute by method reflection
- execute(String, MethodMetaArgs, RequestWrapper) - 接口 中的方法com.jdon.controller.service.Service
-
this method will create httpsession
- execute(TargetMetaDef, MethodMetaArgs, RequestWrapper) - 接口 中的方法com.jdon.controller.service.Service
-
- execute(String, MethodMetaArgs, AppContextWrapper) - 接口 中的方法com.jdon.controller.service.Service
-
this method without httpsession and will disable all sesson function.
- execute(TargetMetaDef, MethodMetaArgs, AppContextWrapper) - 接口 中的方法com.jdon.controller.service.Service
-
- execute(RequestWrapper) - 接口 中的方法com.jdon.controller.service.WebServiceAccessor
-
- execute() - 接口 中的方法com.jdon.controller.service.WebServiceAccessor
-
- execute(RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceAccessorImp
-
- execute() - 类 中的方法com.jdon.controller.service.WebServiceAccessorImp
-
- execute(String, MethodMetaArgs, RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceImp
-
running the service, and return the result
- execute(TargetMetaDef, MethodMetaArgs, RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceImp
-
running the service, and return the result
- execute(String, MethodMetaArgs, AppContextWrapper) - 类 中的方法com.jdon.controller.service.WebServiceImp
-
running the service, and return the result without session
- execute(TargetMetaDef, MethodMetaArgs, AppContextWrapper) - 类 中的方法com.jdon.controller.service.WebServiceImp
-
running the service, and return the result
- executeService(ContainerWrapper) - 接口 中的方法com.jdon.container.access.ServiceAccessor
-
- executeService(ContainerWrapper) - 类 中的方法com.jdon.container.access.ServiceAccessorImp
-
- expireTime - 类 中的变量com.jdon.cache.UtilCache
-
Specifies the amount of time since initial loading before an element will
be reported as expired.
- generate(BufferedImage, String, String, int, int, int, OutputStream) - 类 中的方法com.jdon.util.RegisterCode
-
- get() - 类 中的方法com.jdon.async.disruptor.EventResultHandlerImp
-
- get() - 接口 中的方法com.jdon.async.EventResultHandler
-
get a Event Result until time out value: setTimeoutforeturnResult(int
timeoutforeturnResult)
- get() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- get(Object) - 类 中的方法com.jdon.cache.LRUCache
-
- get(Object) - 类 中的方法com.jdon.cache.UtilCache
-
Gets an element from the cache according to the specified key.
- get(Object) - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- get(Object) - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- get(String) - 类 中的方法com.jdon.container.visitor.ComponentsboxsInSession
-
- get(Object) - 接口 中的方法com.jdon.controller.cache.Cache
-
- get(Object) - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- get(Object, Object) - 类 中的方法com.jdon.util.MultiHashMap
-
Returns the value to which this map maps the specified key and subKey.
- get(String) - 类 中的静态方法com.jdon.util.SimpleCachePool
-
- getAcceptorClassNames() - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getActionName() - 接口 中的方法com.jdon.controller.events.Event
-
- getActionName() - 类 中的方法com.jdon.controller.events.EventSupport
-
- getActionType() - 接口 中的方法com.jdon.controller.events.Event
-
- getActionType() - 类 中的方法com.jdon.controller.events.EventSupport
-
- getAdviceName() - 类 中的方法com.jdon.aop.interceptor.Advisor
-
- getAdviceName() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getAdviceName(Object) - 类 中的方法com.jdon.domain.advsior.ModelAdvisor
-
- getAdvisors(String) - 类 中的方法com.jdon.aop.interceptor.InterceptorsChain
-
- getAfters() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getAllDecaredFields(Class) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getAllDecaredMethods(Class) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getAllInstances() - 接口 中的方法com.jdon.container.ContainerWrapper
-
return all instances
- getAllInstances() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- getAllInterfaces(Class) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getAllSuperclasses(Class) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getAppContextHolder() - 类 中的方法com.jdon.controller.context.ContextHolder
-
- getAppURL(HttpServletRequest) - 类 中的静态方法com.jdon.util.RequestUtil
-
Convenience method to get the application's URL based on request
variables.
- getArgs() - 类 中的方法com.jdon.bussinessproxy.meta.MethodMetaArgs
-
- getArguments(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
组合参数数值为一个字符串 这些参数必须实现toString();
- getArguments() - 类 中的方法com.jdon.aop.reflection.ProxyMethodInvocation
-
- getArguments() - 类 中的方法com.jdon.container.interceptor.MethodInvocationImp
-
- getArguments() - 类 中的方法com.jdon.domain.proxy.ModelMethodInvocation
-
- getArrtibute(String) - 类 中的方法com.jdon.container.visitor.data.SessionContext
-
- getArrtibute(String, SessionContext) - 接口 中的方法com.jdon.container.visitor.data.SessionContextSetup
-
- getArrtibute(String, SessionContext) - 类 中的方法com.jdon.container.visitor.http.HttpRequestUserSetup
-
- getAttribute(String) - 接口 中的方法com.jdon.controller.context.AppContextWrapper
-
- getAttribute(String) - 类 中的方法com.jdon.controller.context.application.Application
-
- getAttribute(String) - 类 中的方法com.jdon.controller.context.application.DemoSessionWrapper
-
- getAttribute(String) - 接口 中的方法com.jdon.controller.context.SessionWrapper
-
- getAttribute(String) - 类 中的方法com.jdon.controller.context.web.HttpSessionWrapper
-
- getAttribute(String) - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- getAuthCookie(HttpServletRequest) - 类 中的静态方法com.jdon.util.RequestUtil
-
- getBefores() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getBlockedValue() - 类 中的方法com.jdon.async.disruptor.EventResultHandlerImp
-
- getBlockedValue() - 接口 中的方法com.jdon.async.EventResultHandler
-
Blocking until get a Event Result
- getBlockedValue() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- getBlockEventResult() - 类 中的方法com.jdon.domain.message.DomainMessage
-
* Blocking until get a Event Result
- getBufferedImage(int, int) - 类 中的方法com.jdon.util.RegisterCode
-
- getBufferedImage(InputStream) - 类 中的方法com.jdon.util.RegisterCode
-
- getCache() - 类 中的方法com.jdon.controller.cache.CacheManager
-
- getCache(Object, String) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
将数据ID, Model类类型组合成Key的对应Model从缓存中取出
- getCache(ModelKey) - 接口 中的方法com.jdon.domain.model.cache.ModelManager
-
获取加入缓存的Model实例
- getCache(Object, String) - 接口 中的方法com.jdon.domain.model.cache.ModelManager
-
获取加入缓存的Model实例
- getCache(ModelKey) - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
get the model instance from the cache
- getCache(Object, String) - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
get the model instance from the cache
- getCachedValue() - 类 中的方法com.jdon.cache.CacheableWrapper
-
- getCachedValueKey() - 类 中的方法com.jdon.cache.CacheableWrapper
-
- getCacheHits() - 类 中的方法com.jdon.cache.LRUCache
-
- getCacheHits() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- getCacheHits() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- getCacheHits() - 接口 中的方法com.jdon.controller.cache.Cache
-
- getCacheKey() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- getCacheKey() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- getCacheManager() - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- getCacheMisses() - 类 中的方法com.jdon.cache.LRUCache
-
- getCacheMisses() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- getCacheMisses() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- getCacheMisses() - 接口 中的方法com.jdon.controller.cache.Cache
-
- getCacheType() - 类 中的方法com.jdon.controller.cache.CacheKey
-
- getCardType(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card, and return the name of that type
- getChannel() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- getChildrenIDs() - 接口 中的方法com.jdon.controller.model.Node
-
- getChildrenProperties(String) - 类 中的方法com.jdon.util.jdom.XMLProperties
-
Return all children property names of a parent property as a String
array, or an empty array if the if there are no children.
- getChildrenProperties(String) - 类 中的方法com.jdon.util.PropsUtil
-
- getChildrenPropertiesValues(String) - 类 中的方法com.jdon.util.jdom.XMLProperties
-
- getChildrenValues(String) - 类 中的方法com.jdon.util.PropsUtil
-
- getClassName() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- getClassName() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- getClassName() - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- getClassName() - 类 中的方法com.jdon.domain.message.consumer.ConsumerMethodHolder
-
- getCommandTopic() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorSwitcher
-
- getComponentAdapter(Object) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentAdapterOfType(Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentAdapters() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentAdaptersOfType(Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentClass(String) - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- getComponentClass(String) - 接口 中的方法com.jdon.container.ContainerWrapper
-
return a component class from container
- getComponentClass(String) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- getComponentClasses() - 类 中的方法com.jdon.container.RegistryDirectory
-
- getComponentInstance(PicoContainer) - 类 中的方法com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
difference with picocontainer
- getComponentInstance(Object) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentInstance(String) - 类 中的方法com.jdon.controller.AppUtil
-
- getComponentInstance(String, HttpServletRequest) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get a component that registered in container. the component is not
different from the service. the component instance is single instance Any
intercepter will be disable
- getComponentInstance(String, ServletContext) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get a component that registered in container. the component is not
different from the service. the component instance is single instance Any
intercepter will be disable
- getComponentInstanceOfType(Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentInstances() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentInstancesOfType(Class) - 接口 中的方法com.jdon.container.ContainerWrapper
-
get all instances of a class type
- getComponentInstancesOfType(Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getComponentInstancesOfType(Class) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- getComponentMetaDef(String) - 类 中的方法com.jdon.container.config.ContainerComponents
-
- getComponentName(Class) - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- getComponentNames() - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- getComponentNames() - 类 中的方法com.jdon.container.RegistryDirectory
-
- getComponentNewInstance(String) - 接口 中的方法com.jdon.container.ContainerWrapper
-
return new component instance from container .every times it return a new
instance when access this method, will return a new component instance it
is difference with lookup method.
- getComponentNewInstance(String) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
This method will usually create a new instance each time it is called
- getComponents() - 类 中的方法com.jdon.container.config.ContainerComponents
-
- getComponentsboxsMaxSize() - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactorySetup
-
- getComponentVisitor() - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- getConfFile(String) - 类 中的方法com.jdon.util.FileLocator
-
- getConfigInfo() - 类 中的方法com.jdon.container.annotation.ContainerLoaderAnnotation
-
- getConfigList() - 类 中的方法com.jdon.container.access.xml.AppConfigureCollection
-
- getConfPathXmlFile(String) - 类 中的方法com.jdon.util.FileLocator
-
com.jdon.sample.xxx.xml ==>
com/jdon/sample/xxx.xml
- getConfPathXmlStream(String) - 类 中的方法com.jdon.util.FileLocator
-
same as getConfPathXmlFile
- getConfStream(String) - 类 中的方法com.jdon.util.FileLocator
-
- getConstructorArguments(PicoContainer, Constructor) - 类 中的方法com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- getConstructors() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- getConstructors() - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- getConsumerMethodHolder() - 类 中的方法com.jdon.domain.message.consumer.ModelConsumerMethodHolder
-
- getConsumerName(Class) - 类 中的方法com.jdon.container.annotation.type.ConsumerLoader
-
- getContainer() - 类 中的方法com.jdon.controller.AppUtil
-
- getContainer(HttpServletRequest) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get this Web application's container
- getContainer(ServletContext) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
- getContainerConsumers(String, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.ConsumerLoader
-
- getContainerConsumers(String, ContainerWrapper) - 类 中的方法com.jdon.container.annotation.type.ModelConsumerLoader
-
- getContainerFinder() - 类 中的方法com.jdon.controller.service.ServiceFacade
-
- getContainerKey() - 类 中的方法com.jdon.controller.AppUtil
-
- getContainerKey() - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get the key for the application container user can directly get his
container from servletcontext by the key.
- getContainerLoaderAnnotation() - 类 中的方法com.jdon.container.annotation.AnnotationContainerRegistry
-
- getContainerOrignals(ContainerWrapper) - 类 中的方法com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- getContainerWrapper() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- getContainerWrapper() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- getContainerWrapper() - 类 中的方法com.jdon.container.finder.ContainerCallback
-
- getContainerWrapper() - 类 中的方法com.jdon.container.pico.ConfigInfo
-
- getContextHolder() - 类 中的方法com.jdon.controller.context.application.MockRequest
-
- getContextHolder() - 接口 中的方法com.jdon.controller.context.RequestWrapper
-
- getContextHolder() - 类 中的方法com.jdon.controller.context.web.HttpServletRequestWrapper
-
- getCookie(HttpServletRequest, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
Convenience method to get a cookie by name
- getDataKey() - 类 中的方法com.jdon.controller.cache.CacheKey
-
- getDataKey() - 接口 中的方法com.jdon.controller.cache.StringKey
-
- getDataKey() - 类 中的方法com.jdon.domain.model.cache.ModelKey
-
- getDataList(DataSource, String, String, int, int) - 类 中的方法com.jdon.util.DbUtil
-
- getDataTypeName() - 类 中的方法com.jdon.controller.cache.CacheKey
-
- getDateTimeDisp(String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
datetime is the String of System.currentTimeMillis() 返回标准中国(缺省)的时间显示格式
- getDayEnd(Timestamp) - 类 中的静态方法com.jdon.util.UtilDateTime
-
- getDayEnd(Timestamp, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
- getDayStart(Timestamp) - 类 中的静态方法com.jdon.util.UtilDateTime
-
- getDayStart(Timestamp, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
- getDecaredField(Class, String) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getDestination() - 类 中的方法com.jdon.domain.message.Command
-
- getDisruptor(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- getDisruptor(String, Object) - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- getDisruptor(String, Object) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- getDisruptor(String) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- getDisruptorFactory() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- getDisruptorForCommandFactory() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- getDomainMessage() - 类 中的方法com.jdon.async.disruptor.EventDisruptor
-
- getDomainMessage() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- getEhcacheConfFileName() - 类 中的方法com.jdon.components.encache.EhcacheConf
-
- getErrors() - 接口 中的方法com.jdon.controller.events.Event
-
- getErrors() - 类 中的方法com.jdon.controller.events.EventSupport
-
- getEventName() - 接口 中的方法com.jdon.controller.events.Event
-
- getEventName() - 类 中的方法com.jdon.controller.events.EventSupport
-
- getEventResult() - 类 中的方法com.jdon.domain.message.DomainMessage
-
get a Event Result until time out value
- getEventResultHandler() - 类 中的方法com.jdon.domain.message.DomainMessage
-
- getEventSource() - 类 中的方法com.jdon.domain.message.DomainMessage
-
- getExpireTime() - 类 中的方法com.jdon.cache.UtilCache
-
return the current expire time for the cache elements
- getFormName() - 类 中的方法com.jdon.domain.model.cache.ModelKey
-
- getFutureTask() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- getGreediestSatisfiableConstructor(PicoContainer) - 类 中的方法com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- getGreediestSatisfiableConstructor(PicoContainer) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
Find and return the greediest satisfiable constructor.
- getHitCount() - 类 中的方法com.jdon.cache.UtilCache
-
Returns the number of successful hits on the cache
- getID() - 接口 中的方法com.jdon.controller.model.Node
-
- getIndentStep() - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Return the current indent step.
- getInitParameter(String) - 接口 中的方法com.jdon.controller.context.AppContextWrapper
-
- getInitParameter(String) - 类 中的方法com.jdon.controller.context.application.Application
-
- getInitParameter(String) - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- getInjectObject(Object, Class) - 类 中的方法com.jdon.domain.model.injection.ModelProxyInjection
-
- getInputParametersPositions() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getInputStream(String) - 类 中的方法com.jdon.container.config.aspect.AopInterceptorsXmlLoader
-
- getInputStream(String) - 类 中的方法com.jdon.controller.config.XmlParser
-
- getInstance(ComponentAdapter) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
modify this method of old DefaultPicocontainer
- getInterceptorKey() - 类 中的方法com.jdon.controller.AppUtil
-
- getInterceptorKey() - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get the key for the interceptor, by the key, use can add his interceptor
to the container
- getInterceptors() - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- getInterfaces(TargetMetaDef) - 类 中的方法com.jdon.bussinessproxy.dyncproxy.ProxyInstanceFactoryVisitable
-
get the interface of target class if it is EJB, it is ejb local/remote
interface if it is pojo, it is a class .
- getInterfaces() - 类 中的方法com.jdon.bussinessproxy.meta.AbstractTargetMetaDef
-
- getInterfaces() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- getInterfaces(Class) - 类 中的方法com.jdon.domain.advsior.ComponentAdvsior
-
- getIntroducedParametersPositions() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getIntroduceInfoByIntroducer(Class) - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getIntroduceInfoHolder() - 类 中的方法com.jdon.container.pico.ConfigInfo
-
- getIntroduceInfos() - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getIntroduceNames() - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getIntroducerNameByIntroducedName(String) - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getKey() - 类 中的方法com.jdon.controller.cache.CacheKey
-
- getKey() - 接口 中的方法com.jdon.controller.cache.StringKey
-
- getLast() - 类 中的方法com.jdon.util.ConcurrentLinkedList
-
- getLexicalHandler() - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Get the current lexical handler.
- getLoadTime() - 类 中的方法com.jdon.cache.CacheLine
-
- getLogger(String) - 类 中的静态方法com.jdon.util.Debug
-
- getMatch_MethodName() - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
- getMaximumSize() - 类 中的方法com.jdon.components.guavacache.GuavaCacheConf
-
- getMaxPoolSize() - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- getMaxPoolSize() - 接口 中的方法com.jdon.controller.pool.Pool
-
- getMaxPoolSize() - 类 中的方法com.jdon.controller.pool.PoolConfigure
-
- getMaxSize() - 类 中的方法com.jdon.cache.UtilCache
-
Returns the current maximum number of elements in the cache
- getMessageListener() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- getMethod() - 类 中的方法com.jdon.aop.reflection.ProxyMethodInvocation
-
- getMethod() - 类 中的方法com.jdon.container.interceptor.MethodInvocationImp
-
- getMethod() - 类 中的方法com.jdon.domain.message.consumer.ConsumerMethodHolder
-
- getMethod() - 类 中的方法com.jdon.domain.proxy.ModelMethodInvocation
-
- getMethodInvokerUtil() - 类 中的方法com.jdon.aop.reflection.MethodConstructor
-
- getMethodMetaArgs() - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- getMethodName() - 类 中的方法com.jdon.bussinessproxy.meta.MethodMetaArgs
-
- getMethods() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getMissCount() - 类 中的方法com.jdon.cache.UtilCache
-
Returns the number of cache misses
- getModel() - 类 中的方法com.jdon.controller.events.EventModel
-
- getModel() - 类 中的方法com.jdon.domain.proxy.ModelProxyWrapper
-
- getModelClass() - 类 中的方法com.jdon.domain.model.cache.ModelKey
-
- getModelConsumerMethodHolder(String) - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- getModelIF() - 类 中的方法com.jdon.controller.events.EventModel
-
- getModelofCache(ModelKey, MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
- getModelproxy() - 类 中的方法com.jdon.domain.proxy.ModelProxyWrapper
-
- getName() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- getName() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- getName() - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- getNextDayStart(Timestamp) - 类 中的静态方法com.jdon.util.UtilDateTime
-
- getNumActive() - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- getNumActive() - 接口 中的方法com.jdon.controller.pool.Pool
-
- getNumIdle() - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- getNumIdle() - 接口 中的方法com.jdon.controller.pool.Pool
-
- getOrderInt() - 接口 中的方法com.jdon.controller.model.Node
-
- getParamTypes() - 类 中的方法com.jdon.bussinessproxy.meta.MethodMetaArgs
-
- getParent() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- getParentAllInterfaces(Class) - 类 中的静态方法com.jdon.util.ClassUtil
-
- getParentID() - 接口 中的方法com.jdon.controller.model.Node
-
- getPassword(int, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- getPassword(int) - 类 中的静态方法com.jdon.util.StringUtil
-
- getPModel(Class) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- getPointcut() - 类 中的方法com.jdon.container.config.aspect.AspectComponentsMetaDef
-
- getPointcutName() - 类 中的方法com.jdon.aop.interceptor.Advisor
-
- getPOJOInterfaces(TargetMetaDef) - 类 中的方法com.jdon.bussinessproxy.dyncproxy.ProxyInstanceFactoryVisitable
-
- getPool() - 类 中的方法com.jdon.controller.pool.CommonsPoolFactory
-
- getPredefinedCacheName() - 类 中的方法com.jdon.components.encache.EhcacheConf
-
- getPrincipalName(SessionContext) - 类 中的方法com.jdon.container.visitor.http.HttpRequestUserSetup
-
- getPrintStream() - 类 中的静态方法com.jdon.util.Debug
-
- getPrintWriter() - 类 中的静态方法com.jdon.util.Debug
-
- getProductAllCount(DataSource, String, String) - 类 中的静态方法com.jdon.util.DbUtil
-
- getProperty(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Look up the value of a property.
- getProperty(String) - 类 中的方法com.jdon.util.jdom.XMLProperties
-
Returns the value of the specified property.
- getProperty(String) - 类 中的方法com.jdon.util.PropsUtil
-
- getRandColor(int, int) - 类 中的方法com.jdon.util.RegisterCode
-
- getRegisteredPrincipal() - 类 中的方法com.jdon.controller.context.application.MockRequest
-
- getRegisteredPrincipal() - 接口 中的方法com.jdon.controller.context.RequestWrapper
-
- getRegisteredPrincipal() - 类 中的方法com.jdon.controller.context.web.HttpServletRequestWrapper
-
- getRegistryDirectory() - 接口 中的方法com.jdon.container.ContainerWrapper
-
return all registered components's class/name in container.
- getRegistryDirectory() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- getRemoteAddr() - 类 中的方法com.jdon.controller.context.application.MockRequest
-
- getRemoteAddr() - 接口 中的方法com.jdon.controller.context.RequestWrapper
-
- getRemoteAddr() - 类 中的方法com.jdon.controller.context.web.HttpServletRequestWrapper
-
- getRequestParameters(HttpServletRequest) - 类 中的静态方法com.jdon.util.RequestUtil
-
Creates query String from request body parameters
- getResourceAsStream(String) - 接口 中的方法com.jdon.controller.context.AppContextWrapper
-
- getResourceAsStream(String) - 类 中的方法com.jdon.controller.context.application.Application
-
- getResourceAsStream(String) - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- getReturnParametersPositions() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getRingBuffer() - 类 中的方法com.jdon.async.disruptor.ValueEventProcessor
-
- getRingBufferSize() - 类 中的方法com.jdon.async.disruptor.DisruptorParams
-
- getScannedAnnotations(AppContextWrapper) - 类 中的方法com.jdon.container.annotation.type.AnnotationScaner
-
- getService() - 接口 中的方法com.jdon.container.access.ServiceAccessor
-
- getService() - 类 中的方法com.jdon.container.access.ServiceAccessorImp
-
- getService(String) - 类 中的方法com.jdon.controller.AppUtil
-
- getService(TargetMetaDef) - 类 中的方法com.jdon.controller.AppUtil
-
- getService(AppContextWrapper) - 类 中的方法com.jdon.controller.service.ServiceFacade
-
the applciation' code get the service instance, such as: XXXService
xxxService = WeAppUtil.getService("xxxService");
- getService(String, AppContextWrapper) - 接口 中的方法com.jdon.controller.service.ServiceFactory
-
- getService(String, RequestWrapper) - 接口 中的方法com.jdon.controller.service.ServiceFactory
-
- getService(TargetMetaDef, RequestWrapper) - 接口 中的方法com.jdon.controller.service.ServiceFactory
-
- getService(RequestWrapper) - 接口 中的方法com.jdon.controller.service.WebServiceAccessor
-
- getService() - 接口 中的方法com.jdon.controller.service.WebServiceAccessor
-
- getService(RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceAccessorImp
-
- getService() - 类 中的方法com.jdon.controller.service.WebServiceAccessorImp
-
No Session , nothing to do
- getService(String, RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceFactory
-
- getService(TargetMetaDef, RequestWrapper) - 类 中的方法com.jdon.controller.service.WebServiceFactory
-
get a service instance the service must have a interface and implements
it.
- getService(TargetMetaDef, AppContextWrapper) - 类 中的方法com.jdon.controller.service.WebServiceFactory
-
- getService(String, AppContextWrapper) - 类 中的方法com.jdon.controller.service.WebServiceFactory
-
- getService(String, HttpServletRequest) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
get a service from jdonframework.xml's service configure. the service
maybe is a service .
- getService(String, ServletContext) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
Difference with getComponentInstance method: 1. this method return new
service instance each times.
2. call methods of the return service instance, will active interceptors.
- getService(TargetMetaDef, HttpServletRequest) - 类 中的静态方法com.jdon.controller.WebAppUtil
-
- getServiceFactory(AppContextWrapper) - 类 中的方法com.jdon.controller.service.ServiceFacade
-
the model configure in jdonframework.xml will execute the service
directly.
- getServletContext() - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- getSession() - 接口 中的方法com.jdon.controller.events.Event
-
- getSession() - 类 中的方法com.jdon.controller.events.EventSupport
-
- getSessionContext() - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- getSessionContext() - 接口 中的方法com.jdon.container.visitor.data.SessionContextAcceptable
-
- getSessionHolder() - 类 中的方法com.jdon.controller.context.ContextHolder
-
- getSortName() - 类 中的方法com.jdon.domain.message.DomainEventDispatchHandler
-
- getStaticPart() - 类 中的方法com.jdon.aop.reflection.ProxyMethodInvocation
-
- getStaticPart() - 类 中的方法com.jdon.container.interceptor.MethodInvocationImp
-
- getStaticPart() - 类 中的方法com.jdon.domain.proxy.ModelMethodInvocation
-
- getStringValue(String) - 类 中的方法com.jdon.controller.model.DynamicModel
-
- getSubKeys(Object) - 类 中的方法com.jdon.util.MultiHashMap
-
- getTarget() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getTargetMetaDef(String) - 类 中的方法com.jdon.container.access.TargetMetaDefHolder
-
- getTargetMetaDef() - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- getTargetMetaDef(String, ContainerWrapper) - 类 中的方法com.jdon.container.access.UserTargetMetaDefFactory
-
- getTargetMetaDefHolder() - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- getTargetMetaRequest() - 类 中的方法com.jdon.container.access.TargetMetaRequestsHolder
-
- getTargetName() - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- getTargetName(Class) - 类 中的方法com.jdon.container.interceptor.IntroduceInfoHolder
-
- getTargetObjectFactory() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- getTargetObjectFactory() - 类 中的方法com.jdon.bussinessproxy.meta.SingletonPOJOTargetMetaDef
-
- getTargetObjectFactory() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- getThis() - 类 中的方法com.jdon.aop.reflection.ProxyMethodInvocation
-
- getThis() - 类 中的方法com.jdon.container.interceptor.MethodInvocationImp
-
- getThis() - 类 中的方法com.jdon.domain.proxy.ModelMethodInvocation
-
- getTopic() - 类 中的方法com.jdon.async.disruptor.EventDisruptor
-
- getTreeSet() - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- getTreeSet() - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- getUseSoftReference() - 类 中的方法com.jdon.cache.UtilCache
-
Return whether or not the cache lines should use a soft reference to the
data
- getValue() - 类 中的方法com.jdon.async.disruptor.EventResultDisruptor
-
- getValue() - 类 中的方法com.jdon.cache.CacheLine
-
- getValue(String) - 类 中的方法com.jdon.controller.model.DynamicModel
-
- getVisitableName() - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- getWaitAtSequence() - 类 中的方法com.jdon.async.disruptor.ValueEventProcessor
-
- getxClasses() - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- Guard() - 类 的构造器com.jdon.container.pico.JdonInstantiatingComponentAdapter.Guard
-
- guardedContainer - 类 中的变量com.jdon.container.pico.JdonInstantiatingComponentAdapter.Guard
-
- GuavaCacheConf - com.jdon.components.guavacache中的类
-
- GuavaCacheConf(String) - 类 的构造器com.jdon.components.guavacache.GuavaCacheConf
-
- GuavaCacheProvider - com.jdon.components.guavacache中的类
-
- GuavaCacheProvider(GuavaCacheConf) - 类 的构造器com.jdon.components.guavacache.GuavaCacheProvider
-
- GZIP - 类 中的静态变量com.jdon.util.Base64
-
Specify that data should be gzip-compressed in second bit.
- ignorableWhitespace(char[], int, int) - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Filter an ignorable whitespace event.
- ignore - 类 中的变量com.jdon.util.SetCharacterEncodingFilter
-
Should a character encoding specified by the client be ignored?
- implementsInterface(Class, Class) - 类 中的方法com.jdon.container.annotation.type.ConsumerLoader
-
- IMPORTANT - 类 中的静态变量com.jdon.util.Debug
-
- importantOn() - 类 中的静态方法com.jdon.util.Debug
-
- INFO - 类 中的静态变量com.jdon.util.Debug
-
- infoOn() - 类 中的静态方法com.jdon.util.Debug
-
- init() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- init() - 类 中的方法com.jdon.bussinessproxy.meta.SingletonPOJOTargetMetaDef
-
- init(FilterConfig) - 类 中的方法com.jdon.util.DisableUrlSessionFilter
-
Unused.
- init(FilterConfig) - 类 中的方法com.jdon.util.HttpResponseCacheFilter
-
- init(FilterConfig) - 类 中的方法com.jdon.util.SetCharacterEncodingFilter
-
Place this filter into service.
- initialized(AppContextWrapper) - 类 中的方法com.jdon.container.startup.ContainerSetupScript
-
Initialize application container
- Inject - com.jdon.annotation.model中的注释类型
-
Domain Model should normal live in memory not in database. so cache in memory
is very important for domain model life cycle.
- injectProperties(Object) - 类 中的方法com.jdon.domain.model.injection.ModelProxyInjection
-
- Input - com.jdon.annotation.pointcut.method中的注释类型
-
- InputStream(InputStream) - 类 的构造器com.jdon.util.Base64.InputStream
-
- InputStream(InputStream, int) - 类 的构造器com.jdon.util.Base64.InputStream
-
- InroduceLoader - com.jdon.container.annotation.type中的类
-
- InroduceLoader(AnnotationScaner, IntroduceInfoHolder) - 类 的构造器com.jdon.container.annotation.type.InroduceLoader
-
- INSTANCE_CACHE - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- InstanceCache - com.jdon.controller.cache中的类
-
simple instance cache this class can be used cache some components.
- InstanceCache() - 类 的构造器com.jdon.controller.cache.InstanceCache
-
- instantiationGuard - 类 中的变量com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- INTERBASE - 类 中的静态变量com.jdon.util.DbUtil
-
- intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBDynamicProxyWeaving
-
- intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.jdon.container.interceptor.CGLIBMethodInterceptorImp
-
- intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.jdon.domain.proxy.ModelCGLIBMethodInterceptorImp
-
- Interceptor - com.jdon.annotation中的注释类型
-
the @Interceptor("aroundAdvice") if there is no any component call this class
(MethodInterceptor), the MethodInterceptor will
action for all components called by client (by
AppUtil.getService or WebApp.getService)
the @Interceptor(name = "myInterceptor", target = "a,c") if there is target
value, this class will be only available for the target
component name, not for all components called by client
- INTERCEPTOR_CHAIN - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- INTERCEPTOR_CHAIN_FACTORY - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- InterceptorLoader - com.jdon.container.annotation.type中的类
-
- InterceptorLoader(AnnotationScaner, IntroduceInfoHolder) - 类 的构造器com.jdon.container.annotation.type.InterceptorLoader
-
- interceptors - 类 中的变量com.jdon.aop.reflection.ProxyMethodInvocation
-
- interceptors - 类 中的变量com.jdon.container.interceptor.MethodInvocationImp
-
- interceptors - 类 中的变量com.jdon.domain.proxy.ModelMethodInvocation
-
- InterceptorsChain - com.jdon.aop.interceptor中的类
-
Interceptors chain
all interceptors will add in this collection
- InterceptorsChain() - 类 的构造器com.jdon.aop.interceptor.InterceptorsChain
-
- Introduce - com.jdon.annotation中的注释类型
-
- IntroduceInfo - com.jdon.container.interceptor中的类
-
- IntroduceInfo(String, Class) - 类 的构造器com.jdon.container.interceptor.IntroduceInfo
-
- IntroduceInfoHolder - com.jdon.container.interceptor中的类
-
- IntroduceInfoHolder() - 类 的构造器com.jdon.container.interceptor.IntroduceInfoHolder
-
- invoke() - 类 中的方法com.jdon.aop.AopClient
-
directly called by client with TargetMetaDef such as InvokerServlet:
Object object = (Service)service.execute(targetMetaDef, methodMetaArgs,
requestW); different target service has its Interceptor instance and
MethodInvocation instance
- invoke(TargetMetaRequest, Method, Object[]) - 类 中的方法com.jdon.aop.AopClient
-
dynamic proxy active this method when client call userService.xxxmethod
- invoke(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.PoolInterceptor
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.SessionContextInterceptor
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.aop.interceptor.StatefulInterceptor
-
- invoke(Object, Method, Object[]) - 类 中的方法com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBDynamicProxyWeaving
-
方法调用 需要拦截方法在这里实现。
- invoke(Object, Method, Object[]) - 类 中的方法com.jdon.bussinessproxy.dyncproxy.DynamicProxyWeaving
-
方法调用 需要拦截方法在这里实现。
- invoke(Method, Object[], MethodProxy) - 类 中的方法com.jdon.container.interceptor.BeforeAfterMethodTarget
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.domain.message.MessageInterceptor
-
- invoke(MethodInvocation) - 类 中的方法com.jdon.domain.model.cache.DomainCacheInterceptor
-
- isAcceptable(Class) - 类 中的方法com.jdon.domain.advsior.ModelAdvisor
-
- isAdviceAround(Class, Method) - 类 中的方法com.jdon.domain.model.cache.DomainCacheInterceptor
-
- isAlphabetic(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is letters only.
- isAlphanumeric(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is English letters (A ..
- isAmericanExpress(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid American Express number
- isAnyCard(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid number for any accepted credit card
- isAnyCardMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isAsyn() - 类 中的方法com.jdon.async.future.EventResultFuture
-
- isCachable(Object) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- isCacheable() - 接口 中的方法com.jdon.controller.cache.Cacheable
-
- isCacheable() - 类 中的方法com.jdon.controller.model.Model
-
in the past version, this method name is isCacheble, now change it after
1.3 !
- isCacheable() - 接口 中的方法com.jdon.controller.model.ModelIF
-
in the past version, this method name is isCacheble,
now change it after 1.3 !
- isCardMatch(String, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid number for the specified type
- isCarteBlanche(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid Carte Blanche number
- isComponent(Object) - 类 中的方法com.jdon.domain.model.injection.ModelProxyInjection
-
- isContain(String) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- isContain(String) - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- isContiguousStateCode(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Return true if s is a valid contiguous U.S.
- isContiguousStateCodeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isContiguousZipCode(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is a valid contiguous U.S.
- isContiguousZipCodeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isCreditCard(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks credit card number with Luhn Mod-10 test
- isCreditCardPrefixMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isCreditCardSuffixMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDate(String, String, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isDate returns true if string arguments year, month, and day form a valid date.
- isDate(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isDate returns true if string argument date forms a valid date.
- isDateAfterToday - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDateAfterToday(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isDate returns true if string argument date forms a valid date and is after today.
- isDateMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDatePrefixMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDateSuffixMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDay(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isDay returns true if string s is a valid day number between 1 and 31.
- isDayMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isDigit(char) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if character c is a digit (0 .. 9).
- isDinersClub(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid Diners Club number
- isDiscover(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid Discover number
- isDynamiceProxyisCached() - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactorySetup
-
- isEJB() - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- isEJB() - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- isEmail(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Email address must be of form a@b.c -- in other words:
- there must be at least one character before the @
- there must be at least one character before and after the
- isEmailMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isEmpty() - 类 中的方法com.jdon.controller.model.DynamicModel
-
- isEmpty(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Check whether string s is empty.
- isEmpty(Collection) - 类 中的静态方法com.jdon.util.UtilValidate
-
Check whether collection c is empty.
- isEnRoute(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid EnRoute number
- isFloat(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
True if string s is an unsigned floating point(real) number.
- isFloatMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isHour(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isHour returns true if string s is a valid number between 0 and 23.
- isHourMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if all characters in string s are numbers.
- isIntegerInRange(String, int, int) - 类 中的静态方法com.jdon.util.UtilValidate
-
isIntegerInRange returns true if string s is an integer
within the range of integer arguments a and b, inclusive.
- isIntegerMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isInternationalPhoneNumber(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isInternationalPhoneNumber returns true if string s is a valid
international phone number.
- isInternationalPhoneNumberMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isJCB(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid JCB number
- isKernelStartup() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- isKernelStartup() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- isLetter(char) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if character c is an English letter (A ..
- isLetterOrDigit(char) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if character c is a letter or digit.
- isLongMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isMasterCard(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid Master Card number
- isMinute(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isMinute returns true if string s is a valid number between 0 and 59.
- isMinuteMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isModel(Object) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- isModel(Class) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- isModified() - 类 中的方法com.jdon.controller.model.Model
-
- isModified() - 接口 中的方法com.jdon.controller.model.ModelIF
-
- isModified(Object) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- isMonth(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isMonth returns true if string s is a valid month number between 1 and 12.
- isMonthMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isNegativeInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is an integer < 0.
- isNonnegativeInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is an integer >= 0.
- isNonpositiveInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is an integer <= 0.
- isNotEmpty(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Check whether string s is NOT empty.
- isNotEmpty(Collection) - 类 中的静态方法com.jdon.util.UtilValidate
-
Check whether collection c is NOT empty.
- isNotEmptyMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isNotPoBox(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isNotPoBox returns true if address argument does not contain anything that looks like a a PO Box.
- isNull() - 类 中的方法com.jdon.domain.message.DomainMessage
-
- isNull(String) - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
- isOn(int) - 类 中的静态方法com.jdon.util.Debug
-
- isPoolabe(TargetMetaDef) - 类 中的方法com.jdon.aop.interceptor.PoolInterceptor
-
- isPositiveInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is an integer > 0.
- isSecond(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isSecond returns true if string s is a valid number between 0 and 59.
- isSecondMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isSessionContextAcceptable(TargetMetaDef) - 类 中的方法com.jdon.aop.interceptor.SessionContextInterceptor
-
- isSignedDouble(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
True if string s is a signed or unsigned floating point
(real) number.
- isSignedDoubleMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isSignedFloat(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
True if string s is a signed or unsigned floating point
(real) number.
- isSignedFloatMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isSignedInteger(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if all characters are numbers;
first character is allowed to be + or - as well.
- isSignedIntegerMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isSignedLong(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if all characters are numbers;
first character is allowed to be + or - as well.
- isSignedLongMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isSSN(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isSSN returns true if string s is a valid U.S.
- isSSNMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isStart() - 接口 中的方法com.jdon.container.ContainerWrapper
-
- isStart() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- isStateCode(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Return true if s is a valid U.S.
- isStateCodeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isStateful(TargetMetaDef) - 类 中的方法com.jdon.aop.interceptor.StatefulInterceptor
-
- isTime(String, String, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isTime returns true if string arguments hour, minute, and second form a valid time.
- isTime(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isTime returns true if string argument time forms a valid time.
- isTimeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isUseSoftReference() - 类 中的方法com.jdon.cache.CacheLine
-
- isUSPhoneAreaCode(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isUSPhoneAreaCode returns true if string s is a valid U.S.
- isUSPhoneAreaCodeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isUSPhoneMainNumber(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isUSPhoneMainNumber returns true if string s is a valid U.S.
- isUSPhoneMainNumberMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isUSPhoneMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isUSPhoneNumber(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isUSPhoneNumber returns true if string s is a valid U.S.
- isVisa(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Checks to see if the cc number is a valid Visa number
- isWhitespace(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Returns true if string s is empty or whitespace characters only.
- isYear(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isYear returns true if string s is a valid
Year number.
- isYearMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- isZipCode(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
isZIPCode returns true if string s is a valid U.S.
- isZipCodeMsg - 类 中的静态变量com.jdon.util.UtilValidate
-
- iterator() - 类 中的方法com.jdon.container.config.ContainerComponents
-
- IteratorFactory - com.jdon.util.scanAnnotation中的类
-
- IteratorFactory() - 类 的构造器com.jdon.util.scanAnnotation.IteratorFactory
-
- main(String[]) - 类 中的静态方法com.jdon.components.encache.EncacheProvider
-
- makeChildContainer() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- makehome(String) - 类 中的静态方法com.jdon.util.FileUtil
-
create a directory
- makeObject() - 类 中的方法com.jdon.controller.pool.CommonsPoolFactory
-
- match_MethodName - 类 中的变量com.jdon.aop.interceptor.CacheInterceptor
-
- maxSize - 类 中的变量com.jdon.cache.UtilCache
-
The maximum number of elements in the cache.
- maxSize - 类 中的变量com.jdon.container.visitor.ComponentsboxsInSession
-
- merge(String[], String) - 类 中的静态方法com.jdon.util.StringUtil
-
- MessageInterceptor - com.jdon.domain.message中的类
-
this is for domain model, there is another for components/services
com.jdon.aop.interceptor.ComponentMessageInterceptor
useage see:com.jdon.sample.test.domain
1. create dynamic proxy for a Model in DomainCacheInterceptor.
2. intercepte the method with @send
3.
- MessageInterceptor(ContainerCallback, EventMessageFirer) - 类 的构造器com.jdon.domain.message.MessageInterceptor
-
- messageListener - 类 中的变量com.jdon.async.future.EventResultFuture
-
- MessageListener - com.jdon.domain.message中的接口
-
MessageListener is for older than v6.3
- MethodConstructor - com.jdon.aop.reflection中的类
-
- MethodConstructor(ContainerCallback, TargetMetaRequestsHolder) - 类 的构造器com.jdon.aop.reflection.MethodConstructor
-
- MethodInvocationImp - com.jdon.container.interceptor中的类
-
- MethodInvocationImp(Object, BeforeAfterMethodTarget, List, Method, Object[], MethodProxy) - 类 的构造器com.jdon.container.interceptor.MethodInvocationImp
-
- MethodInvokerUtil - com.jdon.aop.reflection中的类
-
tools for method invoke
- MethodInvokerUtil(TargetMetaRequestsHolder) - 类 的构造器com.jdon.aop.reflection.MethodInvokerUtil
-
- MethodMetaArgs - com.jdon.bussinessproxy.meta中的类
-
- MethodMetaArgs(String, Class[], Object[]) - 类 的构造器com.jdon.bussinessproxy.meta.MethodMetaArgs
-
- methodParameterContainAnnotation(Method, Class) - 类 中的静态方法com.jdon.container.annotation.AnnotationUtil
-
- methodProxy - 类 中的变量com.jdon.container.interceptor.MethodInvocationImp
-
- methodProxy - 类 中的变量com.jdon.domain.proxy.ModelMethodInvocation
-
- missCount - 类 中的变量com.jdon.cache.UtilCache
-
A count of the number of cache misses
- MockRequest - com.jdon.controller.context.application中的类
-
- MockRequest(Application, DemoSessionWrapper) - 类 的构造器com.jdon.controller.context.application.MockRequest
-
- Model - com.jdon.annotation中的注释类型
-
Domain Model should normal live in memory not in database. so cache in memory
is very important for domain model life cycle.
- model - 类 中的变量com.jdon.controller.events.EventModel
-
- Model - com.jdon.controller.model中的类
-
Base domain model it can be DTO or nested Model. it is the important message
between business layer and view layer. in view layer, it is created by form
object(such as ActionForm object);in business layer, it is created by
business components(such as session bean).
- Model() - 类 的构造器com.jdon.controller.model.Model
-
- MODEL_MANAGER - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- ModelAdvisor - com.jdon.domain.advsior中的类
-
when a model with a @Introduce annotation is injected to another model, the
injected model will be enhanced using cglib.
- ModelAdvisor(ContainerCallback, ModelProxyFactory) - 类 的构造器com.jdon.domain.advsior.ModelAdvisor
-
- ModelCacheKeyFactory - com.jdon.domain.model.cache中的类
-
- ModelCacheKeyFactory() - 类 的构造器com.jdon.domain.model.cache.ModelCacheKeyFactory
-
- ModelCacheManager - com.jdon.domain.model.cache中的类
-
- ModelCacheManager(CacheManager) - 类 的构造器com.jdon.domain.model.cache.ModelCacheManager
-
- ModelCGLIBMethodInterceptorImp - com.jdon.domain.proxy中的类
-
- ModelCGLIBMethodInterceptorImp(List<MethodInterceptor>) - 类 的构造器com.jdon.domain.proxy.ModelCGLIBMethodInterceptorImp
-
- ModelConsumerLoader - com.jdon.container.annotation.type中的类
-
- ModelConsumerLoader(AnnotationScaner) - 类 的构造器com.jdon.container.annotation.type.ModelConsumerLoader
-
- ModelConsumerMethodHolder - com.jdon.domain.message.consumer中的类
-
- ModelConsumerMethodHolder() - 类 的构造器com.jdon.domain.message.consumer.ModelConsumerMethodHolder
-
- ModelIF - com.jdon.controller.model中的接口
-
Domain Model should normal live in memory not in database.
- ModelKey - com.jdon.domain.model.cache中的类
-
用于实现Model缓存的Key
Copyright: Jdon.com Copyright (c) 2005
- ModelKey(Object, String) - 类 的构造器com.jdon.domain.model.cache.ModelKey
-
- ModelKey(Object, Class) - 类 的构造器com.jdon.domain.model.cache.ModelKey
-
- ModelManager - com.jdon.domain.model.cache中的接口
-
本类是产生框架使用的各种Model,面向客户端调用 如果需要调用Model相关功能,调用本ModelManager
为提高性能,可在此嵌入对象池。
- ModelManagerImp - com.jdon.domain.model.cache中的类
-
ModelManager implemention
- ModelManagerImp(ModelCacheManager, ModelProxyInjection, ModelAdvisor) - 类 的构造器com.jdon.domain.model.cache.ModelManagerImp
-
- ModelMethodInvocation - com.jdon.domain.proxy中的类
-
- ModelMethodInvocation(Object, List, Method, Object[], MethodProxy) - 类 的构造器com.jdon.domain.proxy.ModelMethodInvocation
-
- ModelProxyFactory - com.jdon.domain.proxy中的类
-
This class is used to create the proxy for models,it uses cglib to create
model proxy.
- ModelProxyFactory() - 类 的构造器com.jdon.domain.proxy.ModelProxyFactory
-
- ModelProxyInjection - com.jdon.domain.model.injection中的类
-
This class is responsible for inject the fileds marked with @Inject into the
models,if the injected fields are also marked with @Introduce,the interceptor
will be involved again.
- ModelProxyInjection(ModelAdvisor, ContainerCallback) - 类 的构造器com.jdon.domain.model.injection.ModelProxyInjection
-
- ModelProxyWrapper - com.jdon.domain.proxy中的类
-
- ModelProxyWrapper() - 类 的构造器com.jdon.domain.proxy.ModelProxyWrapper
-
- ModelUtil - com.jdon.controller.model中的类
-
the class control ModelIF interface and annotation Model
- ModelUtil() - 类 的构造器com.jdon.controller.model.ModelUtil
-
- module - 类 中的静态变量com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- module - 类 中的静态变量com.jdon.async.disruptor.DisruptorFactory
-
- module - 类 中的静态变量com.jdon.async.disruptor.DisruptorForCommandFactory
-
- module - 类 中的静态变量com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- module - 类 中的静态变量com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- module - 类 中的静态变量com.jdon.async.EventMessageFirer
-
- module - 类 中的静态变量com.jdon.bussinessproxy.meta.POJOTargetMetaDefFactory
-
- module - 类 中的静态变量com.jdon.cache.UtilCache
-
- module - 类 中的静态变量com.jdon.container.annotation.AnnotationContainerBuilder
-
- module - 类 中的静态变量com.jdon.container.annotation.AnnotationContainerRegistry
-
- module - 类 中的静态变量com.jdon.container.annotation.AnnotationUtil
-
- module - 类 中的静态变量com.jdon.container.annotation.ContainerLoaderAnnotation
-
- module - 类 中的静态变量com.jdon.container.annotation.type.ComponentLoader
-
- module - 类 中的静态变量com.jdon.container.annotation.type.ConsumerLoader
-
- module - 类 中的静态变量com.jdon.container.annotation.type.InroduceLoader
-
- module - 类 中的静态变量com.jdon.container.annotation.type.InterceptorLoader
-
- module - 类 中的静态变量com.jdon.container.annotation.type.ServiceLoader
-
- module - 类 中的静态变量com.jdon.container.builder.ContainerDirector
-
- module - 类 中的静态变量com.jdon.container.builder.DefaultContainerBuilder
-
- module - 类 中的静态变量com.jdon.container.builder.XmlContainerRegistry
-
- module - 类 中的静态变量com.jdon.container.config.aspect.AopInterceptorsXmlLoader
-
- module - 类 中的静态变量com.jdon.container.config.ContainerComponentsXmlLoader
-
- module - 类 中的静态变量com.jdon.container.factory.ContainerBuilderFactory
-
- module - 类 中的静态变量com.jdon.container.factory.ContainerLoaderXML
-
- module - 类 中的静态变量com.jdon.container.pico.JdonPicoContainer
-
- module - 类 中的静态变量com.jdon.container.pico.PicoContainerWrapper
-
- module - 类 中的静态变量com.jdon.container.startup.ContainerSetupScript
-
- module - 类 中的静态变量com.jdon.container.startup.ServletContainerListener
-
- module - 类 中的静态变量com.jdon.controller.cache.CacheKeyFactory
-
- module - 类 中的静态变量com.jdon.controller.cache.StringCacheKeyFactory
-
- module - 类 中的静态变量com.jdon.domain.dci.RoleAssigner
-
- module - 类 中的静态变量com.jdon.domain.message.DomainCommandDispatchHandler
-
- module - 类 中的静态变量com.jdon.domain.message.DomainEventDispatchHandler
-
- module - 类 中的静态变量com.jdon.domain.message.MessageInterceptor
-
- module - 类 中的静态变量com.jdon.domain.model.cache.DomainCacheInterceptor
-
- module - 类 中的静态变量com.jdon.domain.model.cache.ModelManagerImp
-
- module - 类 中的静态变量com.jdon.util.PropsUtil
-
- module - 类 中的静态变量com.jdon.util.XmlUtil
-
- monthBegin() - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a Timestamp for the beginning of the month
- move(String, String) - 类 中的静态方法com.jdon.util.FileUtil
-
This class moves an input file to output file
- moveFirst(Object) - 类 中的方法com.jdon.util.ConcurrentLinkedList
-
- MultiHashMap - com.jdon.util中的类
-
MultiHashMap is a extension java.util.HashMap.It is usde if following condition.
- MultiHashMap() - 类 的构造器com.jdon.util.MultiHashMap
-
- mUtil - 类 中的变量com.jdon.aop.reflection.ProxyMethodInvocation
-
- MyCompare - com.jdon.util中的类
-
- MyCompare() - 类 的构造器com.jdon.util.MyCompare
-
- MYSQL - 类 中的静态变量com.jdon.util.DbUtil
-
- read() - 类 中的方法com.jdon.util.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - 类 中的方法com.jdon.util.Base64.InputStream
-
- read(ClassLoader, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- read(InputStream) - 类 中的静态方法com.jdon.util.StringUtil
-
- readFile(String) - 类 中的静态方法com.jdon.util.FileUtil
-
read the content from a file;
- Receiver - com.jdon.annotation.model中的注释类型
-
- reclaimRequestAttributes(HttpServletRequest) - 类 中的静态方法com.jdon.util.RequestUtil
-
Returns request attributes from session to request
- recursiveRemoveDir(File) - 类 中的静态方法com.jdon.util.FileUtil
-
This class del a directory recursively,that means delete all files and
directorys.
- register(String, Class) - 接口 中的方法com.jdon.container.ContainerWrapper
-
register a component class
- register(String, Class, String[]) - 接口 中的方法com.jdon.container.ContainerWrapper
-
register a component class with constructors of String type
- register(String, Object) - 接口 中的方法com.jdon.container.ContainerWrapper
-
register a component instance
- register(String) - 接口 中的方法com.jdon.container.ContainerWrapper
-
register a component, its class value is its name value
- register(String, Class) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- register(String) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- register(String, Class, String[]) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- register(String, Object) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- registerAnnotationAspectComponents() - 类 中的方法com.jdon.container.annotation.AnnotationContainerBuilder
-
- registerAnnotationComponents() - 类 中的方法com.jdon.container.annotation.AnnotationContainerRegistry
-
- registerAppRoot() - 类 中的方法com.jdon.container.builder.ContainerRegistry
-
register at first before xml and annotation
- registerAppRoot(String) - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- registerAppRoot(String) - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
if there are xml configure then add new ones; if not, register it;
- registerAspectComponentMetaDef(AspectComponentsMetaDef) - 类 中的方法com.jdon.container.builder.XmlContainerRegistry
-
- registerAspectComponents() - 类 中的方法com.jdon.container.annotation.AnnotationContainerBuilder
-
- registerAspectComponents() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- registerAspectComponents() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
register all apsect components in aspect.xml
- RegisterCode - com.jdon.util中的类
-
- RegisterCode() - 类 的构造器com.jdon.util.RegisterCode
-
- registerComponent(ComponentAdapter) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
This method can be used to override the ComponentAdapter
created by the ComponentAdapterFactory passed to the constructor
of this container.
- registerComponentImplementation(Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
The returned ComponentAdapter will be instantiated by the
ComponentAdapterFactory passed to the container's constructor.
- registerComponentImplementation(Object, Class) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
The returned ComponentAdapter will be instantiated by the
ComponentAdapterFactory passed to the container's constructor.
- registerComponentImplementation(Object, Class, Parameter[]) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
The returned ComponentAdapter will be instantiated by the
ComponentAdapterFactory passed to the container's constructor.
- registerComponentImplementation(Object, Class, List) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- registerComponentInstance(Object) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
The returned ComponentAdapter will be an
InstanceComponentAdapter.
- registerComponentInstance(Object, Object) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
The returned ComponentAdapter will be an
InstanceComponentAdapter.
- registerComponentMetaDef(ComponentMetaDef) - 类 中的方法com.jdon.container.builder.XmlContainerRegistry
-
- registerComponents() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- registerComponents() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
register all basic components in container.xml
- registerContainerCallback() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- registerPOJOTargetMetaDef(POJOTargetMetaDef) - 类 中的方法com.jdon.container.builder.XmlContainerRegistry
-
- registerUserService() - 类 中的方法com.jdon.container.annotation.AnnotationContainerBuilder
-
- registerUserService() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- registerUserService() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
register user services/components in jdonframework.xml
AnnotationContainerBuilder will override this method, and register
annotation services or components.
- RegistryDirectory - com.jdon.container中的类
-
all registered component name in container.
- RegistryDirectory() - 类 的构造器com.jdon.container.RegistryDirectory
-
- releaseDisruptor(Object) - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- releaseDisruptor(Object) - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- releasePoolable(Object) - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- releasePoolable(Object) - 接口 中的方法com.jdon.controller.pool.Pool
-
- REMOTE_ADDRESS - 接口 中的静态变量com.jdon.container.visitor.data.SessionContextSetup
-
- remove(Object) - 类 中的方法com.jdon.cache.LRUCache
-
- remove(Object) - 类 中的方法com.jdon.cache.UtilCache
-
Removes an element from the cache according to the specified key
- remove(Object) - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- remove(Object) - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- remove(String) - 类 中的方法com.jdon.container.visitor.data.SessionContext
-
- remove(Object) - 接口 中的方法com.jdon.controller.cache.Cache
-
- remove(Object) - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- REMOVE - 接口 中的静态变量com.jdon.controller.events.Event
-
- remove(Object) - 类 中的方法com.jdon.util.ConcurrentLinkedList
-
- remove(String) - 类 中的静态方法com.jdon.util.SimpleCachePool
-
- remove(String, String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- removeAll() - 类 中的方法com.jdon.container.visitor.data.SessionContext
-
- removeAttribute(String) - 接口 中的方法com.jdon.controller.context.AppContextWrapper
-
- removeAttribute(String) - 类 中的方法com.jdon.controller.context.application.Application
-
- removeAttribute(String) - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- removeCache(Object) - 类 中的方法com.jdon.controller.cache.CacheManager
-
清除缓存中该dataKey的相关所有缓存数据 当该dataKey相关的数据增删改时,调用本方法。
- removeCache(Object) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
清除缓存中该dataKey的相关所有缓存数据 dataKey即数据的主键ID数值
- removeCache(Object) - 接口 中的方法com.jdon.domain.model.cache.ModelManager
-
根据主键值,删除缓存中的Model实例
- removeCache(Object) - 类 中的方法com.jdon.domain.model.cache.ModelManagerImp
-
remove the model instance from the cache
- removeCache2(Object, String) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
将数据ID, Model类类型组合成Key的对应Model从缓存中取出
- removeChildContainer(PicoContainer) - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
- removeObect(StringKey) - 类 中的方法com.jdon.controller.cache.CacheManager
-
清除缓存
- removeObect(String) - 类 中的方法com.jdon.controller.cache.CacheManager
-
- removeObjects() - 类 中的方法com.jdon.container.visitor.http.HttpSessionProxyComponentVisitor
-
remove all ejb references
- replace(String, String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- replace(String, String[], String[]) - 类 中的静态方法com.jdon.util.StringUtil
-
- RequestUtil - com.jdon.util中的类
-
- RequestUtil() - 类 的构造器com.jdon.util.RequestUtil
-
- RequestWrapper - com.jdon.controller.context中的接口
-
- RequestWrapperFactory - com.jdon.controller.context.web中的类
-
- RequestWrapperFactory() - 类 的构造器com.jdon.controller.context.web.RequestWrapperFactory
-
- reset() - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Reset the filter so that it can be reused.
- reset() - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Reset the filter so that it can be reused.
- resolveEntity(String, String) - 类 中的方法com.jdon.controller.config.DTDEntityResolver
-
- resumeEncoding() - 类 中的方法com.jdon.util.Base64.OutputStream
-
Resumes encoding of the stream.
- Returning - com.jdon.annotation.pointcut.method中的注释类型
-
- reverse(String) - 类 中的静态方法com.jdon.util.StringUtil
-
- ringBuffer - 类 中的变量com.jdon.async.disruptor.ValueEventProcessor
-
- RoleAssigner - com.jdon.domain.dci中的类
-
DCI : Data Context interactions
in context, the interactions of Role will be assigned to data model;
the component name is "roleAssigner";
- RoleAssigner(ModelProxyInjection, ModelAdvisor) - 类 的构造器com.jdon.domain.dci.RoleAssigner
-
- saveAuthCookie(HttpServletResponse, String, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
- saveCache(Object, String, Object) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
将数据ID, Model类类型组合成Key, 将对应的Model保存到缓存
- saveCacheIfAbsent(Object, String, Object) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- saveSessionContext(String, String, SessionContext) - 接口 中的方法com.jdon.container.visitor.data.SessionContextSetup
-
- saveSessionContext(String, String, SessionContext) - 类 中的方法com.jdon.container.visitor.http.HttpRequestUserSetup
-
- saveToCache(CacheKey, Object) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- saveWhitespace(char[], int, int) - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Saves trailing whitespace.
- scanAnnotation(AppContextWrapper) - 类 中的静态方法com.jdon.container.annotation.AnnotationUtil
-
- ScanAnnotationDB - com.jdon.util.scanAnnotation中的类
-
- ScanAnnotationDB() - 类 的构造器com.jdon.util.scanAnnotation.ScanAnnotationDB
-
- scanArchives(URL...) - 类 中的方法com.jdon.util.scanAnnotation.ScanAnnotationDB
-
- scheduleTask(Runnable, long, long) - 类 中的静态方法com.jdon.util.task.TaskEngine
-
Schedules a task to periodically run.
- scheduleTask(Runnable, int, long, long) - 类 中的静态方法com.jdon.util.task.TaskEngine
-
Schedules a task to periodically run.
- selectEncoding(ServletRequest) - 类 中的方法com.jdon.util.SetCharacterEncodingFilter
-
Select an appropriate character encoding to be used, based on the
characteristics of the current request and/or filter initialization
parameters.
- Send - com.jdon.annotation.model中的注释类型
-
Domain Model should normal live in memory not in database. so cache in memory
is very important for domain model life cycle.
- send(Object) - 类 中的方法com.jdon.async.disruptor.EventResultHandlerImp
-
send event result
- send(Object) - 类 中的方法com.jdon.async.disruptor.ValueEventProcessor
-
- send(Object) - 接口 中的方法com.jdon.async.EventResultHandler
-
- send(Object) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- Service - com.jdon.annotation中的注释类型
-
the @Service(="abc")
is equals to:
<Service name="abc" class="com.sample.Abc" />
Service'name is called by the client.
- Service - com.jdon.controller.service中的接口
-
excute the service and get the run result
- SERVICE_METAHOLDER_NAME - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
the SERVICE_METAHOADER_NAME value must be the value of container.xml
- SERVICE_METALOADER_NAME - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
the SERVICE_METALOADER_NAME value must be the value of container.xml
- ServiceAccessor - com.jdon.container.access中的接口
-
- ServiceAccessorImp - com.jdon.container.access中的类
-
- ServiceAccessorImp(TargetMetaRequestsHolder) - 类 的构造器com.jdon.container.access.ServiceAccessorImp
-
- ServiceFacade - com.jdon.controller.service中的类
-
- ServiceFacade() - 类 的构造器com.jdon.controller.service.ServiceFacade
-
- ServiceFactory - com.jdon.controller.service中的接口
-
get a service by its meta definition.
- ServiceLoader - com.jdon.container.annotation.type中的类
-
- ServiceLoader(AnnotationScaner, ConsumerLoader) - 类 的构造器com.jdon.container.annotation.type.ServiceLoader
-
- ServletContainerListener - com.jdon.container.startup中的类
-
Bootstrap listener to start up Jdon Framework it delegates to
ContainerSetupScript
setup web.xml
com.jdon.container.startup.ServletContainerListener
- ServletContainerListener() - 类 的构造器com.jdon.container.startup.ServletContainerListener
-
- ServletContextWrapper - com.jdon.controller.context.web中的类
-
- ServletContextWrapper(ServletContext) - 类 的构造器com.jdon.controller.context.web.ServletContextWrapper
-
- SessionContext - com.jdon.container.visitor.data中的类
-
this class inlude those datas that read from the web container or others.
- SessionContext(int) - 类 的构造器com.jdon.container.visitor.data.SessionContext
-
- SESSIONCONTEXT_FACTORY - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- SESSIONCONTEXT_SETUP - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- SessionContextAcceptable - com.jdon.annotation.intercept中的注释类型
-
- SessionContextAcceptable - com.jdon.container.visitor.data中的接口
-
this interface is implemented by the application services.
- SessionContextFactoryVisitable - com.jdon.container.visitor.data中的类
-
- SessionContextFactoryVisitable(String) - 类 的构造器com.jdon.container.visitor.data.SessionContextFactoryVisitable
-
- SessionContextInterceptor - com.jdon.aop.interceptor中的类
-
interceptor the SessionContextAcceptable concrete services, and inject the
SessionContext object into them, so these application service can got the
datas from session that saved by framework.
- SessionContextInterceptor(ContainerCallback, TargetMetaRequestsHolder) - 类 的构造器com.jdon.aop.interceptor.SessionContextInterceptor
-
- SessionContextSetup - com.jdon.container.visitor.data中的接口
-
load the informations about the login user, and
save into sessioncontext that can be accessed in container.
- sessionCreated(HttpSessionEvent) - 类 中的方法com.jdon.container.startup.ServletContainerListener
-
- sessionDestroyed(HttpSessionEvent) - 类 中的方法com.jdon.container.startup.ServletContainerListener
-
- SessionWrapper - com.jdon.controller.context中的接口
-
- setActionName(String) - 接口 中的方法com.jdon.controller.events.Event
-
- setActionName(String) - 类 中的方法com.jdon.controller.events.EventSupport
-
- setActionType(int) - 接口 中的方法com.jdon.controller.events.Event
-
- setActionType(int) - 类 中的方法com.jdon.controller.events.EventSupport
-
- setAdviceName(String) - 类 中的方法com.jdon.aop.interceptor.Advisor
-
- setAfters(Map<String, Method>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setAppContextHolder(AppContextWrapper) - 类 中的方法com.jdon.controller.context.ContextHolder
-
- setArguments(PicoContainer) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter.Guard
-
- setArrtibute(String, Object) - 类 中的方法com.jdon.container.visitor.data.SessionContext
-
- setAsyn(boolean) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- setAttribute(String, Object) - 接口 中的方法com.jdon.controller.context.AppContextWrapper
-
- setAttribute(String, Object) - 类 中的方法com.jdon.controller.context.application.Application
-
- setAttribute(String, Object) - 类 中的方法com.jdon.controller.context.application.DemoSessionWrapper
-
- setAttribute(String, Object) - 接口 中的方法com.jdon.controller.context.SessionWrapper
-
- setAttribute(String, Object) - 类 中的方法com.jdon.controller.context.web.HttpSessionWrapper
-
- setAttribute(String, Object) - 类 中的方法com.jdon.controller.context.web.ServletContextWrapper
-
- setBefores(Map<String, Method>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setCachable(Object, boolean) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- setCacheable(boolean) - 接口 中的方法com.jdon.controller.cache.Cacheable
-
- setCacheable(boolean) - 类 中的方法com.jdon.controller.model.Model
-
in the past version, this method name is setCacheble, now change it after
1.3 !
- setCacheable(boolean) - 接口 中的方法com.jdon.controller.model.ModelIF
-
in the past version, this method name is setCacheble,
now change it after 1.3 !
- setCacheManager(CacheManager) - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- setChannel(String) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- SetCharacterEncodingFilter - com.jdon.util中的类
-
Filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
- SetCharacterEncodingFilter() - 类 的构造器com.jdon.util.SetCharacterEncodingFilter
-
- setChildrenIDs(List) - 接口 中的方法com.jdon.controller.model.Node
-
- setClassName(String) - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- setClassName(String) - 类 中的方法com.jdon.domain.message.consumer.ConsumerMethodHolder
-
- setCommandTopic(String) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorSwitcher
-
- setConfigInfo(ConfigInfo) - 类 中的方法com.jdon.container.annotation.ContainerLoaderAnnotation
-
- setConstructors(String[]) - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- setConstructors(String[]) - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- setConsumerMethodHolder(ConsumerMethodHolder) - 类 中的方法com.jdon.domain.message.consumer.ModelConsumerMethodHolder
-
- setContainerWrapper(ContainerWrapper) - 类 中的方法com.jdon.container.pico.ConfigInfo
-
- setCookie(HttpServletResponse, String, String, String) - 类 中的静态方法com.jdon.util.RequestUtil
-
Convenience method to set a cookie
- setDestination(Object) - 类 中的方法com.jdon.domain.message.Command
-
- setDisruptorFactory(DisruptorFactory) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- setDisruptorForCommandFactory(DisruptorForCommandFactory) - 类 中的方法com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- setDomainMessage(DomainMessage) - 类 中的方法com.jdon.async.disruptor.EventDisruptor
-
- setDomainMessage(DomainMessage) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- setEhcacheConfFileName(String) - 类 中的方法com.jdon.components.encache.EhcacheConf
-
- setErrors(String) - 接口 中的方法com.jdon.controller.events.Event
-
- setErrors(String) - 类 中的方法com.jdon.controller.events.EventSupport
-
- setEventResult(Object) - 类 中的方法com.jdon.domain.message.DomainMessage
-
- setEventResultHandler(EventResultHandler) - 类 中的方法com.jdon.domain.message.DomainMessage
-
- setEventSource(Object) - 类 中的方法com.jdon.domain.message.DomainMessage
-
- setExpireTime(long) - 类 中的方法com.jdon.cache.UtilCache
-
Sets the expire time for the cache elements.
- setFutureTask(FutureTask) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- setID(Integer) - 接口 中的方法com.jdon.controller.model.Node
-
- setIndentStep(int) - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Set the current indent step.
- setInputParametersPositions(Map<String, Integer>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setInterfaces(Class[]) - 类 中的方法com.jdon.bussinessproxy.meta.AbstractTargetMetaDef
-
- setInterfaces(Class[]) - 接口 中的方法com.jdon.bussinessproxy.TargetMetaDef
-
- setIntroducedParametersPositions(Map<String, Integer>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setKernelStartup(boolean) - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- setKernelStartup(boolean) - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- setLexicalHandler(LexicalHandler) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Set the lexical handler.
- setLoadTime(long) - 类 中的方法com.jdon.cache.CacheLine
-
- setMaxPoolSize(int) - 类 中的方法com.jdon.controller.pool.CommonsPoolAdapter
-
- setMaxPoolSize(int) - 接口 中的方法com.jdon.controller.pool.Pool
-
- setMaxSize(long) - 类 中的方法com.jdon.cache.UtilCache
-
Sets the maximum number of elements in the cache.
- setMessageListener(FutureListener) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- setMethod(Method) - 类 中的方法com.jdon.domain.message.consumer.ConsumerMethodHolder
-
- setMethodMetaArgs(MethodMetaArgs) - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- setMethods(Map<Method, Method>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setModel(Model) - 类 中的方法com.jdon.controller.events.EventModel
-
- setModel(Object) - 类 中的方法com.jdon.domain.proxy.ModelProxyWrapper
-
- setModelIF(Object) - 类 中的方法com.jdon.controller.events.EventModel
-
- setModelproxy(Object) - 类 中的方法com.jdon.domain.proxy.ModelProxyWrapper
-
- setModified(boolean) - 类 中的方法com.jdon.controller.model.Model
-
set the property has been modified such as : setName(String name){
this.name = name; setModified(true); }
- setModified(boolean) - 接口 中的方法com.jdon.controller.model.ModelIF
-
set the property has been modified such as : setName(String name){
this.name = name; setModified(true); }
- setModified(Object, boolean) - 类 中的静态方法com.jdon.controller.model.ModelUtil
-
- setName(String) - 类 中的方法com.jdon.bussinessproxy.meta.POJOTargetMetaDef
-
- setName(String) - 类 中的方法com.jdon.container.config.ComponentMetaDef
-
- setOrderInt(Integer) - 接口 中的方法com.jdon.controller.model.Node
-
- setParentID(Integer) - 接口 中的方法com.jdon.controller.model.Node
-
- setPointcutName(String) - 类 中的方法com.jdon.aop.interceptor.Advisor
-
- setPool(CommonsPoolAdapter) - 类 中的方法com.jdon.controller.pool.CommonsPoolFactory
-
- setPredefinedCacheName(String) - 类 中的方法com.jdon.components.encache.EhcacheConf
-
- setPrintStream(PrintStream) - 类 中的静态方法com.jdon.util.Debug
-
- setPropertiesParams(PropsUtil, String) - 类 中的方法com.jdon.cache.UtilCache
-
- setProperty(String, Object) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Set the value of a property.
- setProperty(String, String) - 类 中的方法com.jdon.util.jdom.XMLProperties
-
Sets the value of the specified property.
- setProperty(String, String) - 类 中的方法com.jdon.util.PropsUtil
-
- setReturnParametersPositions(Map<String, Integer>) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setSession(HttpSession) - 接口 中的方法com.jdon.controller.events.Event
-
- setSession(HttpSession) - 类 中的方法com.jdon.controller.events.EventSupport
-
- setSessionContext(SessionContext) - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- setSessionContext(SessionContext) - 接口 中的方法com.jdon.container.visitor.data.SessionContextAcceptable
-
- setSessionHolder(SessionWrapper) - 类 中的方法com.jdon.controller.context.ContextHolder
-
- setStart(boolean) - 接口 中的方法com.jdon.container.ContainerWrapper
-
- setStart(boolean) - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- setTarget(Class) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setTargetMetaDefHolder(TargetMetaDefHolder) - 类 中的方法com.jdon.container.annotation.AnnotationHolder
-
- setTargetMetaRequest(TargetMetaRequest) - 类 中的方法com.jdon.container.access.TargetMetaRequestsHolder
-
- setTargetName(String) - 类 中的方法com.jdon.container.interceptor.IntroduceInfo
-
- setThis(Object) - 类 中的方法com.jdon.aop.reflection.ProxyMethodInvocation
-
- setTimeoutforeturnResult(int) - 类 中的方法com.jdon.domain.message.DomainMessage
-
setup time out(MILLISECONDS) value for get a Event Result
- setTopic(String) - 类 中的方法com.jdon.async.disruptor.EventDisruptor
-
- setup(SessionContext, RequestWrapper) - 接口 中的方法com.jdon.container.visitor.data.SessionContextSetup
-
- setup(SessionContext, RequestWrapper) - 类 中的方法com.jdon.container.visitor.http.HttpRequestUserSetup
-
- SETUPNAME - 类 中的静态变量com.jdon.util.Debug
-
- SETUPVALUE - 类 中的静态变量com.jdon.util.Debug
-
- setUseSoftReference(boolean) - 类 中的方法com.jdon.cache.CacheLine
-
- setValue(Object) - 类 中的方法com.jdon.async.disruptor.EventResultDisruptor
-
- setVisitableName(String) - 类 中的方法com.jdon.container.access.TargetMetaRequest
-
- setWaitAtSequence(long) - 类 中的方法com.jdon.async.disruptor.ValueEventProcessor
-
- setWaitforTimeout(int) - 类 中的方法com.jdon.async.disruptor.EventResultHandlerImp
-
deprecated since 6.6.8
- setWaitforTimeout(int) - 接口 中的方法com.jdon.async.EventResultHandler
-
setup time out(MILLISECONDS) value for get a Event Result
- setWaitforTimeout(int) - 类 中的方法com.jdon.async.future.EventResultFuture
-
- shorten(String) - 类 中的静态方法com.jdon.util.StringUtil
-
- shorten(String, int) - 类 中的静态方法com.jdon.util.StringUtil
-
- shorten(String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- shorten(String, int, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- shutdown() - 类 中的方法com.jdon.container.builder.ContainerDirector
-
- SimpleCachePool - com.jdon.util中的类
-
- Singleton - com.jdon.annotation中的注释类型
-
the @Component
is equals to:
<component name="abc" class="com.sample.Abc" />
the @Component's name will be the class's getClass.getName();
Component not open for the client, so default no need name,
but if you call the component from the client, you can use
the @Component's name(class's getClass.getName()).
- SingletonPOJOObjectFactory - com.jdon.bussinessproxy.target中的类
-
- SingletonPOJOObjectFactory(POJOTargetMetaDef) - 类 的构造器com.jdon.bussinessproxy.target.SingletonPOJOObjectFactory
-
- SingletonPOJOTargetMetaDef - com.jdon.bussinessproxy.meta中的类
-
- SingletonPOJOTargetMetaDef(String, String) - 类 的构造器com.jdon.bussinessproxy.meta.SingletonPOJOTargetMetaDef
-
- SingletonPOJOTargetMetaDef(String, String, String[]) - 类 的构造器com.jdon.bussinessproxy.meta.SingletonPOJOTargetMetaDef
-
- size() - 类 中的方法com.jdon.aop.interceptor.InterceptorsChain
-
- size() - 类 中的方法com.jdon.cache.LRUCache
-
- size() - 类 中的方法com.jdon.cache.UtilCache
-
Returns the number of elements currently in the cache
- size() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- size() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- size() - 类 中的方法com.jdon.container.config.ContainerComponents
-
- size() - 类 中的方法com.jdon.container.visitor.ComponentsboxsInSession
-
- size() - 接口 中的方法com.jdon.controller.cache.Cache
-
- size() - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- size() - 类 中的方法com.jdon.util.ConcurrentLinkedList
-
- sortedMatchingConstructors - 类 中的变量com.jdon.container.pico.JdonConstructorInjectionComponentAdapter
-
- split(String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, boolean) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, double) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, float) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, int) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, long) - 类 中的静态方法com.jdon.util.StringUtil
-
- split(String, String, short) - 类 中的静态方法com.jdon.util.StringUtil
-
- SQLSERVER - 类 中的静态变量com.jdon.util.DbUtil
-
- SSNDelimiters - 类 中的静态变量com.jdon.util.UtilValidate
-
non-digit characters which are allowed in Social Security Numbers
- stackTrace(Throwable) - 类 中的静态方法com.jdon.util.StringUtil
-
- start() - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
- start() - 类 中的方法com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- start() - 类 中的方法com.jdon.aop.interceptor.InterceptorsChain
-
- start() - 类 中的方法com.jdon.aop.interceptor.PoolInterceptor
-
- start() - 类 中的方法com.jdon.aop.interceptor.SessionContextInterceptor
-
- start() - 类 中的方法com.jdon.aop.interceptor.StatefulInterceptor
-
- start() - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- start() - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- start() - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- start() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- start() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- start() - 类 中的方法com.jdon.async.EventMessageFirer
-
- start() - 类 中的方法com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBDynamicProxyWeaving
-
- start() - 类 中的方法com.jdon.cache.LRUCache
-
- start() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- start() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- start() - 类 中的方法com.jdon.container.access.TargetMetaDefHolder
-
- start() - 类 中的方法com.jdon.container.access.xml.TargetMetaDefXmlLoader
-
- start() - 接口 中的方法com.jdon.container.ContainerWrapper
-
start the container this method will active all components's startup
methods in container,
- start() - 类 中的方法com.jdon.container.finder.ContainerCallback
-
- start() - 类 中的方法com.jdon.container.interceptor.BeforeAfterMethodTarget
-
- start() - 类 中的方法com.jdon.container.interceptor.CGLIBMethodInterceptorImp
-
- start(Object) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
- start() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
Start the components of this PicoContainer and all its logical child
containers.
- start() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- start() - 接口 中的方法com.jdon.container.pico.Startable
-
Start this component.
- start() - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
-
- start() - 类 中的方法com.jdon.controller.cache.CacheManager
-
- start() - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- start() - 类 中的方法com.jdon.domain.advsior.ModelAdvisor
-
- start() - 类 中的方法com.jdon.domain.message.MessageInterceptor
-
- start() - 类 中的方法com.jdon.domain.model.cache.DomainCacheInterceptor
-
- start() - 接口 中的方法com.jdon.domain.model.cache.LifeCycle
-
when a model has been put into cache, call this method
- start() - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- Startable - com.jdon.container.pico中的接口
-
- StartablecomponentsRegistry - com.jdon.container.builder中的类
-
- StartablecomponentsRegistry() - 类 的构造器com.jdon.container.builder.StartablecomponentsRegistry
-
- startablecomponentsRegistry - 类 中的变量com.jdon.container.builder.StartablecomponentsRegistry
-
- startApp() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- startApp() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- startCDATA() - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
- startDocument() - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Filter a start document event.
- startDocument() - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Filter a start document event.
- startDTD(String, String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Filter a start DTD event.
- startElement(String, String, String, Attributes) - 类 中的方法com.jdon.util.jdom.DataFormatFilter
-
Add newline and indentation prior to start tag.
- startElement(String, String, String, Attributes) - 类 中的方法com.jdon.util.jdom.DataUnformatFilter
-
Filter a start element event.
- startElement(String, String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Start a new element without a qname or attributes.
- startElement(String, Attributes) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Start a new element without a Namespace URI or qname.
- startElement(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
Start a new element without a Namespace URI, qname, or attributes.
- startEntity(String) - 类 中的方法com.jdon.util.jdom.XMLFilterBase
-
- startMon(long) - 类 中的方法com.jdon.cache.UtilCache
-
- startScan(AppContextWrapper) - 类 中的方法com.jdon.container.annotation.ContainerLoaderAnnotation
-
- startScan(AppContextWrapper) - 类 中的方法com.jdon.container.annotation.type.AnnotationScaner
-
- startStartableComponents(ContainerWrapper) - 类 中的方法com.jdon.container.builder.StartablecomponentsRegistry
-
- startsWith(String, char) - 类 中的静态方法com.jdon.util.StringUtil
-
- startsWith(String, String) - 类 中的静态方法com.jdon.util.StringUtil
-
- startup() - 类 中的方法com.jdon.container.builder.ContainerDirector
-
- startup - 类 中的变量com.jdon.container.builder.DefaultContainerBuilder
-
- startup(AppContextWrapper) - 类 中的方法com.jdon.container.startup.ContainerSetupScript
-
startup Application container
- StartupException - com.jdon.container.builder中的异常错误
-
- StartupException() - 异常错误 的构造器com.jdon.container.builder.StartupException
-
- Stateful - com.jdon.annotation.intercept中的注释类型
-
same as com.jdon.controller.service.Stateful
- Stateful - com.jdon.controller.service中的接口
-
those stateful POJO Service must implements this interface,
so the become truly stateful.
- StatefulInterceptor - com.jdon.aop.interceptor中的类
-
StatefulInterceptor is a Interceptor of creating target object. must be the
last in Interceptors.
- StatefulInterceptor(ContainerCallback, TargetMetaRequestsHolder) - 类 的构造器com.jdon.aop.interceptor.StatefulInterceptor
-
- stop() - 类 中的方法com.jdon.aop.interceptor.CacheInterceptor
-
- stop() - 类 中的方法com.jdon.aop.interceptor.ComponentMessageInterceptor
-
- stop() - 类 中的方法com.jdon.aop.interceptor.InterceptorsChain
-
- stop() - 类 中的方法com.jdon.aop.interceptor.PoolInterceptor
-
- stop() - 类 中的方法com.jdon.aop.interceptor.SessionContextInterceptor
-
- stop() - 类 中的方法com.jdon.aop.interceptor.StatefulInterceptor
-
- stop() - 类 中的方法com.jdon.aop.joinpoint.AdvisorChainFactory
-
- stop() - 类 中的方法com.jdon.async.disruptor.DisruptorFactory
-
- stop() - 类 中的方法com.jdon.async.disruptor.DisruptorForCommandFactory
-
- stop() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
-
- stop() - 类 中的方法com.jdon.async.disruptor.pool.DisruptorPoolFactory
-
- stop() - 类 中的方法com.jdon.async.EventMessageFirer
-
- stop() - 类 中的方法com.jdon.async.future.ChannelExecutor
-
- stop() - 类 中的方法com.jdon.async.future.FutureDirector
-
- stop() - 类 中的方法com.jdon.bussinessproxy.dyncproxy.cglib.CGLIBDynamicProxyWeaving
-
- stop() - 类 中的方法com.jdon.cache.LRUCache
-
- stop() - 类 中的方法com.jdon.cache.UtilCache
-
- stop() - 类 中的方法com.jdon.components.encache.EncacheProvider
-
- stop() - 类 中的方法com.jdon.components.guavacache.GuavaCacheProvider
-
- stop() - 类 中的方法com.jdon.container.access.TargetMetaDefHolder
-
- stop() - 类 中的方法com.jdon.container.access.xml.TargetMetaDefXmlLoader
-
- stop() - 接口 中的方法com.jdon.container.ContainerWrapper
-
stop the container this method will active all components's stop methods
in container.
- stop() - 类 中的方法com.jdon.container.finder.ContainerCallback
-
- stop() - 类 中的方法com.jdon.container.interceptor.BeforeAfterMethodTarget
-
- stop() - 类 中的方法com.jdon.container.interceptor.CGLIBMethodInterceptorImp
-
- stop(Object) - 类 中的方法com.jdon.container.pico.JdonInstantiatingComponentAdapter
-
- stop() - 类 中的方法com.jdon.container.pico.JdonPicoContainer
-
Stop the components of this PicoContainer and all its logical child
containers.
- stop() - 类 中的方法com.jdon.container.pico.PicoContainerWrapper
-
- stop() - 接口 中的方法com.jdon.container.pico.Startable
-
Stop this component.
- stop() - 类 中的方法com.jdon.container.visitor.http.HttpSessionVisitorFactoryImp
-
- stop() - 类 中的方法com.jdon.controller.AppUtil
-
- stop() - 类 中的方法com.jdon.controller.cache.CacheManager
-
- stop() - 类 中的方法com.jdon.controller.cache.InstanceCache
-
- stop() - 类 中的方法com.jdon.domain.advsior.ModelAdvisor
-
- stop() - 类 中的方法com.jdon.domain.message.MessageInterceptor
-
- stop() - 类 中的方法com.jdon.domain.model.cache.DomainCacheInterceptor
-
- stop() - 接口 中的方法com.jdon.domain.model.cache.LifeCycle
-
when a model has been removed from cache,, call this method
- stop() - 类 中的方法com.jdon.domain.model.cache.ModelCacheManager
-
- stopApp() - 接口 中的方法com.jdon.container.builder.ContainerRegistryBuilder
-
- stopApp() - 类 中的方法com.jdon.container.builder.DefaultContainerBuilder
-
- stopStartableComponents(ContainerWrapper) - 类 中的方法com.jdon.container.builder.StartablecomponentsRegistry
-
- stowRequestAttributes(HttpServletRequest) - 类 中的静态方法com.jdon.util.RequestUtil
-
Stores request attributes in session
- streamLargeText - 类 中的静态变量com.jdon.util.DbUtil
-
- StringCacheKeyFactory - com.jdon.controller.cache中的类
-
different cached object, there is different cache key.
- StringCacheKeyFactory() - 类 的构造器com.jdon.controller.cache.StringCacheKeyFactory
-
- StringKey - com.jdon.controller.cache中的接口
-
- StringUtil - com.jdon.util中的类
-
- StringUtil() - 类 的构造器com.jdon.util.StringUtil
-
- stripCharsInBag(String, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Removes all characters which appear in string bag from string s.
- stripCharsNotInBag(String, String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Removes all characters which do NOT appear in string bag from string s.
- stripInitialWhitespace(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Removes initial(leading) whitespace characters from s.
- stripWhitespace(String) - 类 中的静态方法com.jdon.util.UtilValidate
-
Removes all whitespace characters from s.
- supportsFetchSize - 类 中的静态变量com.jdon.util.DbUtil
-
- supportsMaxRows - 类 中的静态变量com.jdon.util.DbUtil
-
- suspendEncoding() - 类 中的方法com.jdon.util.Base64.OutputStream
-
Suspends encoding of the stream.
- target - 类 中的变量com.jdon.container.interceptor.MethodInvocationImp
-
- target - 类 中的变量com.jdon.domain.proxy.ModelMethodInvocation
-
- TARGET_PROPS_SERVICES - 接口 中的静态变量com.jdon.aop.joinpoint.Pointcut
-
- TargetMetaDef - com.jdon.bussinessproxy中的接口
-
meta definition for service
- TargetMetaDefHolder - com.jdon.container.access中的类
-
以service name为key, Service TargetMetaDef为value
this class is registered in contain.xml every name has one TargetMetaDef
instance, if multi thread access same TargetMetaDef instance, they will
crash.
- TargetMetaDefHolder() - 类 的构造器com.jdon.container.access.TargetMetaDefHolder
-
- TargetMetaDefXmlLoader - com.jdon.container.access.xml中的类
-
Load target service meta definition from jdonframework.xml this class is
registered in container.xml
- TargetMetaDefXmlLoader(AppConfigureCollection, TargetMetaDefHolder) - 类 的构造器com.jdon.container.access.xml.TargetMetaDefXmlLoader
-
AppConfigureCollection has been registered in
com.jdon.container.builder.ContainerRegistry.registerAppConfigureFiles
and add configure file names by
com.jdon.container.builder.DefaultContainerBuilder.addAppConfigureFile
- TargetMetaRequest - com.jdon.container.access中的类
-
Every container's user has one UserTargetMetaDef object
this object is a DTO when this user enter businerss proxy.
- TargetMetaRequest(TargetMetaDef, ComponentVisitor) - 类 的构造器com.jdon.container.access.TargetMetaRequest
-
- TargetMetaRequestsHolder - com.jdon.container.access中的类
-
- TargetMetaRequestsHolder() - 类 的构造器com.jdon.container.access.TargetMetaRequestsHolder
-
- targetMetaRequestsHolder - 类 中的变量com.jdon.container.access.UserTargetMetaDefFactory
-
- TargetObjectFactory - com.jdon.bussinessproxy.target中的接口
-
- TARGETSERVICE_FACTORY - 接口 中的静态变量com.jdon.container.finder.ComponentKeys
-
- targetServiceFactory - 类 中的变量com.jdon.aop.reflection.ProxyMethodInvocation
-
- TargetServiceFactory - com.jdon.bussinessproxy.target中的接口
-
- TargetServiceFactoryVisitable - com.jdon.bussinessproxy.target中的类
-
this class supply accessing TargetServiceFactory by cache visitor if
ServiceMethodInvoker call this class, ejb service instance or pojo instance
will be cached.
- TargetServiceFactoryVisitable(TargetServiceFactory) - 类 的构造器com.jdon.bussinessproxy.target.TargetServiceFactoryVisitable
-
- TaskEngine - com.jdon.util.task中的类
-
A TaskEngine object accepts Runnable objects and queues them for execution by
worker threads.
- testConnection(Connection) - 类 中的静态方法com.jdon.util.DbUtil
-
- timeoutforeturnResult - 类 中的变量com.jdon.async.future.EventResultFuture
-
- TIMING - 类 中的静态变量com.jdon.util.Debug
-
- timingOn() - 类 中的静态方法com.jdon.util.Debug
-
- toDate(String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a date and time String into a Date
- toDate(String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a date String and a time String into a Date
- toDate(String, String, String, String, String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a Date from separate Strings for month, day, year, hour, minute,
and second.
- toDate(int, int, int, int, int, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a Date from separate ints for month, day, year, hour, minute, and
second.
- toDateString(Date) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a date String in the format MM/DD/YYYY from a Date
- toDateTimeString(Date) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a combined data and time string in the format "MM/DD/YYYY HH:MM:SS"
from a Date.
- topic - 类 中的变量com.jdon.async.disruptor.EventDisruptor
-
- TOPICNAME - 类 中的静态变量com.jdon.container.annotation.type.ConsumerLoader
-
- TOPICNAME2 - 类 中的静态变量com.jdon.container.annotation.type.ConsumerLoader
-
- TOPICNAME2 - 类 中的静态变量com.jdon.container.annotation.type.ModelConsumerLoader
-
- toSqlDate(String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a date String into a java.sql.Date
- toSqlDate(String, String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a java.sql.Date from separate Strings for month, day, year
- toSqlDate(int, int, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a java.sql.Date from separate ints for month, day, year
- toSqlTime(String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a time String into a java.sql.Time
- toSqlTime(String, String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a java.sql.Time from separate Strings for hour, minute, and second.
- toSqlTime(int, int, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a java.sql.Time from separate ints for hour, minute, and second.
- toString() - 类 中的方法com.jdon.bussinessproxy.meta.MethodMetaArgs
-
- toString() - 类 中的方法com.jdon.controller.cache.CacheKey
-
- toString() - 类 中的方法com.jdon.controller.model.DynamicModel
-
- toString() - 类 中的方法com.jdon.domain.model.cache.ModelKey
-
最好不使用本方法,容易和真正的CacheKey混淆
- toTimestamp(String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a date and time String into a Timestamp
- toTimestamp(String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Converts a date String and a time String into a Timestamp
- toTimestamp(String, String, String, String, String, String) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a Timestamp from separate Strings for month, day, year, hour,
minute, and second.
- toTimestamp(int, int, int, int, int, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a Timestamp from separate ints for month, day, year, hour, minute,
and second.
- toTimeString(Date) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a Date.
- toTimeString(int, int, int) - 类 中的静态方法com.jdon.util.UtilDateTime
-
Makes a time String in the format HH:MM:SS from a separate ints for hour,
minute, and second.