org.yasl.arch.impl.application.config
Class YASLMenuConfigContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.yasl.xmlobjects.impl.BaseContentHandler
org.yasl.arch.impl.application.config.YASLMenuConfigContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- public class YASLMenuConfigContentHandler
- extends BaseContentHandler
- Version:
- 1.0
- Author:
- Jeff Chapman
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.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 |
YASLMenuConfigContentHandler
public YASLMenuConfigContentHandler(YASLApplication app)
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