Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.model.beans
Class TestBeanFactory  view TestBeanFactory download TestBeanFactory.java

java.lang.Object
  extended byorg.apache.commons.jxpath.AbstractFactory
      extended byorg.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