Package org.apache.pluto.portlet.admin.services

Examples of org.apache.pluto.portlet.admin.services.PageRegistryService


  /* (non-Javadoc)
   * @see javax.portlet.GenericPortlet#init()
   */
  public void init() throws PortletException {
    super.init();
    service = new PageRegistryService();
  }
View Full Code Here


  /* (non-Javadoc)
   * @see javax.portlet.GenericPortlet#init()
   */
  public void init() throws PortletException {
    super.init();
    service = new PageRegistryService();
  }
View Full Code Here

TOP

Related Classes of org.apache.pluto.portlet.admin.services.PageRegistryService

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.