|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath.ri.model.beans
Class TestBeanFactory

java.lang.Objectorg.apache.commons.jxpath.AbstractFactory
org.apache.commons.jxpath.ri.model.beans.TestBeanFactory
- public class TestBeanFactory
- extends org.apache.commons.jxpath.AbstractFactory
Test AbstractFactory.
- Version:
- $Revision: 1.8 $ $Date: 2004/02/29 14:17:43 $
| Constructor Summary | |
TestBeanFactory()
|
|
| Method Summary | |
boolean |
createObject(org.apache.commons.jxpath.JXPathContext context,
org.apache.commons.jxpath.Pointer pointer,
java.lang.Object parent,
java.lang.String name,
int index)
Return false if this factory cannot create the requested object. |
boolean |
declareVariable(org.apache.commons.jxpath.JXPathContext context,
java.lang.String name)
Create a new object and set it on the specified variable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
TestBeanFactory
public TestBeanFactory()
| Method Detail |
createObject
public boolean createObject(org.apache.commons.jxpath.JXPathContext context, org.apache.commons.jxpath.Pointer pointer, java.lang.Object parent, java.lang.String name, int index)
- Return false if this factory cannot create the requested object.
declareVariable
public boolean declareVariable(org.apache.commons.jxpath.JXPathContext context, java.lang.String name)
- Create a new object and set it on the specified variable
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC