Example usage for org.apache.commons.jxpath JXPathBeanInfo interface-usage

List of usage examples for org.apache.commons.jxpath JXPathBeanInfo interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jxpath JXPathBeanInfo interface-usage.

Usage

From source file org.surveyforge.core.data.DataXBeanInfo.java

/**
 * @author jgonzalez
 */
public class DataXBeanInfo implements JXPathBeanInfo {
    public Class getDynamicPropertyHandlerClass() {
        return DataDynamicPropertyHandler.class;

From source file org.surveyforge.core.data.ObjectDataXBeanInfo.java

/**
 * @author jgonzalez
 */
public class ObjectDataXBeanInfo implements JXPathBeanInfo {
    public Class getDynamicPropertyHandlerClass() {
        return DataDynamicPropertyHandler.class;