Java Doc for LocaleBeanUtilsBean.java in  » Library » Apache-commons-beanutils-1.8.0-BETA-src » org » apache » commons » beanutils » locale » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Library » Apache commons beanutils 1.8.0 BETA src » org.apache.commons.beanutils.locale 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.commons.beanutils.BeanUtilsBean
      org.apache.commons.beanutils.locale.LocaleBeanUtilsBean

LocaleBeanUtilsBean
public class LocaleBeanUtilsBean extends BeanUtilsBean (Code)

Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.


author:
   Craig R. McClanahan
author:
   Ralph Schaer
author:
   Chris Audley
author:
   Rey Francois
author:
   Gregor Rayman
author:
   Yauheny Mikulski
since:
   1.7

Inner Class :protected class Descriptor


Constructor Summary
public  LocaleBeanUtilsBean()
    
public  LocaleBeanUtilsBean(LocaleConvertUtilsBean localeConvertUtils, ConvertUtilsBean convertUtilsBean, PropertyUtilsBean propertyUtilsBean)
    
public  LocaleBeanUtilsBean(LocaleConvertUtilsBean localeConvertUtils)
    

Method Summary
protected  Descriptorcalculate(Object bean, String name)
     Resolve any nested expression to get the actual target property.
protected  Objectconvert(Class type, int index, Object value, String pattern)
     Convert the specified value to the required type using the specified conversion pattern.
protected  Objectconvert(Class type, int index, Object value)
     Convert the specified value to the required type.
protected  ClassdefinePropertyType(Object target, String name, String propName)
     Calculate the property type.
public  booleangetApplyLocalized()
    
public  LocalegetDefaultLocale()
    
public  StringgetIndexedProperty(Object bean, String name, String pattern)
     Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
public  StringgetIndexedProperty(Object bean, String name)
     Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter .
public  StringgetIndexedProperty(Object bean, String name, int index, String pattern)
     Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified conversion pattern.
public  StringgetIndexedProperty(Object bean, String name, int index)
     Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter .
public static  LocaleBeanUtilsBeangetLocaleBeanUtilsInstance()
    
public  LocaleConvertUtilsBeangetLocaleConvertUtils()
    
public  StringgetMappedProperty(Object bean, String name, String key, String pattern)
     Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified conversion pattern.
public  StringgetMappedProperty(Object bean, String name, String key)
    
public  StringgetMappedProperty(Object bean, String name)
     Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter .
public  StringgetMappedPropertyLocale(Object bean, String name, String pattern)
     Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
public  StringgetNestedProperty(Object bean, String name, String pattern)
     Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
public  StringgetNestedProperty(Object bean, String name)
     Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter .
public  StringgetProperty(Object bean, String name, String pattern)
     Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the specified conversion pattern.
public  StringgetProperty(Object bean, String name)
     Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the default conversion pattern of the corresponding LocaleConverter .
public  StringgetSimpleProperty(Object bean, String name, String pattern)
     Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified conversion pattern.
public  StringgetSimpleProperty(Object bean, String name)
     Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding LocaleConverter .
protected  voidinvokeSetter(Object target, String propName, String key, int index, Object newValue)
     Invoke the setter method.
public  voidsetApplyLocalized(boolean newApplyLocalized)
    
public  voidsetDefaultLocale(Locale locale)
     Sets the default Locale.
public static  voidsetInstance(LocaleBeanUtilsBean newInstance)
     Sets the instance which provides the functionality for LocaleBeanUtils .
public  voidsetProperty(Object bean, String name, Object value)
     Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default conversion pattern of the corresponding LocaleConverter .
public  voidsetProperty(Object bean, String name, Object value, String pattern)
     Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified conversion pattern.


Constructor Detail
LocaleBeanUtilsBean
public LocaleBeanUtilsBean()(Code)
Construct instance with standard conversion bean



LocaleBeanUtilsBean
public LocaleBeanUtilsBean(LocaleConvertUtilsBean localeConvertUtils, ConvertUtilsBean convertUtilsBean, PropertyUtilsBean propertyUtilsBean)(Code)
Construct instance that uses given locale conversion
Parameters:
  localeConvertUtils - use this localeConvertUtils to performconversions
Parameters:
  convertUtilsBean - use this for standard conversions
Parameters:
  propertyUtilsBean - use this for property conversions



