org.apache.pluto.portlet.admin.services
Class PortletNameFinder

java.lang.Object
  extended by org.apache.pluto.portlet.admin.services.PortletNameFinder

public class PortletNameFinder
extends java.lang.Object

Gets the portlet names from portlet.xml using SAX

Author:
Ken Atherton

Nested Class Summary
private static class PortletNameFinder.MyErrorHandler
          Inner class that handles errors
 
Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
PortletNameFinder()
           
 
Method Summary
static java.util.ArrayList getPortletNames(java.io.InputStream ios)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

PortletNameFinder

PortletNameFinder()
Method Detail

getPortletNames

public static java.util.ArrayList getPortletNames(java.io.InputStream ios)
                                           throws java.lang.Exception
Throws:
java.lang.Exception