MCPcopy Create free account

hub / github.com/baiczsy/evergreenframework / functions

Functions1,303 in github.com/baiczsy/evergreenframework

MethodisDynaProperty
<p>Indicate whether a property actually exists.</p> <p><strong>N.B.</strong> Using <code>getDynaProperty(name) == null</code> doesn't work in this im
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaClass.java:347
MethodisEmpty
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:437
MethodisEmpty
Check whether the given String is empty. <p>This method accepts any Object as an argument, comparing it to {@code null} and the empty String. As a con
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:83
MethodisEmpty
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:549
MethodisEmpty
Indicate whether the decorated {@link DynaBean} has any properties. @return <code>true</code> if the {@link DynaBean} has no properties, otherwise <c
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:213
MethodisEmpty
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:567
MethodisIndexed
Indicate whether the expression is for an indexed property or not. @param expression The property expression @return <code>true</code> if the expresi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/Resolver.java:135
MethodisIndexed
Indicate whether the expression is for an indexed property or not. @param expression The property expression @return <code>true</code> if the expresi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/DefaultResolver.java:178
MethodisIndexed
Indicate whether the expression is for an indexed property or not. @param expression The property expression @return <code>true</code> if the expresi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/DefaultResolver.java:178
MethodisInstanceOf
Assert that the provided object is an instance of the provided class. <pre class="code">Assert.instanceOf(Foo.class, foo);</pre> @param clazz the requ
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/Assert.java:318
MethodisMapped
Indicate whether the expression is for a mapped property or not. @param expression The property expression @return <code>true</code> if the expresion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/Resolver.java:144
MethodisMapped
Indicate whether the expression is for a mapped property or not. @param expression The property expression @return <code>true</code> if the expresion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/DefaultResolver.java:200
MethodisMapped
Indicate whether the expression is for a mapped property or not. @param expression The property expression @return <code>true</code> if the expresion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/DefaultResolver.java:200
MethodisNull
Assert that an object is {@code null} . <pre class="code">Assert.isNull(value, "The value must be null");</pre> @param object the object to check @par
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/Assert.java:87
MethodisPattern
Does the given {@code path} represent a pattern that can be matched by an implementation of this interface? <p>If the return value is {@code false}, t
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/PathMatcher.java:48
MethodisPattern
(String path)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/AntPathMatcher.java:76
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:476
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:708
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:722
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:496
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:724
MethoditeratorNext
(Map.Entry entry)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:738
MethodkeySet
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:469
MethodloadClass
<p>Loads the class of the given name which by default uses the class loader used to load this library. Dervations of this class could implement altern
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetDynaClass.java:239
Methodmain
(String[] args)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/UtilDateConverter.java:56
Methodmain
(String[] args)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/UtilDateConverter.java:56
MethodmatchStart
Match the given {@code path} against the corresponding part of the given {@code pattern}, according to this PathMatcher's matching strategy. <p>Determ
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/PathMatcher.java:70
MethodmatchStart
(String pattern, String path)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/AntPathMatcher.java:84
MethodmergeArrayIntoCollection
Merge the given array into the given Collection. @param array the array to merge (may be {@code null}) @param collection the target Collection to merg
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:82
MethodmergePropertiesIntoMap
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over. <p>Uses {@code Properties.propertyNames()} to e
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:101
MethodmergeStringArrays
Merge the given String arrays into one, with overlapping array elements only included once. <p>The order of elements in the original arrays is preserv
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:775
MethodnewInstance
Instantiate and return a new DynaBean instance, associated with this DynaClass. @return A new <code>DynaBean</code> instance
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaMap.java:270
MethodnewInstance
<p>Instantiates a new standard JavaBean instance associated with this DynaClass and return it wrapped in a new WrapDynaBean instance. <strong>NOTE</st
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:312
MethodnewInstance
Instantiate and return a new DynaBean instance, associated with this DynaClass. @return A new <code>DynaBean</code> instance @exception IllegalAccess
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaClass.java:213
MethodnewInstance
<p>Instantiate and return a new DynaBean instance, associated with this DynaClass. <strong>NOTE</strong> - This operation is not supported, and throw
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/JDBCDynaClass.java:128
Methodnext
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:377
Methodnext
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:655
Methodnext
Extract the next property expression from the current expression. @param expression The property expression @return The next property expression
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/Resolver.java:153
Methodnext
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:671
Methodnext
<p>Return the next element in the iteration.</p> @return advance to the new row and return this
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetIterator.java:305
MethodnoNullElements
Assert that an array has no null elements. Note: Does not complain if the array is empty! <pre class="code">Assert.noNullElements(array, "The array mu
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/Assert.java:237
MethodnotEmpty
Assert that an array has elements; that is, it must not be {@code null} and must have at least one element. <pre class="code">Assert.notEmpty(array, "
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/Assert.java:212
MethodnullSafeClassName
Determine the class name for the given object. <p>Returns {@code "null"} if {@code obj} is {@code null}. @param obj the object to introspect (may be {
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:565
MethodnullSafeHashCode
Return as hash code for the given object; typically the value of {@code {@link Object#hashCode()}}. If the object is an array, this method will delega
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:303
MethodonStartup
(Set<Class<?>> classes, ServletContext servletContext)
evergreenframework-mvc/src/main/java/org/evergreen/web/initial/EvergreenContainerInitializer.java:16
MethodparseLocaleString
Parse the given {@code localeString} value into a {@link Locale}. <p>This is the inverse operation of {@link Locale#toString Locale's toString}. @para
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:682
MethodpathEquals
Compare two paths after normalization of them. @param path1 first path for comparison @param path2 second path for comparison @return whether the two
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:670
Methodpeek
Returns the top item off of this stack without removing it. @return the top item on the stack @throws EmptyStackException if the stack is empty
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/ArrayStack.java:93
Methodpopulate
<p>Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.</p> <p>For more details see <code>BeanUtilsBean<
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtils.java:430
Methodproceed
回调处理 @throws Throwable
evergreenframework-aop/src/main/java/org/evergreen/aop/core/InvocationContext.java:26
Methodput
Associate the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced an
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:247
MethodputAll
(Map<? extends K, ? extends List<V>> m)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:461
MethodputAll
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys. @param in the map whose mappings are to be c
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:270
MethodputAll
Copy the contents of a Map to the decorated {@link DynaBean}. @param map The Map of values to copy. @throws UnsupportedOperationException if <code>is
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:278
MethodputAll
(Map m)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:206
MethodputAll
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys. @param in the map whose mappings are to be c
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:268
MethodquoteIfString
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else. @param obj the input Object (e.g. "myString")
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:463
Methodremove
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:381
Methodremove
(Object key)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:457
Methodremove
Remove any mapping for this key, and return any previously mapped value. @param key the key whose mapping is to be removed @return the value removed
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:292
Methodremove
(Object o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:491
Methodremove
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:663
Methodremove
Remove the last property expresson from the current expression. @param expression The property expression @return The new expression value, with firs
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/Resolver.java:163
Methodremove
remove() operation is not supported. @param key The {@link DynaBean}'s property name @return the value removed @throws UnsupportedOperationException
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:296
Methodremove
Remove any existing value for the specified key on the specified mapped property. @param name Name of the property for which a value is to be remove
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaBean.java:267
Methodremove
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class. <strong>NOTE</strong> - T
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaMap.java:409
Methodremove
Remove any existing value for the specified key on the specified mapped property. @param name Name of the property for which a value is to be remove
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaBean.java:428
Methodremove
(Object key)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:209
Methodremove
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class. <strong>NOTE</strong> - T
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaClass.java:261
Methodremove
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class. <strong>NOTE</strong> - T
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/MutableDynaClass.java:113
Methodremove
Remove any mapping for this key, and return any previously mapped value. @param key the key whose mapping is to be removed @return the value removed
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:289
Methodremove
(Object o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:511
Methodremove
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:679
Methodremove
Remove any existing value for the specified key on the specified mapped property. @param name Name of the property for which a value is to be remove
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetIterator.java:197
Methodremove
Remove any existing value for the specified key on the specified mapped property. @param name Name of the property for which a value is to be remove
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaBean.java:235
MethodremoveAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:506
MethodremoveAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:526
MethodremoveAttribute
(String key)
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/ApplicationMapHandler.java:17
MethodremoveAttribute
(String key)
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/RequestMapHandler.java:23
MethodremoveAttribute
(String key)
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/SessionMapHandler.java:17
MethodremoveDuplicateStrings
Remove duplicate Strings from the given array. Also sorts the array, as it uses a TreeSet. @param array the String array @return an array without dupl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:858
MethodretainAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:522
MethodretainAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:541
Methodrollback
()
evergreenframework-dbhelper/src/main/java/org/evergreen/db/helper/SQLExecutor.java:267
Methodrun
()
evergreenframework-mvc/src/main/java/org/evergreen/web/RunnableSupport.java:56
Methodscan
获取指定包下以及子包中所有的类 @param packageName 包名 @return 所有的完整类名
evergreenframework-beans/src/main/java/org/evergreen/beans/utils/ScanUtil.java:28
MethodscanPackage
获取包下以及子包中所有的完整类名 @return 所有的完整类名
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ScanUtil.java:26
Methodsearch
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered t
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/ArrayStack.java:159
Methodservice
核心入口
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionServlet.java:67
Methodset
Set the value of the property with the specified name performing any type conversions if necessary. So this method can accept String values for primit
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertingWrapDynaBean.java:64
Methodset
Set the value of a simple property with the specified name. @param name Name of the property whose value is to be set @param value Value to which thi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaBean.java:296
Methodset
Set the value of a simple property with the specified name. @param name Name of the property whose value is to be set @param value Value to which thi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaMap.java:171
Methodset
Sets the value - a value is provided per (thread) context classloader. This mechanism provides isolation for web apps deployed in the same container.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ContextClassLoaderLocal.java:176
Methodset
<p>Set the element at the specified position.</p> <p>If the position requested is greater than the current size of the List, then the List is auto
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaList.java:384
Methodset
Set the value of a simple property with the specified name. @param name Name of the property whose value is to be set @param value Value to which thi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetIterator.java:218
Methodset
Set the value of a simple property with the specified name. @param name Name of the property whose value is to be set @param value Value to which thi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaBean.java:257
MethodsetAll
Set the given values under. @param values the values.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/MultiValueMap.java:55
MethodsetAll
(Map<K, V> values)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:419
MethodsetAllowedChars
Set the allowed characters to be used for parsing a delimited String. @param allowedChars Characters which are to be considered as part of the tokens
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:201
MethodsetAllowedChars
Set the allowed characters to be used for parsing a delimited String. @param allowedChars Characters which are to be considered as part of the tokens
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ArrayConverter.java:201
← previousnext →1,101–1,200 of 1,303, ranked by callers