Package com.volantis.mcs.dissection.impl

Examples of com.volantis.mcs.dissection.impl.ShardLinkDetailsImpl


        MarinerURL pathologicalURL
            = urlManager.makePathologicalURL(dissectionContext, documentURL);

        // Iterate through the shard links adding the overhead to the
        // dissectable areas.
        pathologicalShardLinkDetails = new ShardLinkDetailsImpl();
        pathologicalShardLinkDetails.setDestinationShardIndex(99);
        pathologicalShardLinkDetails.setURL(pathologicalURL);

        ShardLinkGroupVisitor shardLinkGroupVisitor
            = new ShardLinkGroupVisitor();
View Full Code Here

TOP

Related Classes of com.volantis.mcs.dissection.impl.ShardLinkDetailsImpl

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.