MCPcopy Create free account

hub / github.com/baiczsy/evergreenframework / functions

Functions1,303 in github.com/baiczsy/evergreenframework

↓ 141 callersMethodgetName
Return the name of this DynaClass (analogous to the <code>getName()</code> method of <code>java.lang.Class</code), which allows the same <code>DynaCla
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaClass.java:49
↓ 125 callersMethodequals
Compare the specified object with this list for equality. This implementation uses exactly the code that is used to define the list equals function i
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:334
↓ 97 callersMethodget
Return the value of a simple property with the specified name. @param name Name of the property whose value is to be retrieved @return The property's
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBean.java:61
↓ 66 callersMethodget
Gets the next object from the buffer without removing it. @return the next object in the buffer, which is not removed @throws BufferUnderflowExceptio
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/Buffer.java:68
↓ 57 callersMethodlog
Accessor method for Log instance. <p> The Log instance variable is transient and accessing it through this method ensures it is re-initialized when th
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/AbstractConverter.java:391
↓ 57 callersMethodlog
Accessor method for Log instance. <p> The Log instance variable is transient and accessing it through this method ensures it is re-initialized when th
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/AbstractConverter.java:391
↓ 56 callersMethodequals
Checks this instance against the specified Object for equality. Overrides the default refererence test for equality provided by {@link java.lang.Objec
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaProperty.java:212
↓ 49 callersMethodnext
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/beanutils/expression/Resolver.java:153
↓ 48 callersMethodadd
Add a new dynamic property with no restrictions on data type, readability, or writeability. @param name Name of the new dynamic property @exception
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/MutableDynaClass.java:51
↓ 46 callersMethodisArray
Determine whether the given object is an array: either an Object array or a primitive array. @param obj the object to check
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:93
↓ 46 callersMethodnewInstance
Instantiate and return a new DynaBean instance, associated with this DynaClass. @return A new <code>DynaBean</code> instance @exception IllegalAcces
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaClass.java:91
↓ 46 callersMethodregister
Register the provided converters with the specified defaults. @param throwException <code>true</code> if the converters should throw an exception whe
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:601
↓ 43 callersMethodsize
<p>Return the size of an indexed or mapped property.</p> @param name Name of the property @return The indexed or mapped property size @exception Ille
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaBean.java:220
↓ 42 callersMethodtoString
Provide a String representation of this array converter. @return A String representation of this array converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:390
↓ 42 callersMethodtoString
Return a String representation of this Object. @return a String representation of the dyna property
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaProperty.java:249
↓ 42 callersMethodtoString
Provide a String representation of this array converter. @return A String representation of this array converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ArrayConverter.java:390
↓ 40 callersMethodconvert
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/Converter.java:55
↓ 30 callersMethodget
从contextMap中获取相应的信息,如原生的HttpServletRequest
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:87
↓ 30 callersMethodgetDynaProperty
Return a property descriptor for the specified property, if it exists; otherwise, return <code>null</code>. @param name Name of the dynamic property
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaClass.java:62
↓ 30 callersMethodgetInstance
Return the PropertyUtils bean instance. @return The PropertyUtils bean instance
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBean.java:116
↓ 30 callersMethodsize
Return the number of key-value mappings in this map. @return the current size of the map
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:174
↓ 28 callersMethodgetPropertyUtils
Gets the <code>PropertyUtilsBean</code> instance used to access properties. @return The ConvertUtils bean instance
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean.java:1042
↓ 27 callersMethodadd
Add the given single value to the current list of values for the given key. @param key the key @param value the value to be added
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/MultiValueMap.java:42
↓ 27 callersMethodput
(Object key, Object value)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:203
↓ 27 callersMethodregisterArrayConverter
Register a new ArrayConverter with the specified element delegate converter that returns a default array of the specified size in the event of convers
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:772
↓ 26 callersMethodgetDynaClass
Return the <code>DynaClass</code> instance that describes the set of properties available for this DynaBean. @return The associated DynaClass
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBean.java:105
↓ 26 callersMethodgetMessage
(Object param, ConstraintViolation<Object> constraintViolation)
evergreenframework-mvc/src/main/java/org/evergreen/web/params/validate/HibernateBeanValidate.java:72
↓ 26 callersMethodgetParamType
()
evergreenframework-mvc/src/main/java/org/evergreen/web/params/ParamInfo.java:32
↓ 25 callersMethodgetInstance
Get singleton instance @return The singleton instance
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:141
↓ 24 callersMethodtoString
Provide a String representation of this number converter. @return A String representation of this number converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/NumberConverter.java:471
↓ 24 callersMethodtoString
Provide a String representation of this number converter. @return A String representation of this number converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/NumberConverter.java:471
↓ 23 callersMethodget
(Map map)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:475
↓ 23 callersMethodget
(Map map)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:495
↓ 22 callersMethodclose
关闭结果集 @param rs
evergreenframework-dbhelper/src/main/java/org/evergreen/db/helper/SQLExecutor.java:282
↓ 21 callersMethodgetKey
Extract the map key from the property expression or <code>null</code>. @param expression The property expression @return The index value @throws Ille
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/Resolver.java:109
↓ 21 callersMethodgetProperty
Return the property name from the property expression. @param expression The property expression @return The property name
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/Resolver.java:117
↓ 21 callersMethodset
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/DynaBean.java:135
↓ 20 callersMethodequals
Checks for equality. @param obj object to be tested for equality @return true, if the object describes the same Method.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/MethodUtils.java:1338
↓ 20 callersMethodput
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/collections/FastHashMap.java:248
↓ 19 callersMethodgetConvertUtils
Gets the <code>ConvertUtilsBean</code> instance used to perform the conversions. @return The ConvertUtils bean instance
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean.java:1033
↓ 18 callersMethodgetRequest
()
evergreenframework-mvc/src/main/java/org/evergreen/web/params/converter/ParamsConvertHandler.java:14
↓ 18 callersMethodgetResponse
()
evergreenframework-mvc/src/main/java/org/evergreen/web/ViewResult.java:15
↓ 18 callersMethodhasLength
Check that the given CharSequence is neither {@code null} nor of length 0. Note: Will return {@code true} for a CharSequence that purely consists of w
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:100
↓ 18 callersMethodinvoke
(ActionMapper mapper)
evergreenframework-mvc/src/main/java/org/evergreen/web/HandlerInvoker.java:11
↓ 18 callersMethodremove
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/DynaBean.java:119
↓ 17 callersMethodgetDynaClassesMap
Get the wrap dyna classes cache
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:135
↓ 17 callersMethodgetInstance
Gets the instance which provides the functionality for {@link BeanUtils}. This is a pseudo-singleton - an single instance is provided per (thread) con
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean.java:79
↓ 17 callersMethodgetInstance
Gets the bean instance wrapped by this DynaBean. For most common use cases, this object should already be known and this method safely be ignored. But
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaBean.java:352
↓ 17 callersMethodgetType
<p>Gets the Java class representing the data type of the underlying property values.</p> <p>There are issues with serializing primitive class types o
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaProperty.java:142
↓ 17 callersMethoditerator
<p>Return an <code>Iterator</code> of {@link DynaBean} instances for each row of the wrapped <code>ResultSet</code>, in "forward" order. Unless the un
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetDynaClass.java:194
↓ 16 callersMethodgetValue
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:386
↓ 15 callersMethodgetAccessibleMethod
<p>Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter. If no such method can be fou
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/MethodUtils.java:694
↓ 14 callersMethodhasNext
<p>Return <code>true</code> if the iteration has more elements.</p> @return <code>true</code> if the result set has another row, otherwise <code>fals
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ResultSetIterator.java:288
↓ 14 callersMethodisEmpty
Determine whether the given array is empty: i.e. {@code null} or of zero length. @param array the array to check
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:102
↓ 12 callersMethodgetAttribute
(String key)
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/ScopeHandler.java:38
↓ 12 callersMethodgetContext
获取当前线程绑定的ActionContext @return
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:96
↓ 12 callersMethodisEmpty
Return {@code true} if the supplied Collection is {@code null} or empty. Otherwise, return {@code false}. @param collection the Collection to check @r
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:50
↓ 12 callersMethodisMapped
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/Resolver.java:144
↓ 12 callersMethodtoString
Provide a String representation of this date/time converter. @return A String representation of this date/time converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DateTimeConverter.java:580
↓ 12 callersMethodtoString
Provide a String representation of this date/time converter. @return A String representation of this date/time converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DateTimeConverter.java:580
↓ 11 callersMethodgetMethod
获取当前调用的方法
evergreenframework-aop/src/main/java/org/evergreen/aop/core/InvocationContext.java:20
↓ 11 callersMethodinvokeMethod
This just catches and wraps IllegalArgumentException.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBean.java:2194
↓ 10 callersMethodgetObject
Get a column value from a {@link ResultSet} for the specified name. @param resultSet The result set @param name The property name @return The value @
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/JDBCDynaClass.java:268
↓ 10 callersMethodgetPropertyDescriptor
<p>Retrieve the property descriptor for the specified property of the specified bean, or return <code>null</code> if there is no such descriptor. Thi
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBean.java:880
↓ 10 callersMethodhasNested
Indicates whether or not the expression contains nested property expressions or not. @param expression The property expression @return The next prope
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/Resolver.java:126
↓ 10 callersMethodisIndexed
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/Resolver.java:135
↓ 9 callersMethodgetDynaBean
Provide access to the underlying {@link DynaBean} this Map decorates. @return the decorated {@link DynaBean}.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:334
↓ 9 callersMethodgetDynaProperties
<p>Return an array of <code>ProperyDescriptors</code> for the properties currently defined in this DynaClass. If no properties are defined, a zero-le
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaClass.java:76
↓ 9 callersMethodgetLocalRequest
()
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/ScopeHandler.java:19
↓ 9 callersMethodgetSession
获取会话代理 @return
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:72
↓ 9 callersMethoditerator
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:633
↓ 9 callersMethodloadClass
<p>Loads and returns the <code>Class</code> of the given name. By default, a load from the thread context class loader is attempted. If there is no su
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/JDBCDynaClass.java:155
↓ 9 callersMethodparseElements
<p>Parse an incoming String of the form similar to an array initializer in the Java language into a <code>List</code> individual Strings for each elem
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/AbstractArrayConverter.java:162
↓ 9 callersMethodparseElements
<p>Parse an incoming String of the form similar to an array initializer in the Java language into a <code>List</code> individual Strings for each elem
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/AbstractArrayConverter.java:162
↓ 9 callersMethodsetAttribute
(String key, Object value)
evergreenframework-mvc/src/main/java/org/evergreen/web/scope/ScopeHandler.java:36
↓ 9 callersMethodtoString
Provide a String representation of this converter. @return A String representation of this converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/AbstractConverter.java:375
↓ 9 callersMethodtoString
Provide a String representation of this converter. @return A String representation of this converter
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/AbstractConverter.java:375
↓ 8 callersMethodcontains
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/DynaBean.java:49
↓ 8 callersMethodcontainsKey
(Object key)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaClass.java:179
↓ 8 callersMethodget
<p>Return 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 a
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaList.java:365
↓ 8 callersMethodgetBeanClass
()
evergreenframework-beans/src/main/java/org/evergreen/beans/factory/BeanDefinition.java:49
↓ 8 callersMethodgetIndex
Extract the index value from the property expression or -1. @param expression The property expression @return The index value or -1 if the property i
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/Resolver.java:100
↓ 8 callersMethodgetReadMethod
<p>Return an accessible property getter method for this property, if there is one; otherwise return <code>null</code>.</p> <p><strong>FIXME</strong>
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBean.java:1241
↓ 8 callersMethodkeySet
Return a set view of the keys contained in this map. @return the set of the Map's keys
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:452
↓ 8 callersMethodlookup
Look up and return any registered {@link Converter} for the specified destination class; if there is no registered Converter, return <code>null</code>
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:810
↓ 8 callersMethodremove
Gets and removes the next object from the buffer. @return the next object in the buffer, which is also removed @throws BufferUnderflowException if th
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/Buffer.java:60
↓ 7 callersMethodcontainsKey
Return <code>true</code> if this map contains a mapping for the specified key. @param key the key to be searched for @return true if the map contain
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:206
↓ 7 callersMethodconvert
<p>Convert the specified value into a String.</p> <p>For more details see <code>ConvertUtilsBean</code>.</p> @param value Value to be converted (may
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:220
↓ 7 callersMethodcreateMap
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:464
↓ 7 callersMethodgetMethod
Find a method on a class with a specified number of parameters.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/MappedPropertyDescriptor.java:384
↓ 7 callersMethodhasText
Check whether the given CharSequence has actual text. More specifically, returns {@code true} if the string not {@code null}, its length is greater th
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:131
↓ 7 callersMethodreplace
Replace all occurences of a substring within a string with another string. @param inString String to examine @param oldPattern String to replace @para
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:390
↓ 7 callersMethodsetContentType
(String contentType)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/Stream.java:29
↓ 7 callersMethodwrite
(String stringXml)
evergreenframework-mvc/src/main/java/org/evergreen/web/view/XmlMarshaller.java:32
↓ 6 callersMethodclone
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/collections/FastHashMap.java:423
↓ 6 callersMethodcloneMap
(Map map)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:480
↓ 6 callersMethodentrySet
Return a collection view of the mappings contained in this map. Each element in the returned collection is a <code>Map.Entry</code>. @return the set
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/collections/FastHashMap.java:444
↓ 6 callersMethodentrySet
Return a collection view of the mappings contained in this map. Each element in the returned collection is a <code>Map.Entry</code>. @return the set
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WeakFastHashMap.java:441
↓ 6 callersMethodgetDynaProperties
Convenience method to retrieve the {@link DynaProperty}s for this {@link DynaClass}. @return The an array of the {@link DynaProperty}s.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:346
↓ 6 callersMethodgetMap
Return the underlying Map backing this <code>DynaBean</code> @return the underlying Map @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaMap.java:159
next →1–100 of 1,303, ranked by callers