当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
PathMapping - JBOSS Portal 2.4 API 英文版文档
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.