Home
last modified time | relevance | path

Searched refs:ctorParams (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/qa/integration/extensions/
H A DComponentFactory.java54 Class ctorParams[] = ctors[i].getParameterTypes(); in ComponentFactory() local
55 if ( ( ctorParams.length == 1 ) && ( ctorParams[0].equals( XComponentContext.class ) ) ) in ComponentFactory()
57 if ( ( ctorParams.length == 2 ) in ComponentFactory()
58 && ( ctorParams[0].equals( XComponentContext.class ) ) in ComponentFactory()
59 && ( ctorParams[1].equals( objectArrayClass ) ) in ComponentFactory()