Package org.jboss.dna.graph.property.basic

Examples of org.jboss.dna.graph.property.basic.LongValueFactory


     */
    public AstNodeFactory( ExecutionContext context ) {
        super();
        this.context = context;
        this.stringFactory = new StringValueFactory(new SimpleNamespaceRegistry(), Path.URL_DECODER, Path.URL_ENCODER);
        this.longFactory = new LongValueFactory(Path.URL_DECODER, stringFactory);
    }
View Full Code Here

TOP

Related Classes of org.jboss.dna.graph.property.basic.LongValueFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.