MCPcopy Create free account

hub / github.com/baiczsy/evergreenframework / functions

Functions1,303 in github.com/baiczsy/evergreenframework

MethodaddAll
(Collection c)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:629
MethodaddAll
(Collection c)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:645
MethodaddCookie
添加cookie
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:388
MethodaddDataHeader
(String name, long value)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/Stream.java:41
MethodaddError
添加验证错误信息
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:115
MethodaddHeader
(String name, String value)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/Stream.java:37
MethodaddIntHeader
(String name, int value)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/Stream.java:45
MethodaddObject
(Object arg)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/XmlMarshaller.java:22
MethodaddObjectToArray
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object. @param array the array
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:180
MethodaddStringToArray
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String. @param array th
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:734
MethodapplyRelativePath
Apply the given relative path to the given path, assuming standard Java folder separation (i.e. "/" separators). @param path the path to start from (u
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:588
MethodarrayToCommaDelimitedString
Convenience method to return a String array as a CSV String. E.g. useful for {@code toString()} implementations. @param arr the array to display @retu
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:1153
MethodbeginTransaction
开启事务
evergreenframework-dbhelper/src/main/java/org/evergreen/db/helper/SQLExecutor.java:245
Methodcapitalize
Capitalize a {@code String}, changing the first letter to upper case as per {@link Character#toUpperCase(char)}. No other letters are changed. @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:493
MethodcaseInsensitiveValueOf
Case insensitive alternative to {@link Enum#valueOf(Class, String)}. @param <E> the concrete Enum type @param enumValues the array of all Enum constan
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:162
Methodclear
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:465
Methodclear
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:479
Methodclear
clear() operation is not supported. @throws UnsupportedOperationException
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:129
Methodclear
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:499
MethodclearDescriptors
Clear any cached property descriptors information for all classes loaded by any class loaders. This is useful in cases where class loaders are thrown
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBean.java:194
MethodclearDescriptors
Clear any cached property descriptors information for all classes loaded by any class loaders. This is useful in cases where class loaders are thrown
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtils.java:151
Methodclone
Return a shallow copy of this <code>FastHashMap</code> instance. The keys and values themselves are not copied. @return a clone of this map
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:420
MethodcloneBean
<p>Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.</p> <p>For more deta
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtils.java:106
MethodcloneBean
<p>Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.</p> <p> <strong>Note
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean.java:173
MethodcollectionToCommaDelimitedString
Convenience method to return a Collection as a CSV String. E.g. useful for {@code toString()} implementations. @param coll the Collection to display @
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:1119
Methodcombine
Combines two patterns into a new pattern that is returned. <p>The full algorithm used for combining the two pattern depends on the underlying implemen
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/PathMatcher.java:125
Methodcombine
Combines two patterns into a new pattern that is returned. <p>This implementation simply concatenates the two patterns, unless the first pattern conta
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/AntPathMatcher.java:310
MethodcommaDelimitedListToSet
Convenience method to convert a CSV string list to a set. Note that this will suppress duplicates. @param str the input String @return a Set of String
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:1069
Methodcommit
提交事务
evergreenframework-dbhelper/src/main/java/org/evergreen/db/helper/SQLExecutor.java:257
Methodcompare
(String pattern1, String pattern2)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/AntPathMatcher.java:403
Methodcomplete
()
evergreenframework-mvc/src/main/java/org/evergreen/web/RunnableSupport.java:35
MethodconcatenateStringArrays
Concatenate the given String arrays into one, with overlapping array elements included twice. <p>The order of elements in the original arrays is prese
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:752
Methodcontains
Check whether the given Iterator contains the given element. @param iterator the Iterator to check @param element the element to look for @return {@co
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:126
Methodcontains
(Object o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:559
Methodcontains
Does the specified mapped property contain a value for the specified key value? @param name Name of the property to check @param key Name of the key
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaBean.java:117
Methodcontains
Does the specified mapped property contain a value for the specified key value? @param name Name of the property to check @param key Name of the key
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaBean.java:260
Methodcontains
(Object o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:577
Methodcontains
Does the specified mapped property contain a value for the specified key value? @param name Name of the property to check @param key Name of the key
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetIterator.java:96
Methodcontains
Does the specified mapped property contain a value for the specified key value? @param name Name of the property to check @param key Name of the key
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaBean.java:100
MethodcontainsAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:569
MethodcontainsAll
(Collection o)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:587
MethodcontainsAny
Return {@code true} if any element in '{@code candidates}' is contained in '{@code source}'; otherwise returns {@code false}. @param source the source
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:182
MethodcontainsConstant
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match. @param enumValues the
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:132
MethodcontainsElement
Check whether the given array contains the given element. @param array the array to check (may be {@code null}, in which case the return value will al
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:113
MethodcontainsInstance
Check whether the given Collection contains the given element instance. <p>Enforces the given instance to be present, rather than returning {@code tru
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:164
MethodcontainsKey
(Object key)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:441
MethodcontainsKey
Indicate whether the {@link DynaBean} contains a specified value for one (or more) of its properties. @param key The {@link DynaBean}'s property name
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:141
MethodcontainsValue
(Object value)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:445
MethodcontainsValue
Return <code>true</code> if this map contains one or more keys mapping to the specified value. @param value the value to be searched for @return tru
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:223
MethodcontainsValue
Indicates whether the decorated {@link DynaBean} contains a specified value. @param value The value to check for. @return <code>true</code> if one of
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:156
MethodcontainsValue
(Object value)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:182
MethodcontainsValue
Return <code>true</code> if this map contains one or more keys mapping to the specified value. @param value the value to be searched for @return tru
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:222
MethodcontainsWhitespace
Check whether the given CharSequence contains any whitespace characters. @param str the CharSequence to check (may be {@code null}) @return {@code tru
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:164
MethodcontextDestroyed
关闭容器
evergreenframework-plugin/src/main/java/org/evergreen/plugin/ApplicationContextListener.java:28
MethodcontextInitialized
初始化容器
evergreenframework-plugin/src/main/java/org/evergreen/plugin/ApplicationContextListener.java:18
Methodconvert
Convert the specified input object into an output object of the specified type. <p> If the value is already of type String[] then it is simply returne
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/StringArrayConverter.java:124
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ByteArrayConverter.java:93
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/CharacterArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/IntegerArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DoubleArrayConverter.java:93
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ShortArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/LongArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/FloatArrayConverter.java:94
Methodconvert
Convert the input object into an output object of the specified type by delegating to the underlying {@link Converter} implementation. @param type Da
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ConverterFacade.java:59
Methodconvert
Convert the specified input object into an output object of type array-of-boolean. <p>If the input value is null, then the default value specified in
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/BooleanArrayConverter.java:183
Methodconvert
Convert the specified input object into an output object of the specified type. This method must be implemented by a concrete subclass. @param type
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/AbstractArrayConverter.java:135
Methodconvert
<p>Convert the value to an object of the specified class (if possible).</p> @param value Value to be converted (may be null) @param type Class of the
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean2.java:72
Methodconvert
Delegates to the new {@link ConvertUtilsBean#convert(Object, Class)} method. @param value Value to be converted (may be null) @return The converted S
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean2.java:43
Methodconvert
Convert the specified input object into an output object of the specified type. <p> If the value is already of type String[] then it is simply returne
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/StringArrayConverter.java:124
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ByteArrayConverter.java:93
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/CharacterArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/IntegerArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DoubleArrayConverter.java:93
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ShortArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/LongArrayConverter.java:94
Methodconvert
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/FloatArrayConverter.java:94
Methodconvert
Convert the input object into an output object of the specified type by delegating to the underlying {@link Converter} implementation. @param type Da
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ConverterFacade.java:59
Methodconvert
Convert the specified input object into an output object of type array-of-boolean. <p>If the input value is null, then the default value specified in
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/BooleanArrayConverter.java:183
Methodconvert
Convert the specified input object into an output object of the specified type. This method must be implemented by a concrete subclass. @param type
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/AbstractArrayConverter.java:135
MethodconvertArray
Returns the value unchanged. @param value The value to convert @return The value unchanged
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:321
MethodconvertArray
Returns the value unchanged. @param value The value to convert @return The value unchanged
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ArrayConverter.java:321
MethodconvertToString
<p>Convert a java.lang.Class or object into a String.</p> @param value The input value to be converted @return the converted String value. @since 1.8
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ClassConverter.java:73
MethodconvertToString
<p>Convert a java.lang.Class or object into a String.</p> @param value The input value to be converted @return the converted String value. @since 1.8
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/CharacterConverter.java:69
MethodconvertToString
Handles conversion to a String. @param value The value to be converted. @return the converted String value. @throws Throwable if an error occurs conv
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:234
MethodconvertToString
Convert an input Date/Calendar object into a String. <p> <b>N.B.</b>If the converter has been configured to with one or more patterns (using <code>set
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DateTimeConverter.java:223
MethodconvertToString
Convert an input Number object into a String. @param value The input value to be converted @return the converted String value. @throws Throwable if a
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/NumberConverter.java:202
MethodconvertToString
<p>Convert a java.lang.Class or object into a String.</p> @param value The input value to be converted @return the converted String value. @since 1.8
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ClassConverter.java:73
MethodconvertToString
<p>Convert a java.lang.Class or object into a String.</p> @param value The input value to be converted @return the converted String value. @since 1.8
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/CharacterConverter.java:69
MethodconvertToString
Handles conversion to a String. @param value The value to be converted. @return the converted String value. @throws Throwable if an error occurs conv
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ArrayConverter.java:234
MethodconvertToString
Convert an input Date/Calendar object into a String. <p> <b>N.B.</b>If the converter has been configured to with one or more patterns (using <code>set
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DateTimeConverter.java:223
MethodconvertToString
Convert an input Number object into a String. @param value The input value to be converted @return the converted String value. @throws Throwable if a
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/NumberConverter.java:202
MethodconvertToType
<p>Convert the input object into a java.lang.Class.</p> @param type Data type to which this value should be converted. @param value The input value t
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ClassConverter.java:86
MethodconvertToType
<p>Convert the input object into a java.lang.Character.</p> @param type Data type to which this value should be converted. @param value The input val
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/CharacterConverter.java:83
MethodconvertToType
Convert the specified input object into an output object of the specified type. @param type is the type to which this value should be converted. In t
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/BooleanConverter.java:203
MethodconvertToType
Convert the specified input object into an output object of the specified type. @param type Data type to which this value should be converted. @param
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/StringConverter.java:88
MethodconvertToType
Handles conversion to an array of the specified type. @param type The type to which this value should be converted. @param value The input value to b
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:280
MethodconvertToType
Convert the input object into a Date object of the specified type. <p> This method handles conversions between the following types: <ul> <li><code
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DateTimeConverter.java:285
MethodconvertToType
Convert the input object into a Number object of the specified type. @param targetType Data type to which this value should be converted. @param valu
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/NumberConverter.java:232
MethodconvertToType
<p>Convert the input object into a java.io.File.</p> @param type Data type to which this value should be converted. @param value The input value to b
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/FileConverter.java:73
MethodconvertToType
<p>Convert a java.net.URL or object into a String.</p> @param type Data type to which this value should be converted. @param value The input value to
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/URLConverter.java:72
← previousnext →701–800 of 1,303, ranked by callers