Interface ActionHandler

    • Field Detail

      • CACHE_SIZE

        static final int CACHE_SIZE
        The cache size of the method resolver.

        Default: 1000, this can be changed by specifying the value of the key "org.zkoss.stateless.util.ActionHandler.CACHE_SIZE" in ZK library property

      • LOADED_CLASS_CACHE

        static final ConcurrentCache<java.lang.String,​java.lang.Class> LOADED_CLASS_CACHE
        The loaded Class cache.
      • LOADED_METHOD_CACHE

        static final ConcurrentCache<java.lang.String,​java.lang.reflect.Method> LOADED_METHOD_CACHE
        The loaded Method cache.
      • LOADED_LAMBDA_CACHE

        static final ConcurrentCache<java.lang.String,​java.lang.invoke.SerializedLambda> LOADED_LAMBDA_CACHE
        The loaded Lambda Method cache.
      • DEFAULT_VALUES

        static final java.util.Map<java.lang.Class<?>,​java.lang.Object> DEFAULT_VALUES
        The default values of Java primitive types, primitive Objects, Collection, and Map.