LocaleBeanUtilsBean
public LocaleBeanUtilsBean(LocaleConvertUtilsBean localeConvertUtils)(Code)
Construct instance that uses given locale conversion
Parameters:
  localeConvertUtils - use this localeConvertUtils to performconversions




Method Detail
calculate
protected Descriptor calculate(Object bean, String name) throws IllegalAccessException, InvocationTargetException(Code)
Resolve any nested expression to get the actual target property.
Parameters:
  bean - The bean
Parameters:
  name - The property name The property's descriptor
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exceptionResolver



convert
protected Object convert(Class type, int index, Object value, String pattern)(Code)
Convert the specified value to the required type using the specified conversion pattern.
Parameters:
  type - The Java type of target property
Parameters:
  index - The indexed subscript value (if any)
Parameters:
  value - The value to be converted
Parameters:
  pattern - The conversion pattern The converted value



convert
protected Object convert(Class type, int index, Object value)(Code)
Convert the specified value to the required type.
Parameters:
  type - The Java type of target property
Parameters:
  index - The indexed subscript value (if any)
Parameters:
  value - The value to be converted The converted value



definePropertyType
protected Class definePropertyType(Object target, String name, String propName) throws IllegalAccessException, InvocationTargetException(Code)
Calculate the property type.
Parameters:
  target - The bean
Parameters:
  name - The property name
Parameters:
  propName - The Simple name of target property The property's type
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception



getApplyLocalized
public boolean getApplyLocalized()(Code)
Is the pattern to be applied localized (Indicate whether the pattern is localized or not) true if pattern is localized,otherwise false



getDefaultLocale
public Locale getDefaultLocale()(Code)
Gets the default Locale the default locale



