MCPcopy Create free account

hub / github.com/baiczsy/evergreenframework / functions

Functions1,303 in github.com/baiczsy/evergreenframework

MethodgetContentType
获取请求类型 @return
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:298
MethodgetContentType
获取文件类型 @return
evergreenframework-mvc/src/main/java/org/evergreen/web/MultipartFile.java:32
MethodgetDebug
The <code>debug</code> static property is no longer used @return debug property @deprecated BeanUtils now uses commons-logging for all log messages.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtils.java:69
MethodgetDebug
The <code>debug</code> static property is no longer used @return debug property @deprecated The <code>debug</code> static property is no longer used
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtils.java:126
MethodgetDefaultBoolean
Gets the default value for Boolean conversions. @return The default Boolean value @deprecated Register replacement converters for Boolean.TYPE and Bo
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:183
MethodgetDefaultBoolean
Gets the default value for Boolean conversions. @return The default Boolean value @deprecated Register replacement converters for Boolean.TYPE and Bo
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:46
MethodgetDefaultByte
Gets the default value for Byte conversions. @return The default Byte value @deprecated Register replacement converters for Byte.TYPE and Byte.class
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:213
MethodgetDefaultByte
Gets the default value for Byte conversions. @return The default Byte value @deprecated Register replacement converters for Byte.TYPE and Byte.class
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:67
MethodgetDefaultCharacter
Gets the default value for Character conversions. @return The default Character value @deprecated Register replacement converters for Character.TYPE a
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:243
MethodgetDefaultCharacter
Gets the default value for Character conversions. @return The default Character value @deprecated Register replacement converters for Character.TYPE a
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:88
MethodgetDefaultDouble
Gets the default value for Double conversions. @return The default Double value @deprecated Register replacement converters for Double.TYPE and Doubl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:275
MethodgetDefaultDouble
Gets the default value for Double conversions. @return The default Double value @deprecated Register replacement converters for Double.TYPE and Doubl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:109
MethodgetDefaultFloat
Gets the default value for Float conversions. @return The default Float value @deprecated Register replacement converters for Float.TYPE and Float.cl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:305
MethodgetDefaultFloat
Get the default value for Float conversions. @return The default Float value @deprecated Register replacement converters for Float.TYPE and Float.cla
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:130
MethodgetDefaultInteger
Gets the default value for Integer conversions. @return The default Integer value @deprecated Register replacement converters for Integer.TYPE and In
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:335
MethodgetDefaultInteger
Gets the default value for Integer conversions. @return The default Integer value @deprecated Register replacement converters for Integer.TYPE and In
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:151
MethodgetDefaultLong
Gets the default value for Long conversions. @return The default Long value @deprecated Register replacement converters for Long.TYPE and Long.class
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:365
MethodgetDefaultLong
Gets the default value for Long conversions. @return The default Long value @deprecated Register replacement converters for Long.TYPE and Long.class
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:172
MethodgetDefaultShort
Gets the default value for Short conversions. @return The default Short value @deprecated Register replacement converters for Short.TYPE and Short.cl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtilsBean.java:395
MethodgetDefaultShort
Gets the default value for Short conversions. @return The default Short value @deprecated Register replacement converters for Short.TYPE and Short.cl
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/ConvertUtils.java:193
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/BigIntegerConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/SqlDateConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ClassConverter.java:62
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/CharacterConverter.java:58
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DateConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/BooleanConverter.java:180
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/StringConverter.java:74
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ArrayConverter.java:223
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ByteConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DoubleConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/ShortConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/LongConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/CalendarConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/FileConverter.java:60
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/BigDecimalConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/URLConverter.java:59
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/IntegerConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/SqlTimestampConverter.java:68
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/FloatConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/SqlTimeConverter.java:68
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/BigIntegerConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/SqlDateConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ClassConverter.java:62
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/CharacterConverter.java:58
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DateConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/BooleanConverter.java:180
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/StringConverter.java:74
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ArrayConverter.java:223
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ByteConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DoubleConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/ShortConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/LongConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles.
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/CalendarConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/FileConverter.java:60
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/BigDecimalConverter.java:65
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/URLConverter.java:59
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/IntegerConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/SqlTimestampConverter.java:68
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/FloatConverter.java:63
MethodgetDefaultType
Return the default type this <code>Converter</code> handles. @return The default type this <code>Converter</code> handles. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/SqlTimeConverter.java:68
MethodgetDisplayString
Return a content-based String representation if {@code obj} is not {@code null}; otherwise returns an empty String. <p>Differs from {@link #nullSafeTo
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/ObjectUtils.java:552
MethodgetDynaBeanClass
Return the Class object we will use to create new instances in the <code>newInstance()</code> method. This Class <strong>MUST</strong> implement the
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaClass.java:241
MethodgetDynaClass
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/ResultSetIterator.java:179
MethodgetDynaProperties
<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/WrapDynaClass.java:280
MethodgetDynaProperties
<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/BasicDynaClass.java:195
MethodgetDynaProperties
<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/JDBCDynaClass.java:111
MethodgetDynaProperty
<p>Return a property descriptor for the specified property.</p> <p>If the property is not found and the <code>returnNull</code> indicator is <code
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaMap.java:217
MethodgetDynaProperty
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/WrapDynaClass.java:258
MethodgetDynaProperty
<p>Return a property descriptor for the specified property.</p> <p>If the property is not found and the <code>returnNull</code> indicator is <code
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaClass.java:316
MethodgetDynaProperty
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/BasicDynaClass.java:173
MethodgetDynaProperty
Return the property descriptor for the specified property name. @param name Name of the property for which to retrieve the descriptor @return The des
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/WrapDynaBean.java:369
MethodgetFileName
获取文件名 @return
evergreenframework-mvc/src/main/java/org/evergreen/web/MultipartFile.java:38
MethodgetFilename
Extract the filename from the given path, e.g. "mypath/myfile.txt" -> "myfile.txt". @param path the file path (may be {@code null}) @return the extrac
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:529
MethodgetFilenameExtension
Extract the filename extension from the given path, e.g. "mypath/myfile.txt" -> "txt". @param path the file path (may be {@code null}) @return the ext
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/StringUtils.java:543
MethodgetFirst
Return the first value for the given key. @param key the key @return the first value for the specified key, or {@code null}
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/MultiValueMap.java:35
MethodgetFirst
(K key)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/CollectionUtils.java:408
MethodgetFormat
Return a <code>DateFormat<code> for the Locale. @param locale TODO @param timeZone TODO @return The DateFormat. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/SqlTimestampConverter.java:80
MethodgetFormat
Return a <code>DateFormat<code> for the Locale. @param locale TODO @param timeZone TODO @return The DateFormat. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/SqlTimeConverter.java:80
MethodgetFormat
Return a <code>DateFormat<code> for the Locale. @param locale TODO @param timeZone TODO @return The DateFormat. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/SqlTimestampConverter.java:80
MethodgetFormat
Return a <code>DateFormat<code> for the Locale. @param locale TODO @param timeZone TODO @return The DateFormat. @since 1.8.0
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/SqlTimeConverter.java:80
MethodgetHeaders
(String arg0)
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:271
MethodgetIndex
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/expression/Resolver.java:100
MethodgetIndex
Return the index value from the property expression or -1. @param expression The property expression @return The index value or -1 if the property is
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/DefaultResolver.java:79
MethodgetIndex
Return the index value from the property expression or -1. @param expression The property expression @return The index value or -1 if the property is
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/DefaultResolver.java:79
MethodgetIndexedProperty
<p>Return the value of the specified indexed property of the specified bean, as a String.</p> <p>For more details see <code>BeanUtilsBean</code>.</p>
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtils.java:234
MethodgetIndexedProperty
Return the value of the specified indexed property of the specified bean, as a String. The zero-relative index of the required value must be included
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BeanUtilsBean.java:599
MethodgetIndexedProperty
(Object bean, String name, int index)
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/PropertyUtilsBeanFirm.java:34
MethodgetInputStream
获取Request的输入流 @return @throws IOException
evergreenframework-mvc/src/main/java/org/evergreen/web/ActionContext.java:344
MethodgetInputStream
获取输入流
evergreenframework-mvc/src/main/java/org/evergreen/web/MultipartFile.java:43
MethodgetInputStream
()
evergreenframework-mvc/src/main/java/org/evergreen/web/upload/ServletPartFile.java:36
MethodgetKey
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/expression/Resolver.java:109
MethodgetKey
Return the map key from the property expression or <code>null</code>. @param expression The property expression @return The index value @throws Illeg
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/expression/DefaultResolver.java:116
MethodgetKey
()
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/DynaBeanMapDecorator.java:383
MethodgetKey
Return the map key from the property expression or <code>null</code>. @param expression The property expression @return The index value @throws Illeg
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/expression/DefaultResolver.java:116
MethodgetKey
()
evergreenframework-mvc/src/main/java/org/evergreen/web/view/tags/I18nTag.java:18
MethodgetLocale
Return the Locale for the <i>Converter</i> (or <code>null</code> if none specified). @return The locale to use for conversion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/converters/DateTimeConverter.java:149
MethodgetLocale
Return the Locale for the <i>Converter</i> (or <code>null</code> if none specified). @return The locale to use for conversion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/DateTimeConverter.java:149
MethodgetLocale
Return the Locale for the <i>Converter</i> (or <code>null</code> if none specified). @return The locale to use for conversion
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/converters/NumberConverter.java:179
MethodgetMap
Return a Map representation of this DynaBean. </p> This, for example, could be used in JSTL in the following way to access a DynaBean's <code>fooPrope
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/BasicDynaBean.java:92
MethodgetMap
Return a Map representation of this DynaBean. </p> This, for example, could be used in JSTL in the following way to access a DynaBean's <code>fooPrope
evergreenframework-mvc/src/main/java/org/evergreen/web/utils/beanutils/LazyDynaBean.java:205
← previousnext →901–1,000 of 1,303, ranked by callers