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

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

Introduction

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

Usage

From source file org.apache.cocoon.components.flow.java.VarMapHandler.java

/**
 * JXPath handler for VarMap.
 *
 * @author <a href="mailto:stephan@apache.org">Stephan Michels</a>
 * @version CVS $Id: VarMapHandler.java 30932 2004-07-29 17:35:38Z vgritsenko $
 */

From source file org.apache.cocoon.jxpath.CocoonContextHandler.java

/**
 * Implementation of the DynamicPropertyHandler interface that provides
 * access to attributes of a Cocoon Context.
 *
 * @author <a href="mailto:volker.schmitt@basf-it-services.com">Volker Schmitt</a>
 * @version CVS $Id: CocoonContextHandler.java 65528 2004-11-13 22:58:29Z vgritsenko $

From source file org.apache.cocoon.jxpath.CocoonRequestHandler.java

/**
 * Implementation of the DynamicPropertyHandler interface that provides
 * access to attributes of a Cocoon Request.
 *
 * @author <a href="mailto:volker.schmitt@basf-it-services.com">Volker Schmitt</a>
 * @version CVS $Id: CocoonRequestHandler.java 65528 2004-11-13 22:58:29Z vgritsenko $

From source file org.apache.cocoon.jxpath.CocoonSessionHandler.java

/**
 * Implementation of the DynamicPropertyHandler interface that provides
 * access to attributes of a Cocoon Session.
 *
 * @author <a href="mailto:volker.schmitt@basf-it-services.com">Volker Schmitt</a>
 * @version CVS $Id: CocoonSessionHandler.java 65528 2004-11-13 22:58:29Z vgritsenko $

From source file org.geotools.xml.impl.jxpath.NodePropertyHandler.java

/**
 * 
 *
 * @source $URL$
 */
public class NodePropertyHandler implements DynamicPropertyHandler {

From source file org.geotools.xml.impl.jxpath.FeaturePropertyHandler.java

/**
 * JXPath property handler for features.
 * <p>
 *
 * </p>
 * @author Justin Deoliveira, The Open Planning Project

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

/**
 * @author jgonzalez
 */
public class DataDynamicPropertyHandler implements DynamicPropertyHandler {
    /*
     * (non-Javadoc)

From source file org.geotools.feature.xpath.AttributeDescriptorPropertyHandler.java

/**
 * JXPath property handler that works on AttributeDescriptor/type
 * 
 * @author Gabriel Roldan
 *
 *

From source file org.apache.cocoon.components.flow.javascript.ScriptablePropertyHandler.java

/**
 *
 * @version CVS $Id: ScriptablePropertyHandler.java 30932 2004-07-29 17:35:38Z vgritsenko $
 */
public class ScriptablePropertyHandler implements DynamicPropertyHandler {

From source file org.onecmdb.core.utils.xpath.model.OneCMDBContextHandler.java

/**
 * Wrapper class fro DynamicPropertyHandler to IDynamicHandler.
 *
 */
public class OneCMDBContextHandler implements DynamicPropertyHandler {