weaver 2004/10/29 06:42:05 Modified: applications/pam/src/java/org/apache/jetspeed/portlets/pam PortletApplicationBrowser.java Log: renaming of PortletRegsitry Revision Changes Path 1.17 +4 -4 jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java Index: PortletApplicationBrowser.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- PortletApplicationBrowser.java 13 Oct 2004 22:24:23 -0000 1.16 +++ PortletApplicationBrowser.java 29 Oct 2004 13:42:05 -0000 1.17 @@ -31,7 +31,7 @@ import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; -import org.apache.jetspeed.components.portletregistry.PortletRegistryComponent; +import org.apache.jetspeed.components.portletregistry.PortletRegistry; import org.apache.jetspeed.om.common.portlet.MutablePortletApplication; import org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite; import org.apache.jetspeed.portlets.pam.beans.TabBean; @@ -55,7 +55,7 @@ { private String template; private PortletContext context; - private PortletRegistryComponent registry; + private PortletRegistry registry; private SearchEngine searchEngine; public void init(PortletConfig config) @@ -63,7 +63,7 @@ { super.init(config); context = getPortletContext(); - registry = (PortletRegistryComponent)context.getAttribute(PortletApplicationResources.CPS_REGISTRY_COMPONENT); + registry = (PortletRegistry)context.getAttribute(PortletApplicationResources.CPS_REGISTRY_COMPONENT); searchEngine = (SearchEngine)context.getAttribute(PortletApplicationResources.CPS_SEARCH_COMPONENT); if (null == registry) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]