org.jboss.portal.server.servlet
Interface PathMapping
- public interface PathMapping
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
public java.lang.Object getRoot()
- Return the object graph root.
getChild
public 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.