| java.lang.Object com.caucho.es.wrapper.ESIntrospector
ESIntrospector | public class ESIntrospector (Code) | | Analyzes the class from a JavaScript perspective.
Each class Foo searches for its "FooEcmaWrap" to see if there are
any method changes.
|
MASK | final static int MASK(Code) | | |
METHOD | final static int METHOD(Code) | | |
PROPERTY | final static int PROPERTY(Code) | | |
addEcmaWrap | static void addEcmaWrap(ESBeanInfo info, Class cl, int mask) throws IntrospectionException(Code) | | Search for FooEcmaWrap classes.
Parameters: info - the bean info to be filled Parameters: cl - the bean being analyzed Parameters: mask - the replacement mask. |
getBeanInfo | public static ESBeanInfo getBeanInfo(Class cl) throws IntrospectionException(Code) | | Analyzes the class, returning the calculated ESBeanInfo.
Parameters: cl - the class to be analyzed. the analyzed bean info. |
getBeanInfo | static int getBeanInfo(ESBeanInfo info, Class cl)(Code) | | Fills information for a FooBeanInfo class.
Parameters: info - the result information object Parameters: cl - the bean class a mask |
|
|