Package com.hlcl.rql.util.as

Examples of com.hlcl.rql.util.as.PageAction


      } // end update method
    } // end listener class
    walker.setListener(new WalkerPageListener2());

    // prepare page action called on all physical pages
    PageAction simulateSmartEditUsage = new SimulateSmartEditUsagePageAction();

    // walk through all physical child pages for all given start pages
    Page startPg = project.getPageById(startPageId);
    walker.walk(startPg, simulateSmartEditUsage);
   
View Full Code Here

TOP

Related Classes of com.hlcl.rql.util.as.PageAction

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.