getIndexedProperty
public String getIndexedProperty(Object bean, String name, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String. The zero-relative index of the required value must be included (in square brackets) as a suffix to the property name, or IllegalArgumentException will be thrown.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - propertyname[index] of the property valueto be extracted
Parameters:
  pattern - The conversion pattern The indexed property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getIndexedProperty
public String getIndexedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter . The zero-relative index of the required value must be included (in square brackets) as a suffix to the property name, or IllegalArgumentException will be thrown.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - propertyname[index] of the property valueto be extracted The indexed property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getIndexedProperty
public String getIndexedProperty(Object bean, String name, int index, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified conversion pattern. The index is specified as a method parameter and must *not* be included in the property name expression
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Simple property name of the property value to be extracted
Parameters:
  index - Index of the property value to be extracted
Parameters:
  pattern - The conversion pattern The indexed property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getIndexedProperty
public String getIndexedProperty(Object bean, String name, int index) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter . The index is specified as a method parameter and must *not* be included in the property name expression
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Simple property name of the property value to be extracted
Parameters:
  index - Index of the property value to be extracted The indexed property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getLocaleBeanUtilsInstance
public static LocaleBeanUtilsBean getLocaleBeanUtilsInstance()(Code)
Gets singleton instance the singleton instance



getLocaleConvertUtils
public LocaleConvertUtilsBean getLocaleConvertUtils()(Code)
Gets the bean instance used for conversions the locale converter bean instance



getMappedProperty
public String getMappedProperty(Object bean, String name, String key, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified conversion pattern. The key is specified as a method parameter and must *not* be included in the property name expression.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Simple property name of the property value to be extracted
Parameters:
  key - Lookup key of the property value to be extracted
Parameters:
  pattern - The conversion pattern The mapped property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getMappedProperty
public String getMappedProperty(Object bean, String name, String key) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String The key is specified as a method parameter and must *not* be included in the property name expression
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Simple property name of the property value to be extracted
Parameters:
  key - Lookup key of the property value to be extracted The mapped property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getMappedProperty
public String getMappedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter . The String-valued key of the required value must be included (in parentheses) as a suffix to the property name, or IllegalArgumentException will be thrown.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - propertyname(index) of the property valueto be extracted The mapped property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getMappedPropertyLocale
public String getMappedPropertyLocale(Object bean, String name, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern. The String-valued key of the required value must be included (in parentheses) as a suffix to the property name, or IllegalArgumentException will be thrown.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - propertyname(index) of the property valueto be extracted
Parameters:
  pattern - The conversion pattern The mapped property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getNestedProperty
public String getNestedProperty(Object bean, String name, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Possibly nested name of the property to be extracted
Parameters:
  pattern - The conversion pattern The nested property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  IllegalArgumentException - if a nested reference to aproperty returns null
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getNestedProperty
public String getNestedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter .
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Possibly nested name of the property to be extracted The nested property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  IllegalArgumentException - if a nested reference to aproperty returns null
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getProperty
public String getProperty(Object bean, String name, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the specified conversion pattern.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Possibly indexed and/or nested name of the propertyto be extracted
Parameters:
  pattern - The conversion pattern The nested property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getProperty
public String getProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the default conversion pattern of the corresponding LocaleConverter .
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Possibly indexed and/or nested name of the propertyto be extracted The property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getSimpleProperty
public String getSimpleProperty(Object bean, String name, String pattern) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified conversion pattern.
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Name of the property to be extracted
Parameters:
  pattern - The conversion pattern The property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



getSimpleProperty
public String getSimpleProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding LocaleConverter .
Parameters:
  bean - Bean whose property is to be extracted
Parameters:
  name - Name of the property to be extracted The property's value, converted to a String
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception
exception:
  NoSuchMethodException - if an accessor method for thispropety cannot be found



invokeSetter
protected void invokeSetter(Object target, String propName, String key, int index, Object newValue) throws IllegalAccessException, InvocationTargetException(Code)
Invoke the setter method.
Parameters:
  target - The bean
Parameters:
  propName - The Simple name of target property
Parameters:
  key - The Mapped key value (if any)
Parameters:
  index - The indexed subscript value (if any)
Parameters:
  newValue - The value to be set
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception



setApplyLocalized
public void setApplyLocalized(boolean newApplyLocalized)(Code)
Sets whether the pattern is applied localized (Indicate whether the pattern is localized or not)
Parameters:
  newApplyLocalized - true if pattern is localized,otherwise false



setDefaultLocale
public void setDefaultLocale(Locale locale)(Code)
Sets the default Locale.
Parameters:
  locale - the default locale



setInstance
public static void setInstance(LocaleBeanUtilsBean newInstance)(Code)
Sets the instance which provides the functionality for LocaleBeanUtils . This is a pseudo-singleton - an single instance is provided per (thread) context classloader. This mechanism provides isolation for web apps deployed in the same container.
Parameters:
  newInstance - a new singleton instance



setProperty
public void setProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException(Code)
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default conversion pattern of the corresponding LocaleConverter .
Parameters:
  bean - Bean on which setting is to be performed
Parameters:
  name - Property name (can be nested/indexed/mapped/combo)
Parameters:
  value - Value to be set
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception



setProperty
public void setProperty(Object bean, String name, Object value, String pattern) throws IllegalAccessException, InvocationTargetException(Code)
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified conversion pattern.
Parameters:
  bean - Bean on which setting is to be performed
Parameters:
  name - Property name (can be nested/indexed/mapped/combo)
Parameters:
  value - Value to be set
Parameters:
  pattern - The conversion pattern
exception:
  IllegalAccessException - if the caller does not haveaccess to the property accessor method
exception:
  InvocationTargetException - if the property accessor methodthrows an exception



Methods inherited from org.apache.commons.beanutils.BeanUtilsBean
public Object cloneBean(Object bean) throws IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
protected Object convert(Object value, Class type)(Code)(Java Doc)
public void copyProperties(Object dest, Object orig) throws IllegalAccessException, InvocationTargetException(Code)(Java Doc)
public void copyProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException(Code)(Java Doc)
public Map describe(Object bean) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public String[] getArrayProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public ConvertUtilsBean getConvertUtils()(Code)(Java Doc)
public String getIndexedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public String getIndexedProperty(Object bean, String name, int index) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public static BeanUtilsBean getInstance()(Code)(Java Doc)
public String getMappedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public String getMappedProperty(Object bean, String name, String key) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public String getNestedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public String getProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public PropertyUtilsBean getPropertyUtils()(Code)(Java Doc)
public String getSimpleProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public boolean initCause(Throwable throwable, Throwable cause)(Code)(Java Doc)
public void populate(Object bean, Map properties) throws IllegalAccessException, InvocationTargetException(Code)(Java Doc)
public static void setInstance(BeanUtilsBean newInstance)(Code)(Java Doc)
public void setProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.