com.ibm.portal.mappingurl
Interface MappingURLTreeModel

All Superinterfaces:
Invalidatable, InvalidatableTreeModel<Context>, LocatorProvider<Context>, SearchableTreeModel<Context>, TreeModel<Context>

Deprecated. Use com.ibm.portal.vanityurl.model.VanityURLModel

public interface MappingURLTreeModel
extends SearchableTreeModel<Context>, InvalidatableTreeModel<Context>

The MappingURLTreeModel provides all functionality to obtain information about the topology of the model. It also gives access to the mapping URL locator that can be used to search for a context with a given compound name.

Since:
8.0

Method Summary
 MappingURLLocator getLocator()
          Deprecated. Returns an the locator of the mapping URL model.
 
Methods inherited from interface com.ibm.portal.TreeModel
getChildren, getParent, getRoot, hasChildren
 
Methods inherited from interface com.ibm.portal.Invalidatable
invalidate, invalidate
 

Method Detail

getLocator

MappingURLLocator getLocator()
Deprecated. 
Returns an the locator of the mapping URL model. It is possible to locate a context of a model via the methods provided by the locator.

Specified by:
getLocator in interface LocatorProvider<Context>
Returns:
The locator of the mapping URL model