| java.lang.Object com.caucho.es.wrapper.ESBeanInfo
ESBeanInfo | public class ESBeanInfo (Code) | | Full analyzed information on the class as a JavaScript object.
|
Method Summary | |
void | addField(Field field) | void | addIndexedProp(String name, ESMethodDescriptor getter, ESMethodDescriptor setter, ESMethodDescriptor size, boolean overwrite) | void | addIndexedProp(String name, ESMethodDescriptor getter, ESMethodDescriptor setter, ESMethodDescriptor size) | void | addMethod(MethodDescriptor oldMd, boolean overwrite) Adds a new method to the bean info, changing the overwrite property.
Parameters: oldMd - the old method descriptor. | void | addMethod(ESMethodDescriptor md) Adds a new method to the bean info. | void | addMethods(ESBeanInfo info) | void | addNamedProp(String name, ESMethodDescriptor getter, ESMethodDescriptor setter, ESMethodDescriptor remover, ESMethodDescriptor iterator, boolean overwrite) | void | addNamedProp(String name, ESMethodDescriptor getter, ESMethodDescriptor setter, ESMethodDescriptor remover, ESMethodDescriptor iterator) | void | addNonPkgClass(String name) | void | addProp(String name, Field field, ESMethodDescriptor getter, ESMethodDescriptor setter, boolean overwrite) | void | addProp(String name, Field field, ESMethodDescriptor getter, ESMethodDescriptor setter) | void | addProps(ESBeanInfo info) | ESMethodDescriptor | createMethodDescriptor(Method method, boolean overwrite) Create a new method descriptor. | public ArrayList | getConstructors() | public ArrayList<Method> | getMethods(String name) Returns the methods matching the given name. | ArrayList | getNonPkgClasses() | public PropertyDescriptor[] | getPropertyDescriptors() Return the property descriptors for the bean. | public ArrayList<Method> | getStaticMethods(String name) Returns the static methods matching the given name. |
addMethod | void addMethod(MethodDescriptor oldMd, boolean overwrite) throws IntrospectionException(Code) | | Adds a new method to the bean info, changing the overwrite property.
Parameters: oldMd - the old method descriptor. boolean true if overwritable. |
getPropertyDescriptors | public PropertyDescriptor[] getPropertyDescriptors()(Code) | | Return the property descriptors for the bean.
|
|
|