org.apache.jetspeed.components.portletregistry
Class PortletRegistryHelper

java.lang.Object
  extended by org.apache.jetspeed.components.portletregistry.PortletRegistryHelper

public class PortletRegistryHelper
extends java.lang.Object

Helper class for the portlet registry.

Author:
David Le Strat

Constructor Summary
PortletRegistryHelper()
           
 
Method Summary
static java.lang.String parseAppName(java.lang.String uniqueName)
          Parses the portlet application name from the portlet unique name.
static java.lang.String parsePortletName(java.lang.String uniqueName)
          Parses the portlet name from the portlet unique name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRegistryHelper

public PortletRegistryHelper()
Method Detail

parseAppName

public static java.lang.String parseAppName(java.lang.String uniqueName)

Parses the portlet application name from the portlet unique name.

Parameters:
uniqueName - The portlet unique name.

parsePortletName

public static java.lang.String parsePortletName(java.lang.String uniqueName)

Parses the portlet name from the portlet unique name.

Parameters:
uniqueName - The portlet unique name.


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.