Package org.apache.jetspeed.om.page.proxy

Examples of org.apache.jetspeed.om.page.proxy.LinkProxy


     */
    public Link getManagedLink(Link link)
    {
        // access link proxy from specified page and
        // return associated delegate managed link
        LinkProxy linkProxy = (LinkProxy)NodeProxy.getNodeProxy(link);
        return ((linkProxy != null) ? linkProxy.getLink() : null);
    }
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.om.page.proxy.LinkProxy

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.