Package org.jasig.portal.layout

Examples of org.jasig.portal.layout.PortletSubscribeIdResolver


     * name or null if it can't find such a channel in the layout.
     */
    @Override
    public String getSubscribeId(String fname) {
      final Document userLayout = this.getUserLayoutDOM();
        return new PortletSubscribeIdResolver(fname).traverseDocument(userLayout);
    }
View Full Code Here

TOP

Related Classes of org.jasig.portal.layout.PortletSubscribeIdResolver

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.