public static interface XMLMenuModel.MenuContentHandler
Modifier and Type | Method and Description |
---|---|
int |
getId()
gets the id of this content handler
|
Map<String,Object> |
getIdNodeMap(Object modelKey)
Get the Model's idNodeMap
|
Map<Object,List<Object>> |
getNodeFocusPathMap(Object modelKey)
Get the Model's nodeFocusPathMap
|
TreeModel |
getTreeModel(String uri)
Get the TreeModel built while parsing metadata.
|
Map<String,List<Object>> |
getViewIdFocusPathMap(Object modelKey)
Get the Model's viewIdFocusPathMap
|
void |
setId(int id)
sets the id of this content handler
|
void |
setModelId(String modelId)
Sets the local, sharedNode model's Model id on the ContentHandler so that
the local model can be gotten to, if necessary.
|
void |
setRootHandler(boolean isRoot) |
void |
setRootModelKey(String key)
Sets the root model's request map key on the ContentHandler so
that the nodes can get back to their root model
through the request map.
|
TreeModel getTreeModel(String uri)
uri
- String mapkey to a (possibly) treeModel cached on
the MenuContentHandlerImpl.void setRootModelKey(String key)
void setModelId(String modelId)
Map<String,Object> getIdNodeMap(Object modelKey)
Map<Object,List<Object>> getNodeFocusPathMap(Object modelKey)
Map<String,List<Object>> getViewIdFocusPathMap(Object modelKey)
void setRootHandler(boolean isRoot)
void setId(int id)
int getId()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.