org.yasl.arch.impl.application.config
Class YASLMenuConfigContentHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.yasl.xmlobjects.impl.BaseContentHandler
          extended byorg.yasl.arch.impl.application.config.YASLMenuConfigContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class YASLMenuConfigContentHandler
extends BaseContentHandler

Version:
1.0
Author:
Jeff Chapman

Constructor Summary
YASLMenuConfigContentHandler(YASLApplication app)
           
 
Method Summary
 Map getMenuBarMap()
          Returns of map of menubar keys to menubar objects.
 Map getMenuMap()
          Returns of map of menu keys to menu objects.
 
Methods inherited from class org.yasl.xmlobjects.impl.BaseContentHandler
endElement, getTagName, setTagHandlerMap, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YASLMenuConfigContentHandler

public YASLMenuConfigContentHandler(YASLApplication app)
Method Detail

getMenuMap

public Map getMenuMap()
Returns of map of menu keys to menu objects.

Returns:
Map

getMenuBarMap

public Map getMenuBarMap()
Returns of map of menubar keys to menubar objects.

Returns:
Map