org.jboss.portal.server.servlet
Interface PathMapping
public interface PathMapping
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Method Summary |
java.lang.Object |
getChild(java.lang.Object parent,
java.lang.String name)
Return the child object having the specified name or null if it does not exists. |
java.lang.Object |
getRoot()
Return the object graph root. |
getRoot
java.lang.Object getRoot()
- Return the object graph root.
getChild
java.lang.Object getChild(java.lang.Object parent,
java.lang.String name)
- Return the child object having the specified name or null if it does not exists.