| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--oss.net.pstream.sax.ElementHandler
        |
        +--oss.net.pstream.sax.PortletElement
Handles the Portlet element.
Title:
Description:
Copyright: Copyright (c) 2002
Company:
| Field Summary | 
| Constructor Summary | |
PortletElement(boolean Debug)
 | 
|
| Method Summary | |
 java.lang.String | 
getName()
Returns the name of the element this Handler handles.  | 
 PortletStreamParameters | 
handleElementEnd(java.lang.StringBuffer Content,
                 PortletStreamParametersMap PM,
                 java.lang.String PortletName)
Handles the end of an element (ending editing of an element for instance).  | 
 PortletStreamParameters | 
handleElementStart(PortletStreamParametersMap PM,
                   java.lang.String PortletName,
                   org.xml.sax.Attributes Attrs)
Handles the start of an element (setting params and stuff).  | 
| Methods inherited from class oss.net.pstream.sax.ElementHandler | 
AttributeException, debug, debug | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PortletElement(boolean Debug)
| Method Detail | 
public PortletStreamParameters handleElementStart(PortletStreamParametersMap PM,
                                                  java.lang.String PortletName,
                                                  org.xml.sax.Attributes Attrs)
                                           throws org.xml.sax.SAXException
ElementHandler
handleElementStart in class ElementHandlerAttrs - the SAX Attributes of the element.
org.xml.sax.SAXException - If you screw up.
public PortletStreamParameters handleElementEnd(java.lang.StringBuffer Content,
                                                PortletStreamParametersMap PM,
                                                java.lang.String PortletName)
ElementHandler
handleElementEnd in class ElementHandlerContent - A StringBuffer of all data found since the
 handleElementStart tag was called.PM - The parameters of the current PortletStream.
public java.lang.String getName()
ElementHandler
getName in class ElementHandler
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||