Package juzu.impl.bridge.spi.portlet

Examples of juzu.impl.bridge.spi.portlet.PortletRequestBridge


/** @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a> */
public class PortletPreferencesProvider implements Provider<PortletPreferences> {
  public PortletPreferences get() {
    Request request = Request.getCurrent();
    PortletRequestBridge bridge = (PortletRequestBridge)request.getBridge();
    return bridge.getPortletRequest().getPreferences();
  }
View Full Code Here

TOP

Related Classes of juzu.impl.bridge.spi.portlet.PortletRequestBridge

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.